aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-182-3/+5
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-3/+4
|\ \
| * | reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker2010-10-011-2/+3
| * | reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker2010-10-011-1/+1
* | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
* | | reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-86/+20
|/ /
* | remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+1
* | fix reiserfs_evict_inode end_writeback second callSergey Senozhatsky2010-08-181-0/+1
* | reiserfs: remove unused local `wait'Changli Gao2010-08-111-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-103-83/+111
|\
| * convert reiserfs to ->evict_inode()Al Viro2010-08-092-10/+11
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-4/+4
| * remove inode_setattrChristoph Hellwig2010-08-091-45/+52
| * introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-1/+16
| * Fix reiserfs_file_release()Al Viro2010-08-093-24/+30
* | Merge branch 'master' into for-nextJiri Kosina2010-06-169-53/+56
|\ \ | |/
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-301-17/+31
| |\
| | * reiserfs: Fix resuming of quotas on remount read-writeJan Kara2010-05-271-2/+10
| | * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-10/+10
| | * quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-241-6/+4
| | * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
| | * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-5/+3
| | * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-0/+8
| * | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-8/+5
| * | fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-271-0/+1
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-216-27/+17
| |\
| | * reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-14/+4
| | * reiserfs: constify xattr_handlerStephen Hemminger2010-05-215-13/+13
| * | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-1/+2
| |\ \ | | |/