summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-272-3/+3
|\ \ \
| * | | constify dentry_operations: JFSAl Viro2009-03-272-3/+3
| | |/ | |/|
* / | jfs: Use lowercase names of quota functionsJan Kara2009-03-268-36/+36
|/ /
* | fs/Kconfig: move jfs outAlexey Dobriyan2009-01-221-0/+49
* | filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-091-4/+6
|/
* fix the treatment of jfs special inodesAl Viro2009-01-051-3/+7
* nfsd race fixes: jfsDave Kleikamp2008-12-312-16/+37
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2008-12-301-1/+7
|\
| * jfs: ensure symlinks are NUL-terminatedDave Kleikamp2008-12-161-1/+7
* | CRED: Wrap task credential accesses in the JFS filesystemDavid Howells2008-11-141-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-2/+2
|\
| * [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* | [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-14/+1
|/
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-262-2/+2