aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Gravatar Dave Kleikamp 2-4/+55
2009-01-30jfs: Fix error handling in metapage_writepage()Gravatar Dave Kleikamp 1-5/+13
2009-01-27jfs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+4
2009-01-22fs/Kconfig: move jfs outGravatar Alexey Dobriyan 1-0/+49
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsGravatar Takashi Sato 1-4/+6
2009-01-09jfs: remove xtLookupList()Gravatar Dave Kleikamp 4-332/+25
2009-01-09jfs: clean up a dangling commentGravatar Dave Kleikamp 1-7/+3
2009-01-05fix the treatment of jfs special inodesGravatar Al Viro 1-3/+7
2008-12-31nfsd race fixes: jfsGravatar Dave Kleikamp 2-16/+37
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-1/+7
2008-12-16jfs: ensure symlinks are NUL-terminatedGravatar Dave Kleikamp 1-1/+7
2008-11-14CRED: Wrap task credential accesses in the JFS filesystemGravatar David Howells 1-2/+2
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevGravatar Linus Torvalds 1-2/+2