aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+3
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds4-9/+4
2009-07-23jfs: Fix early release of acl in jfs_get_aclStefan Bader1-3/+1
2009-06-24another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-24helpers for acl caching + switch to thoseAl Viro2-27/+15
2009-06-24switch jfs to inode->i_aclAl Viro4-41/+15
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-0/+1
2009-06-16jfs: fix regression preventing coalescing of extentsDave Kleikamp1-0/+1
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-4/+18
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-05-23jfs: Add missing mutex_unlock call to error pathDave Kleikamp1-0/+1
2009-04-07missing unlock in jfs_quota_write()Dan Carpenter1-1/+3
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds8-344/+46
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-3/+3
2009-03-27constify dentry_operations: JFSAl Viro2-3/+3
2009-03-26jfs: Use lowercase names of quota functionsJan Kara8-36/+36
2009-02-02jfs: needs crc32_leRandy Dunlap1-0/+1
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp2-4/+55
2009-01-30jfs: Fix error handling in metapage_writepage()Dave Kleikamp1-5/+13
2009-01-27jfs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-01-22fs/Kconfig: move jfs outAlexey Dobriyan1-0/+49
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
2009-01-09jfs: remove xtLookupList()Dave Kleikamp4-332/+25
2009-01-09jfs: clean up a dangling commentDave Kleikamp1-7/+3
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2008-12-31nfsd race fixes: jfsDave Kleikamp2-16/+37
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-1/+7
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp1-1/+7
2008-11-14CRED: Wrap task credential accesses in the JFS filesystemDavid Howells1-2/+2
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-14/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-06-10jfs: remove DIRENTSIZAdrian Bunk1-3/+0
2008-05-28JFS: diAlloc() should return -EIO rather than EIOLi Zefan1-1/+1
2008-05-21JFS: skip bad iput() call in error pathDave Kleikamp1-4/+3
2008-05-13JFS: switch to seq_filesAlexey Dobriyan6-133/+114
2008-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz1-1/+1
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-2/+2
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-11/+22
2008-03-05jfs: replace __inline with inlineHarvey Harrison1-1/+1
2008-02-13jfs: le*_add_cpu conversionMarcin Slusarz3-33/+19
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen5-0/+27
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen4-7/+13