aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-6/+4
2010-10-04BKL: Remove BKL from JFSGravatar Jan Blunck 1-28/+7
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-2/+10
2010-09-21Fix various typos of valid in commentsGravatar Nikanth Karthikesan 1-4/+2
2010-08-11Merge branch 'master' into for-nextGravatar Jiri Kosina 5-79/+95
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersGravatar Dave Kleikamp 1-49/+38
2010-08-09switch jfs to ->evict_inode()Gravatar Al Viro 3-25/+20
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+11
2010-08-09get rid of nobh_write_begin_newtruncGravatar Christoph Hellwig 1-1/+10
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-1/+16
2010-08-09fix printk typo 'faild'Gravatar Paul Bolle 1-2/+2
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