aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-11-19reiserfs: Move quota calls out of write lockJan Kara1-4/+14
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-19reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy1-9/+45
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy1-10/+10
2012-05-15reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara1-5/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker1-10/+11
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker1-19/+24
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-11/+16
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara1-10/+106
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-07-20reiserfs: make reiserfs default to barrier=flushChristoph Hellwig1-0/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
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