aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-17/+31
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-8/+5
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLGravatar jan Blunck 1-0/+1
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeGravatar Jan Kara 1-2/+10
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-6/+4
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-5/+3
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-0/+8
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-27/+17
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-14/+4
2010-05-21reiserfs: constify xattr_handlerGravatar Stephen Hemminger 5-13/+13
2010-05-21Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 1-1/+2
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-1/+2
2010-04-29Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 2-16/+5
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsGravatar Dmitry Monakhov 1-1/+2
2010-04-24reiserfs: fix corruption during shrinking of xattrsGravatar Jeff Mahoney 1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privGravatar Jeff Mahoney 2-15/+4
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 1-6/+4
2010-03-30reiserfs: Fix locking BUG during mount failureGravatar Jeff Mahoney 1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 9-0/+9
2010-03-24reiserfs: properly honor read-only devicesGravatar Jeff Mahoney 1-6/+9
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledGravatar Jeff Mahoney 1-1/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 7-38/+56
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 3-16/+15
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 4-5/+23
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 3-4/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+6
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 2-3/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 2-7/+5
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 3-16/+16
2010-02-14reiserfs: Fix softlockup while waiting on an inodeGravatar Frederic Weisbecker 1-0/+2
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-01-28reiserfs: Fix vmalloc call under reiserfs lockGravatar Frederic Weisbecker 1-0/+2
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-9/+33
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksGravatar Frederic Weisbecker 1-0/+4
2010-01-07reiserfs: Fix unreachable statementGravatar Jiri Slaby 1-1/+2
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockGravatar Frederic Weisbecker 1-0/+2
2010-01-05reiserfs: Relax lock on xattr removingGravatar Frederic Weisbecker 1-3/+9
2010-01-05reiserfs: Relax the lock before truncating pagesGravatar Frederic Weisbecker 1-1/+10
2010-01-05reiserfs: Fix recursive lock on lchownGravatar Frederic Weisbecker 1-3/+5
2010-01-03reiserfs: Fix mistake in down_write() conversionGravatar Frederic Weisbecker 1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-15/+53
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirGravatar Frederic Weisbecker 1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrGravatar Frederic Weisbecker 1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionGravatar Frederic Weisbecker 1-1/+2
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Gravatar Frederic Weisbecker 1-3/+4
2010-01-02reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Gravatar Frederic Weisbecker 1-2/+7