summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Merge 'akpm' patch seriesLinus Torvalds2011-07-252-9/+5
|\
| * reiserfs: use hweight_long()Akinobu Mita2011-07-251-5/+1
| * reiserfs: use proper little-endian bitopsAkinobu Mita2011-07-252-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-255-77/+34
|\ \
| * | fs: take the ACL checks to common codeChristoph Hellwig2011-07-253-22/+4
| * | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-23/+7
| * | kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-23/+18
| * | reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2011-07-252-9/+5
| |/
* | Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-13/+0
|\ \ | |/ |/|
| * fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-13/+0
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-3/+19
* | reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-201-0/+1
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-3/+2
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+3
* | fs: kill i_alloc_semChristoph Hellwig2011-07-201-2/+1
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
* | kill check_acl callback of generic_permission()Al Viro2011-07-203-11/+12
|/
* reiserfs_permission() doesn't need to bail out in RCU modeAl Viro2011-06-201-2/+0
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-282-6/+0
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* 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
* vfs: remove dget() from dentry_unhash()Sage Weil2011-05-261-1/+0
* Fix common misspellingsLucas De Marchi2011-03-314-6/+6
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-232-3/+3
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-3/+1
|\ \
| * | fs: change to new flag variablematt mooney2011-03-171-3/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-162-5/+7
|\ \ \
| * \ \ Merge branch 'next' into for-linusJames Morris2011-03-162-5/+7
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-082-5/+7
| | |\ \
| | | * | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-012-5/+7
* | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+1
|\ \ \ \ \
| * | | | | reiserfs: make commit_wq use the default concurrency levelTejun Heo2011-02-011-1/+1
| | |_|_|/ | |/| | |
* | | | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-4/+0
* | | | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+6
| |/ / / |/| | |
* | | | reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro2011-03-101-2/+0
| |/ / |/| |
* | | fix reiserfs mkdir() breakageAl Viro2011-03-031-1/+1
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-01-211-11/+6
|\ \
| * | quota: Fix deadlock during path resolutionJan Kara2011-01-121-11/+6
| |/
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-14/+7
|\ \
| * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-3/+3
| * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-12/+5
* | | reiserfs: make sure va_end() is always called after va_start().Jesper Juhl2011-01-131-2/+2
| |/ |/|
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-4/+10
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+2