aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-2/+2
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-12/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+15
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-1/+1
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2009-03-27constify dentry_operations: JFSAl Viro1-2/+2
2009-03-26jfs: Use lowercase names of quota functionsJan Kara1-3/+3
2008-12-31nfsd race fixes: jfsDave Kleikamp1-8/+16
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-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz1-1/+1
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen1-0/+3
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen1-1/+1
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells1-20/+14
2008-01-03JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp1-1/+1
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches1-1/+1
2007-10-22jfs: new export opsChristoph Hellwig1-16/+19
2007-07-17knfsd: exportfs: remove iget abuseChristoph Hellwig1-0/+32
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp1-13/+13
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2007-01-09JFS: Add lockdep annotationsDave Kleikamp1-20/+28
2006-10-02JFS: White space cleanupDave Kleikamp1-25/+25
2006-10-02[PATCH] JFS: return correct error when i-node allocation failedAkinobu Mita1-9/+8
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-8/+6
2006-06-05JFS: commit_mutex cleanupsEvgeniy Dushistov1-17/+16
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl1-0/+1
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-49/+49
2005-10-31JFS: set i_ctime & i_mtime on target directory when creating linksDave Kleikamp1-0/+3
2005-09-01JFS: Implement jfs_init_securityDave Kleikamp1-0/+22
2005-09-01JFS: allow extended attributes to be set within a existing transactionDave Kleikamp1-21/+42
2005-08-17JFS: Initialize dentry->d_op for negative dentries tooDave Kleikamp1-3/+2
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-22/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1540