summaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2013-04-12reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
2012-11-26reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-26reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-11-26reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-26reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-1/+5
2012-01-12reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-12reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2-6/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi4-6/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-24userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-3/+3
2011-03-21Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-3/+1
2011-03-17fs: change to new flag variablematt mooney1-3/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-5/+7
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-03-16Merge branch 'next' into for-linusJames Morris2-5/+7
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-4/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+6
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro1-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2-5/+7
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris2-5/+7
2011-02-01reiserfs: make commit_wq use the default concurrency levelTejun Heo1-1/+1
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-11/+6
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-14/+7
2011-01-13reiserfs: make sure va_end() is always called after va_start().Jesper Juhl1-2/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-11/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-03reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann4-4/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-3/+3
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+5
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-23/+16
2010-10-27writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-10-26new helper: ihold()Al Viro1-1/+1
2010-10-26new helper: inode_unhashed()Al Viro1-1/+1
2010-10-26fs: kill block_prepare_writeChristoph Hellwig3-21/+14
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+5