summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds172-1479/+1811
2011-07-23vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov1-1/+1
2011-07-23isofs: Remove global fs lockJan Kara5-12/+0
2011-07-23jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro1-1/+4
2011-07-23fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro1-1/+3
2011-07-23Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds3-5/+26
2011-07-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds67-4654/+2796
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds12-398/+447
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds10-89/+219
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds13-188/+165
2011-07-23Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds20-671/+976
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee4-42/+101
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota1-0/+4
2011-07-22ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov1-0/+8
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+1
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds1-2/+0
2011-07-21FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich1-9/+5
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky1-1/+1
2011-07-21Remove dead code in dget_parent()Al Viro1-5/+0
2011-07-21AFS: Fix silly characters in a commentDavid Howells1-1/+1
2011-07-21switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro1-19/+5
2011-07-21simplify gfs2_lookup()Al Viro1-11/+3
2011-07-21jfs_lookup(): don't bother with . or ..Al Viro1-24/+15
2011-07-21get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2
2011-07-21get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro1-12/+4
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik58-138/+398
2011-07-21fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik7-12/+66
2011-07-21Ext4: handle SEEK_HOLE/SEEK_DATA genericallyJosef Bacik1-0/+21
2011-07-21Btrfs: implement our own ->llseekJosef Bacik2-1/+150
2011-07-21fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik1-3/+41
2011-07-21reiserfs: make reiserfs default to barrier=flushChristoph Hellwig1-0/+1
2011-07-21ext3: make ext3 mount default to barrier=1Christoph Hellwig1-0/+2
2011-07-21don't open-code parent_ino() in assorted ->readdir()Al Viro3-3/+3
2011-07-21minix_getattr(): don't bother with ->d_parentAl Viro1-2/+1
2011-07-21coda_venus_readdir(): use offsetof()Al Viro1-2/+1
2011-07-21fs: seq_file - add event counter to simplify poll() supportKay Sievers2-3/+3
2011-07-21fs: move inode_dio_done to the end_io handlerChristoph Hellwig4-3/+13
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig9-24/+22
2011-07-21fs: always maintain i_dio_countChristoph Hellwig3-24/+17
2011-07-21fs: move inode_dio_wait calls into ->setattrChristoph Hellwig12-3/+24
2011-07-21fs: kill i_alloc_semChristoph Hellwig8-44/+67
2011-07-21fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig1-2/+5
2011-07-21ext4: Rewrite ext4_page_mkwrite() to use generic helpersJan Kara1-51/+55
2011-07-21fat: remove i_alloc_sem abuseChristoph Hellwig3-2/+7
2011-07-21VFS: Fixup kerneldoc for generic_permission()Tobias Klauser1-1/+0
2011-07-21xfs: make use of new shrinker callout for the inode cacheDave Chinner3-56/+46
2011-07-21vfs: increase shrinker batch sizeDave Chinner1-0/+1
2011-07-21superblock: add filesystem shrinker operationsDave Chinner1-12/+33
2011-07-21inode: remove iprune_semDave Chinner1-21/+0
2011-07-21superblock: introduce per-sb cache shrinker infrastructureDave Chinner3-218/+71