aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds55-742/+438
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig44-273/+83
2011-07-25bury posix_acl_..._masq() variantsAl Viro1-8/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro15-204/+115
2011-07-25generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro1-8/+2
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro13-168/+138
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2-9/+5
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2-12/+5
2011-07-259p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig1-1/+1
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds12-69/+65
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf1-1/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-32/+25
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro4-5/+5
2011-07-249p: close ACL leaksAl Viro3-15/+22
2011-07-24ocfs2_init_acl(): fix a leakAl Viro1-0/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen4-3/+23
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-18/+30
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-3/+6
2011-07-23fs/9p: Always ask new inode in createAneesh Kumar K.V3-18/+61
2011-07-23fs/9p: Fix invalid mount options/argsPrem Karat1-9/+34
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V6-29/+81
2011-07-23fs/9p: remove rename work around in 9pAneesh Kumar K.V1-5/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds172-1479/+1811
2011-07-22vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov1-1/+1
2011-07-22isofs: Remove global fs lockJan Kara5-12/+0
2011-07-22jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro1-1/+4
2011-07-22fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro1-1/+3
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds3-5/+26
2011-07-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds67-4654/+2796
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds12-398/+447
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds10-89/+219
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds13-188/+165
2011-07-22Merge 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-21Merge 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-20Remove dead code in dget_parent()Al Viro1-5/+0
2011-07-20AFS: Fix silly characters in a commentDavid Howells1-1/+1
2011-07-20switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro1-19/+5
2011-07-20simplify gfs2_lookup()Al Viro1-11/+3
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro1-24/+15
2011-07-20get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro1-12/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik58-138/+398
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik7-12/+66