summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-06-03ocfs2 patch to track delayed orphan scan timer statisticsSrinivas Eeda3-1/+15
2009-06-03ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda7-0/+197
2009-06-03ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directoriesJan Kara1-11/+10
2009-06-03ocfs2: Fix possible deadlock in quota recoveryJan Kara1-7/+9
2009-06-03ocfs2: Fix possible deadlock with quotas in ocfs2_setattr()Jan Kara1-23/+30
2009-06-03ocfs2: Fix lock inversion in ocfs2_local_read_info()Jan Kara1-0/+5
2009-06-03ocfs2: Fix possible deadlock in ocfs2_global_read_dquot()Jan Kara1-1/+3
2009-05-05ocfs2: update comments in masklog.hColy Li1-18/+17
2009-05-05ocfs2: Don't printk the error when listing too many xattrs.Tao Ma1-2/+3
2009-05-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-89/+108
2009-05-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2009-05-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-20/+38
2009-05-02ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov1-2/+2
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky1-3/+4
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh1-0/+4
2009-05-02mm: close page_mkwrite racesNick Piggin1-4/+6
2009-05-02autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent1-1/+3
2009-04-30ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker1-2/+3
2009-04-30xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-30xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-04-30xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-04-30xfs_file_last_byte() needs to acquire ilockLachlan McIlroy1-0/+2
2009-04-29ocfs2/trivial: Remove unused variable in ocfs2_rename.Tao Ma1-4/+0
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks1-1/+1
2009-04-27ecryptfs: fix printk format warningRandy Dunlap1-1/+1
2009-04-28bio: fix memcpy corruption in bio_copy_user_iov()FUJITA Tomonori1-0/+3
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds17-337/+281
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeChris Mason1-0/+62
2009-04-27Btrfs: fix acl cachingChris Mason2-7/+15
2009-04-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-10/+3
2009-04-27ext2: missing unlock in ext2_quota_write()Dan Carpenter1-1/+3
2009-04-27quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig1-9/+0
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker5-23/+40
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker1-1/+1
2009-04-27Btrfs: remove unused btrfs_bit_radix slabChris Mason1-8/+0
2009-04-27Btrfs: ratelimit IO error printksChris Mason2-17/+31
2009-04-27Btrfs: remove #if 0 codeChris Mason3-188/+1
2009-04-27Btrfs: When shrinking, only update disk size on successChris Ball2-11/+27
2009-04-24ext4: Do not try to validate extents on special filesTheodore Ts'o1-2/+6
2009-04-24ROMFS: Advance destination buffer pointer when reading from a blockdevDavid Howells1-0/+1
2009-04-24ROMFS: romfs_lookup() shouldn't be doing a partial name comparisonDavid Howells3-22/+53
2009-04-24ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o1-3/+1
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalChris Mason1-0/+6
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason5-17/+29
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig3-43/+28
2009-04-24Btrfs: don't export symbolsChristoph Hellwig1-6/+0
2009-04-24Btrfs: simplify makefileChristoph Hellwig1-17/+2
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik4-2/+42
2009-04-24ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o1-1/+11