summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
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-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus 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/jik...Linus 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/sha...Linus 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 imp...Tejun 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/jac...Linus 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
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2-4/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig4-38/+44
2010-02-02jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gDaniel Mack2-11/+11
2009-12-22jfs: Fix 32bit build warningAlan Cox1-1/+1
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+3
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds4-9/+4
2009-07-23jfs: Fix early release of acl in jfs_get_aclStefan Bader1-3/+1
2009-06-24another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-24helpers for acl caching + switch to thoseAl Viro2-27/+15
2009-06-24switch jfs to inode->i_aclAl Viro4-41/+15
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-0/+1
2009-06-16jfs: fix regression preventing coalescing of extentsDave Kleikamp1-0/+1
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-4/+18
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-05-23jfs: Add missing mutex_unlock call to error pathDave Kleikamp1-0/+1
2009-04-07missing unlock in jfs_quota_write()Dan Carpenter1-1/+3
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0