summaryrefslogtreecommitdiff
path: root/fs/reiserfs/super.c
AgeCommit message (Expand)Author
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeJan Kara
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30reiserfs: Fix locking BUG during mount failureJeff Mahoney
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan
2009-09-14kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inodeFrederic Weisbecker
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan
2009-06-24switch reiserfs to inode->i_aclAl Viro
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney
2009-05-09Fix races around the access to ->s_optionsAl Viro
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro
2009-04-02fs/reiserfs: return f_fsid for statfs(2)Coly Li
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney
2009-03-30reiserfs: make some warnings informationalJeff Mahoney
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara
2009-03-26reiserfs: Remove unnecessary quota functionsJan Kara
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato
2009-01-05reiserfs: Add default allocation routines for quota structuresJan Kara
2009-01-05reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled().Jan Kara
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro
2008-08-12reiserfs: removed duplicated #includeHuang Weiyi
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan