aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-04-23Merge branch 'master' into for-nextJiri Kosina15-16/+42
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds7-16/+33
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov4-4/+17
2010-04-16jfs: fix diAllocExt error in resizing filesystemBill Pemberton1-1/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo9-0/+9
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds12-77/+116
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-2/+5
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig4-16/+16
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-1/+21
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig3-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-2/+3
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig5-28/+34