summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2011-07-22Squashfs: Make ZLIB compression support optionalPhillip Lougher
2011-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds
2011-07-21FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky
2011-07-20Remove dead code in dget_parent()Al Viro
2011-07-20AFS: Fix silly characters in a commentDavid Howells
2011-07-20switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro
2011-07-20simplify gfs2_lookup()Al Viro
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro
2011-07-20get rid of useless dget_parent() in btrfs rename() and link()Al Viro
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20Ext4: handle SEEK_HOLE/SEEK_DATA genericallyJosef Bacik
2011-07-20Btrfs: implement our own ->llseekJosef Bacik
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik
2011-07-20reiserfs: make reiserfs default to barrier=flushChristoph Hellwig
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20minix_getattr(): don't bother with ->d_parentAl Viro
2011-07-20coda_venus_readdir(): use offsetof()Al Viro
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fs: always maintain i_dio_countChristoph Hellwig
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig
2011-07-20ext4: Rewrite ext4_page_mkwrite() to use generic helpersJan Kara
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig
2011-07-20VFS: Fixup kerneldoc for generic_permission()Tobias Klauser
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner
2011-07-20vfs: increase shrinker batch sizeDave Chinner
2011-07-20superblock: add filesystem shrinker operationsDave Chinner
2011-07-20inode: remove iprune_semDave Chinner
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-07-20xfs: add size update tracepoint to IO completionDave Chinner
2011-07-20xfs: convert AIL cursors to use struct list_headDave Chinner
2011-07-20xfs: remove confusing ail cursor wrapperDave Chinner
2011-07-20xfs: use a cursor for bulk AIL insertionDave Chinner
2011-07-20xfs: failure mapping nfs fh to inode should return ESTALEJ. Bruce Fields
2011-07-20xfs: Remove the second parameter to xfs_sb_count()Chandra Seetharaman
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner
2011-07-20inode: move to per-sb LRU locksDave Chinner
2011-07-20inode: Make unused inode LRU per superblockDave Chinner
2011-07-20inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20deuglify squashfs_lookup()Al Viro