aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16Merge branch 'master' into for-nextJiri Kosina9-53/+56
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-17/+31
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-8/+5
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeJan Kara1-2/+10
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+4
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+8
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-27/+17
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+4
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger5-13/+13
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-1/+2
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+2
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe2-16/+5
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2010-04-24reiserfs: fix corruption during shrinking of xattrsJeff Mahoney1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney2-15/+4
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-6/+4
2010-03-30reiserfs: Fix locking BUG during mount failureJeff Mahoney1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo9-0/+9
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney1-6/+9
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-38/+56
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig3-16/+15
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig4-5/+23
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig3-4/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig2-3/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2-7/+5
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig3-16/+16
2010-02-14reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker1-0/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-28reiserfs: Fix vmalloc call under reiserfs lockFrederic Weisbecker1-0/+2
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds4-9/+33
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker1-0/+4
2010-01-07reiserfs: Fix unreachable statementJiri Slaby1-1/+2
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker1-0/+2
2010-01-05reiserfs: Relax lock on xattr removingFrederic Weisbecker1-3/+9
2010-01-05reiserfs: Relax the lock before truncating pagesFrederic Weisbecker1-1/+10
2010-01-05reiserfs: Fix recursive lock on lchownFrederic Weisbecker1-3/+5
2010-01-03reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds6-15/+53
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker1-1/+2