aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+16
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-3/+3
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-0/+4
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-4/+4
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-0/+10
2010-05-21jfs: replace inode uid,gid,mode init with helperGravatar Dmitry Monakhov 1-10/+2
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2010-05-15JFS: Free sbi memory in error pathGravatar Jan Blunck 1-7/+6
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 15-16/+42
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 7-16/+33
2010-04-16jfs: add jfs specific ->setattr callGravatar Dmitry Monakhov 4-4/+17
2010-04-16jfs: fix diAllocExt error in resizing filesystemGravatar Bill Pemberton 1-1/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 9-0/+9
2010-03-16Fix typos in commentsGravatar Thomas Weber 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 12-77/+116
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-2/+5
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 4-16/+16
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 3-1/+21
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 3-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+6
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-2/+3
2010-03-05dquot: move dquot transfer responsibility into the filesystemGravatar Christoph Hellwig 5-28/+34
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 2-4/+4
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 4-38/+44
2010-02-02jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gGravatar Daniel Mack 2-11/+11
2009-12-22jfs: Fix 32bit build warningGravatar Alan Cox 1-1/+1
2009-12-17kill I_LOCKGravatar Christoph Hellwig 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-2/+2
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-6/+3
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Gravatar Linus Torvalds 4-9/+4
2009-07-23jfs: Fix early release of acl in jfs_get_aclGravatar Stefan Bader 1-3/+1
2009-06-24another race fix in jfs_check_acl()Gravatar Al Viro 1-6/+7
2009-06-24helpers for acl caching + switch to thoseGravatar Al Viro 2-27/+15
2009-06-24switch jfs to inode->i_aclGravatar Al Viro 4-41/+15
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-0/+1
2009-06-16jfs: fix regression preventing coalescing of extentsGravatar Dave Kleikamp 1-0/+1
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-4/+18
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-05-23jfs: Add missing mutex_unlock call to error pathGravatar Dave Kleikamp 1-0/+1
2009-04-07missing unlock in jfs_quota_write()Gravatar Dan Carpenter 1-1/+3
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 8-344/+46
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+3
2009-03-27constify dentry_operations: JFSGravatar Al Viro 2-3/+3
2009-03-26jfs: Use lowercase names of quota functionsGravatar Jan Kara 8-36/+36
2009-02-02jfs: needs crc32_leGravatar Randy Dunlap 1-0/+1