aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-04-121-2/+2
* reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-261-0/+4
* reiserfs: Move quota calls out of write lockJan Kara2012-11-263-7/+25
* reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-261-3/+8
* reiserfs: Fix lock ordering during remountJan Kara2012-11-261-7/+20
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-1/+5
* reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-121-10/+14
* reiserfs: Fix quota mount option parsingJan Kara2012-01-121-1/+2
* 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
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker2010-12-021-2/+4
* | reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker2010-11-251-4/+3
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-174-4/+0
|/
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-264-23/+16
|\
| * new helper: ihold()Al Viro2010-10-251-1/+1
| * new helper: inode_unhashed()Al Viro2010-10-251-1/+1
| * fs: kill block_prepare_writeChristoph Hellwig2010-10-253-21/+14
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-3/+5
|\