summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-08-09eCryptfs: fix compile errorRoberto Sassu1-1/+1
2011-08-09eCryptfs: Return error when lower file pointer is NULLTyler Hicks1-8/+10
2011-08-08autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds1-1/+1
2011-08-08autofs4: clean up uaotfs use of debug/info/warning printoutsLinus Torvalds1-18/+8
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder449-12348/+16852
2011-08-07compat_ioctl: add compat handler for PPPIOCGL2TPSTATSFlorian Westphal1-0/+1
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds1-2/+2
2011-08-07Fix POSIX ACL permission checkAri Savolainen1-1/+1
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds7-499/+487
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds3-12/+69
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-1/+1
2011-08-06ore: Make ore its own moduleBoaz Harrosh3-1/+23
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh5-255/+170
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh4-183/+218
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh4-73/+79
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh3-16/+38
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-18/+14
2011-08-06vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds1-1/+9
2011-08-06oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds1-1/+1
2011-08-05Btrfs: force unplugs when switching from high to regular priority biosChris Mason1-0/+17
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton1-0/+4
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton1-12/+2
2011-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-11/+10
2011-08-04exofs: Fix truncate for the raid-groups caseBoaz Harrosh1-20/+53
2011-08-04exofs: Small cleanup of exofs_fill_superBoaz Harrosh1-4/+2
2011-08-04exofs: BUG: Avoid sbi reallocBoaz Harrosh2-24/+30
2011-08-04exofs: Remove pnfs-osd private definitionsBoaz Harrosh2-50/+1
2011-08-04NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust1-0/+5
2011-08-04NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust3-24/+22
2011-08-04pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2-9/+10
2011-08-04pnfs-obj: Bug when we are running out of bioBoaz Harrosh1-7/+5
2011-08-04nfs: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+1
2011-08-03tmpfs: expand "help" to explain value of TMPFS_POSIX_ACLRobert P. J. Day1-4/+11
2011-08-03mm: a few small updates for radix-swapHugh Dickins1-4/+1
2011-08-03fs/dcache.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-03CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky1-0/+2
2011-08-03ext4: use kzalloc in ext4_kzalloc()Mathias Krause1-1/+1
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-528/+269
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro1-11/+6
2011-08-03cifs: demote DFS referral lookup errors to cFYIJeff Layton2-4/+5
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Steve French1-2/+1
2011-08-01fix block device fallout from ->fsync() changesRafael J. Wysocki1-0/+4
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds19-1941/+2092
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-142/+146
2011-08-01Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds3-14/+30
2011-08-01ext4: prevent memory leaks from ext4_mb_init_backend() on error pathYu Jian1-6/+6
2011-08-01ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #Yu Jian1-1/+5
2011-08-01ext4: use ext4_msg() instead of printk in mballocTheodore Ts'o1-37/+42
2011-08-01Btrfs: don't call writepages from within write_full_pageJosef Bacik1-10/+0