summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-262-2/+2
* quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-251-0/+1
* jfs: remove DIRENTSIZAdrian Bunk2008-06-101-3/+0
* JFS: diAlloc() should return -EIO rather than EIOLi Zefan2008-05-281-1/+1
* JFS: skip bad iput() call in error pathDave Kleikamp2008-05-211-4/+3
* JFS: switch to seq_filesAlexey Dobriyan2008-05-136-133/+114
* JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz2008-05-121-1/+1
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-2/+2
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-11/+22
* jfs: replace __inline with inlineHarvey Harrison2008-03-051-1/+1
* jfs: le*_add_cpu conversionMarcin Slusarz2008-02-133-33/+19
* BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen2008-02-075-0/+27
* BKL-removal: Use unlocked_ioctl for jfsAndi Kleen2008-02-074-7/+13