summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-255-32/+25Star
|\
| * fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-122-17/+0Star
| * compat_ioctl: fix warning caused by qemuJohannes Stezenbach2011-07-011-0/+5
| * block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo2011-07-011-9/+14
| * Merge branch 'for-linus' into for-3.1/coreJens Axboe2011-07-01118-1662/+2016
| |\
| * | fs/partitions/check.c: make local symbols staticH Hartley Sweeten2011-06-131-6/+6
* | | fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-231-18/+30
* | | fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-231-3/+6
* | | fs/9p: Always ask new inode in createAneesh Kumar K.V2011-07-233-18/+61
* | | fs/9p: Fix invalid mount options/argsPrem Karat2011-07-231-9/+34
* | | fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V2011-07-236-29/+81
* | | fs/9p: remove rename work around in 9pAneesh Kumar K.V2011-07-231-5/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-23172-1479/+1811
|\ \ \
| * | | vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov2011-07-231-1/+1
| * | | isofs: Remove global fs lockJan Kara2011-07-235-12/+0Star
| * | | jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro2011-07-231-1/+4
| * | | fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro2011-07-231-1/+3
| * | | Remove dead code in dget_parent()Al Viro2011-07-211-5/+0Star
| * | | AFS: Fix silly characters in a commentDavid Howells2011-07-211-1/+1
| * | | switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro2011-07-211-19/+5Star
| * | | simplify gfs2_lookup()Al Viro2011-07-211-11/+3Star
| * | | jfs_lookup(): don't bother with . or ..Al Viro2011-07-211-24/+15Star
| * | | get rid of useless dget_parent() in btrfs rename() and link()Al Viro2011-07-211-4/+2Star
| * | | get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro2011-07-211-12/+4Star
| * | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-2158-138/+398
| * | | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-217-12/+66
| * | | Ext4: handle SEEK_HOLE/SEEK_DATA genericallyJosef Bacik2011-07-211-0/+21
| * | | Btrfs: implement our own ->llseekJosef Bacik2011-07-212-1/+150
| * | | fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik2011-07-211-3/+41
| * | | reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-211-0/+1
| * | | ext3: make ext3 mount default to barrier=1Christoph Hellwig2011-07-211-0/+2
| * | | don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-213-3/+3
| * | | minix_getattr(): don't bother with ->d_parentAl Viro2011-07-211-2/+1Star
| * | | coda_venus_readdir(): use offsetof()Al Viro2011-07-211-2/+1Star
| * | | fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-212-3/+3
| * | | fs: move inode_dio_done to the end_io handlerChristoph Hellwig2011-07-214-3/+13
| * | | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-219-24/+22Star
| * | | fs: always maintain i_dio_countChristoph Hellwig2011-07-213-24/+17Star
| * | | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-2112-3/+24
| * | | fs: kill i_alloc_semChristoph Hellwig2011-07-218-44/+67
| * | | fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig2011-07-211-2/+5
| * | | ext4: Rewrite ext4_page_mkwrite() to use generic helpersJan Kara2011-07-211-51/+55
| * | | fat: remove i_alloc_sem abuseChristoph Hellwig2011-07-213-2/+7
| * | | VFS: Fixup kerneldoc for generic_permission()Tobias Klauser2011-07-211-1/+0Star
| * | | xfs: make use of new shrinker callout for the inode cacheDave Chinner2011-07-213-56/+46Star
| * | | vfs: increase shrinker batch sizeDave Chinner2011-07-211-0/+1
| * | | superblock: add filesystem shrinker operationsDave Chinner2011-07-211-12/+33
| * | | inode: remove iprune_semDave Chinner2011-07-211-21/+0Star
| * | | superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-213-218/+71Star
| * | | superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner2011-07-203-27/+35