aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
...
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-0/+4
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-4/+4
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-0/+10
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
|/
* jfs: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-10/+2
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-04-2315-16/+42
| |\
| * | Fix typos in commentsThomas Weber2010-03-161-1/+1
* | | JFS: Free sbi memory in error pathJan Blunck2010-05-151-7/+6
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-217-16/+33
|\ \
| * | jfs: add jfs specific ->setattr callDmitry Monakhov2010-04-164-4/+17
| * | jfs: fix diAllocExt error in resizing filesystemBill Pemberton2010-04-161-1/+5
| * | jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gDaniel Mack2010-02-022-11/+11
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-309-0/+9
| |/ |/|
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-0512-77/+116
|\ \
| * | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-054-16/+16
| * | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-053-1/+21
| * | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-053-3/+3
| * | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+6
| * | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-2/+3
| * | dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-055-28/+34
| * | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-052-4/+4
| * | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-054-38/+44
| |/
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-2/+5
|/
* jfs: Fix 32bit build warningAlan Cox2009-12-221-1/+1
* kill I_LOCKChristoph Hellwig2009-12-171-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-6/+3
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-084-9/+4
* jfs: Fix early release of acl in jfs_get_aclStefan Bader2009-07-231-3/+1
* another race fix in jfs_check_acl()Al Viro2009-06-241-6/+7
* helpers for acl caching + switch to thoseAl Viro2009-06-242-27/+15
* switch jfs to inode->i_aclAl Viro2009-06-244-41/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-06-161-0/+1
|\
| * jfs: fix regression preventing coalescing of extentsDave Kleikamp2009-06-161-0/+1
* | Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-4/+18
* | push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
|/
* jfs: Add missing mutex_unlock call to error pathDave Kleikamp2009-05-231-0/+1
* missing unlock in jfs_quota_write()Dan Carpenter2009-04-071-1/+3
* New helper - current_umask()Al Viro2009-03-311-1/+1
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-03-308-344/+46
|\
| * jfs: needs crc32_leRandy Dunlap2009-02-021-0/+1
| * Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp2009-02-022-4/+55
| |\
| * | jfs: Fix error handling in metapage_writepage()Dave Kleikamp2009-01-301-5/+13
| * | jfs: return f_fsid for statfs(2)Coly Li2009-01-271-0/+4
| * | jfs: remove xtLookupList()Dave Kleikamp2009-01-094-332/+25
| * | jfs: clean up a dangling commentDave Kleikamp2009-01-091-7/+3