aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-11/+6
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-09convert reiserfs to ->evict_inode()Al Viro1-7/+1
2010-08-09Fix reiserfs_file_release()Al Viro1-0/+2
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-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 Heo1-0/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+1
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-2/+0
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan1-4/+0
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-13/+39
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-09-14kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inodeFrederic Weisbecker1-6/+9
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-7/+30
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-24switch reiserfs to inode->i_aclAl Viro1-24/+0
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro1-6/+6
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+3
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig1-12/+9
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-0/+1
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney1-2/+0
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro1-2/+4
2009-04-02fs/reiserfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-148/+155
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-5/+5
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney1-7/+0
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-4/+0
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-8/+7
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-120/+137
2009-03-30reiserfs: make some warnings informationalJeff Mahoney1-8/+6
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney1-1/+5
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara1-1/+1
2009-03-26reiserfs: Remove unnecessary quota functionsJan Kara1-56/+2
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6