aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 3-10/+4
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 4-20/+4
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-16/+7
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-17/+14
2011-07-25vfs: move ACL cache lookup into generic codeGravatar Linus Torvalds 1-3/+0
2011-07-25jfs: clean up some compiler warningsGravatar Dave Kleikamp 3-10/+4
2011-07-20jfs_lookup(): don't bother with . or ..Gravatar Al Viro 1-24/+15
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-2/+9
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-3/+1
2011-07-20jfs_ci_revalidate() is safe from RCU modeGravatar Al Viro 1-2/+0
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepGravatar Al Viro 1-4/+2
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-06-20jfs: agstart field must be 64 bitsGravatar Dave Kleikamp 1-1/+1
2011-06-20JFS: Don't save agno in the inodeGravatar Dave Kleikamp 3-9/+9
2011-06-20jfs: Update agstart when resizing volumeGravatar Dave Kleikamp 1-2/+1
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsGravatar Dave Kleikamp 1-1/+1
2011-06-07lmLogOpen() broken failure exitGravatar Al Viro 1-1/+1
2011-05-28jfs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 2-2/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 8-18/+18
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 2-2/+2
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2011-03-17fs: change to new flag variableGravatar matt mooney 1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 3-8/+11
2011-03-16Merge branch 'next' into for-linusGravatar James Morris 3-8/+11
2011-03-15fs: Remove i_nlink check from file system link callbackGravatar Aneesh Kumar K.V 1-3/+0
2011-03-10jfs: fix d_revalidate oopsen on NFS exportsGravatar Al Viro 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 2-2/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 3-8/+11
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 3-8/+11
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-12/+5
2011-01-12switch jfs to ->s_d_op, close exportfs racesGravatar Al Viro 2-12/+4
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 2-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 2-3/+3
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-4/+7
2011-01-07jfs: dont overwrite dentry name in d_revalidateGravatar Nick Piggin 1-8/+35
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-12/+5
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-25new helper: ihold()Gravatar Al Viro 2-2/+2
2010-10-25list.h: new helper - hlist_add_fake()Gravatar Al Viro 1-1/+1