summaryrefslogtreecommitdiff
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAge
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-22
* reiserfs: get rid of resierfs_sync_superArtem Bityutskiy2012-06-01
* reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy2012-06-01
* reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara2012-05-15
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-20
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-20
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-20
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-10
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-10
* reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-09
|\
| * reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-09
| * reiserfs: Fix quota mount option parsingJan Kara2012-01-09
* | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-06
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-06
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
|/
* reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-20
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-27
* Fix common misspellingsLucas De Marchi2011-03-31
* quota: Fix deadlock during path resolutionJan Kara2011-01-12
* fs: icache RCU free inodesNick Piggin2011-01-07
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* new helper: mount_bdev()Al Viro2010-10-29
* convert reiserfs to ->evict_inode()Al Viro2010-08-09
* Fix reiserfs_file_release()Al Viro2010-08-09
* reiserfs: Fix resuming of quotas on remount read-writeJan Kara2010-05-27
* quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-24
* quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-24
* quota: move unmount handling into the filesystemChristoph Hellwig2010-05-24
* quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-24
* quota: move remount handling into the filesystemChristoph Hellwig2010-05-24
* Merge branch 'master' into export-slabhTejun Heo2010-04-05
|\
| * reiserfs: Fix locking BUG during mount failureJeff Mahoney2010-03-30
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-05
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-05
* dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-05
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-05
* dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-05
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-05
* reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan2009-12-16
* Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-09
|\
| * kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inodeFrederic Weisbecker2009-09-14
| * reiserfs: kill-the-BKLFrederic Weisbecker2009-09-14
* | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-22
* | const: make struct super_block::dq_op constAlexey Dobriyan2009-09-22
|/
* headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-08
* switch reiserfs to inode->i_aclAl Viro2009-06-24