aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-28jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2-2/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi8-18/+18
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-2/+2
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-8/+11
2011-03-16Merge branch 'next' into for-linusJames Morris3-8/+11
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-3/+0
2011-03-10jfs: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe2-2/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris3-8/+11
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris3-8/+11
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+5
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro2-12/+4
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-4/+7
2011-01-07jfs: dont overwrite dentry name in d_revalidateNick Piggin1-8/+35
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+5
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro2-2/+2
2010-10-25list.h: new helper - hlist_add_fake()Al Viro1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-6/+4
2010-10-04BKL: Remove BKL from JFSJan Blunck1-28/+7
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+10
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-4/+2
2010-08-11Merge branch 'master' into for-nextJiri Kosina5-79/+95
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-09switch jfs to ->evict_inode()Al Viro3-25/+20
2010-08-09remove inode_setattrChristoph Hellwig1-3/+11
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-1/+10
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-08-09fix printk typo 'faild'Paul Bolle1-2/+2
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+16
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-0/+4
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+10
2010-05-21jfs: replace inode uid,gid,mode init with helperDmitry Monakhov1-10/+2
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1