aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* jfs: fix readdir regressionDave Kleikamp2015-05-091-2/+2
* jfs: fix error path in iallocDave Kleikamp2013-11-281-2/+1
* jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-101-8/+23
* jfs: fix a couple racesDave Kleikamp2013-06-192-2/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-022-4/+4
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-022-6/+6
* | jfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0
|/
* Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-251-29/+28
|\
| * Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-29/+28
| |\
| | * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-29/+28
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2011-08-151-2/+2
|\ \ \ | |/ / |/| |
| * | jfs: flush journal completely before releasing metadata inodesDave Kleikamp2011-08-011-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-012-6/+2
|\ \ \ | |/ / |/| |
| * | switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-3/+1
| * | switch posix_acl_create() to umode_t *Al Viro2011-08-011-3/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2011-07-273-10/+4
|\ \ \ | |/ / |/| |
| * | jfs: clean up some compiler warningsDave Kleikamp2011-07-253-10/+4
* | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-254-20/+4
* | | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-16/+7
* | | kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-17/+14
* | | vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-3/+0
|/ /
* | jfs_lookup(): don't bother with . or ..Al Viro2011-07-201-24/+15
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+9
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-3/+1
* | jfs_ci_revalidate() is safe from RCU modeAl Viro2011-07-201-2/+0
* | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-201-4/+2
* | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-202-2/+2
* | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
|/
* jfs: agstart field must be 64 bitsDave Kleikamp2011-06-201-1/+1
* JFS: Don't save agno in the inodeDave Kleikamp2011-06-203-9/+9
* jfs: Update agstart when resizing volumeDave Kleikamp2011-06-201-2/+1
* jfs: old_agsize should be 64 bits in jfs_extendfsDave Kleikamp2011-06-201-1/+1
* lmLogOpen() broken failure exitAl Viro2011-06-071-1/+1
* jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-272-2/+2
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Fix common misspellingsLucas De Marchi2011-03-318-18/+18
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-2/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-102-2/+0
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-232-2/+2
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-1/+1
|\ \
| * | fs: change to new flag variablematt mooney2011-03-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-163-8/+11
|\ \ \
| * \ \ Merge branch 'next' into for-linusJames Morris2011-03-163-8/+11
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-083-8/+11
| | |\ \ | | | |/ | | |/|