aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Gravatar Linus Torvalds 1-2/+2
2011-08-07Fix POSIX ACL permission checkGravatar Ari Savolainen 1-1/+1
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 7-499/+487
2011-08-06vfs: optimize inode cache access patternsGravatar Linus Torvalds 3-12/+69
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesGravatar Linus Torvalds 1-1/+1
2011-08-06ore: Make ore its own moduleGravatar Boaz Harrosh 3-1/+23
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreGravatar Boaz Harrosh 5-255/+170
2011-08-06exofs: ios: Move to a per inode components & device-tableGravatar Boaz Harrosh 4-183/+218
2011-08-06exofs: Move exofs specific osd operations out of ios.cGravatar Boaz Harrosh 4-73/+79
2011-08-06exofs: Add offset/length to exofs_get_io_stateGravatar Boaz Harrosh 3-16/+38
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 6-18/+14
2011-08-06vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesGravatar Linus Torvalds 1-1/+9
2011-08-06oom_ajd: don't use WARN_ONCE, just use printk_onceGravatar Linus Torvalds 1-1/+1
2011-08-05cifs: cope with negative dentries in cifs_get_rootGravatar Jeff Layton 1-0/+4
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootGravatar Jeff Layton 1-12/+2
2011-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-11/+10
2011-08-04exofs: Fix truncate for the raid-groups caseGravatar Boaz Harrosh 1-20/+53
2011-08-04exofs: Small cleanup of exofs_fill_superGravatar Boaz Harrosh 1-4/+2
2011-08-04exofs: BUG: Avoid sbi reallocGravatar Boaz Harrosh 2-24/+30
2011-08-04exofs: Remove pnfs-osd private definitionsGravatar Boaz Harrosh 2-50/+1
2011-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-1/+1
2011-08-03tmpfs: expand "help" to explain value of TMPFS_POSIX_ACLGravatar Robert P. J. Day 1-4/+11
2011-08-03mm: a few small updates for radix-swapGravatar Hugh Dickins 1-4/+1
2011-08-03fs/dcache.c: fix new kernel-doc warningGravatar Randy Dunlap 1-0/+1
2011-08-03CIFS: Fix missing a decrement of inFlight valueGravatar Pavel Shilovsky 1-0/+2
2011-08-03ext4: use kzalloc in ext4_kzalloc()Gravatar Mathias Krause 1-1/+1
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 19-528/+269
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedGravatar Al Viro 1-11/+6
2011-08-03cifs: demote DFS referral lookup errors to cFYIGravatar Jeff Layton 2-4/+5
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Gravatar Steve French 1-2/+1
2011-08-01fix block device fallout from ->fsync() changesGravatar Rafael J. Wysocki 1-0/+4
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 19-1941/+2092
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 27-142/+146
2011-08-01Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Gravatar Linus Torvalds 3-14/+30
2011-08-01ext4: prevent memory leaks from ext4_mb_init_backend() on error pathGravatar Yu Jian 1-6/+6
2011-08-01ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #Gravatar Yu Jian 1-1/+5
2011-08-01ext4: use ext4_msg() instead of printk in mballocGravatar Theodore Ts'o 1-37/+42
2011-08-01Btrfs: don't call writepages from within write_full_pageGravatar Josef Bacik 1-10/+0
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cGravatar Mitch Harder 1-5/+2
2011-08-01Btrfs: clean up for find_first_extent_bit()Gravatar Xiao Guangrong 1-40/+24
2011-08-01Btrfs: clean up for wait_extent_bit()Gravatar Xiao Guangrong 1-5/+1
2011-08-01Btrfs: clean up for insert_state()Gravatar Xiao Guangrong 1-5/+5
2011-08-01Btrfs: remove unused members from struct extent_stateGravatar Xiao Guangrong 1-2/+0
2011-08-01Btrfs: clean up code for merging extent mapsGravatar Li Zefan 1-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupGravatar Li Zefan 1-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Gravatar Li Zefan 1-14/+3
2011-08-01Btrfs: remove redundant code for dir item lookupGravatar Li Zefan 1-28/+2
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledGravatar Li Zefan 3-21/+15
2011-08-01Btrfs: remove remaining ref-cache codeGravatar Li Zefan 2-120/+0
2011-08-01Btrfs: remove a BUG_ON() in btrfs_commit_transaction()Gravatar Li Zefan 1-4/+2