aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-14/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Gravatar Al Viro 1-2/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 2-2/+2
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+1
2008-06-10jfs: remove DIRENTSIZGravatar Adrian Bunk 1-3/+0
2008-05-28JFS: diAlloc() should return -EIO rather than EIOGravatar Li Zefan 1-1/+1
2008-05-21JFS: skip bad iput() call in error pathGravatar Dave Kleikamp 1-4/+3
2008-05-13JFS: switch to seq_filesGravatar Alexey Dobriyan 6-133/+114
2008-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupGravatar Marcin Slusarz 1-1/+1
2008-04-29proc: remove proc_root_fsGravatar Alexey Dobriyan 1-2/+2
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Gravatar Dave Hansen 1-11/+22
2008-03-05jfs: replace __inline with inlineGravatar Harvey Harrison 1-1/+1