summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* | reiserfs: fix deadlock in umountAl Viro2013-08-051-2/+1
|/
* reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-111-3/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* reiserfs: Move quota calls out of write lockJan Kara2012-11-191-4/+14
* reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-191-0/+4
* reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-191-3/+8
* reiserfs: Fix lock ordering during remountJan Kara2012-11-191-7/+20
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+5
* reiserfs: get rid of resierfs_sync_superArtem Bityutskiy2012-06-011-9/+45
* reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy2012-06-011-10/+10
* reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara2012-05-151-5/+1
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-201-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-201-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-201-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-101-15/+13
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-101-10/+11
* reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-101-19/+24
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-11/+16
|\
| * reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-091-10/+14
| * reiserfs: Fix quota mount option parsingJan Kara2012-01-091-1/+2
* | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-061-10/+106
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-201-0/+1
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* quota: Fix deadlock during path resolutionJan Kara2011-01-121-11/+6
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* convert reiserfs to ->evict_inode()Al Viro2010-08-091-7/+1
* Fix reiserfs_file_release()Al Viro2010-08-091-0/+2
* 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
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-6/+4
|\
| * reiserfs: Fix locking BUG during mount failureJeff Mahoney2010-03-301-6/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-2/+1
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-2/+1
* dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+6
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+0
* dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-051-2/+0
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-2/+0
* reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan2009-12-161-4/+0
OpenPOWER on IntegriCloud