summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-091-13/+39
|\
| * kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inodeFrederic Weisbecker2009-09-141-6/+9
| * reiserfs: kill-the-BKLFrederic Weisbecker2009-09-141-7/+30
* | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-221-1/+1
* | const: make struct super_block::dq_op constAlexey Dobriyan2009-09-221-1/+1
|/
* headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-081-1/+0
* switch reiserfs to inode->i_aclAl Viro2009-06-241-24/+0
* switch reiserfs to usual conventions for caching ACLsAl Viro2009-06-241-6/+6
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+4
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+3
* enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-12/+9
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+3
* reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney2009-06-111-0/+1
* reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney2009-05-171-2/+0
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1
* Always lookup priv_root on reiserfs mount and keep itAl Viro2009-05-091-2/+4
* fs/reiserfs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+5
* Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds2009-03-301-148/+155
|\
| * reiserfs: strip trailing whitespaceJeff Mahoney2009-03-301-5/+5
| * reiserfs: use generic xattr handlersJeff Mahoney2009-03-301-7/+0
| * reiserfs: eliminate per-super xattr lockJeff Mahoney2009-03-301-4/+0
| * reiserfs: use reiserfs_error()Jeff Mahoney2009-03-301-8/+7
| * reiserfs: rework reiserfs_warningJeff Mahoney2009-03-301-120/+137
| * reiserfs: make some warnings informationalJeff Mahoney2009-03-301-8/+6
| * reiserfs: add support for mount count incrementingJeff Mahoney2009-03-301-1/+5
* | reiserfs: Use lowercase names of quota functionsJan Kara2009-03-261-1/+1
* | reiserfs: Remove unnecessary quota functionsJan Kara2009-03-261-56/+2
|/
* filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-091-4/+6
* reiserfs: Add default allocation routines for quota structuresJan Kara2009-01-051-0/+2
* reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled().Jan Kara2009-01-051-5/+3
* [PATCH] switch quota_on-related stuff to kern_path()Al Viro2008-10-231-9/+9
* reiserfs: removed duplicated #includeHuang Weiyi2008-08-121-1/+0
* [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-011-7/+9
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-251-0/+1
* reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara2008-07-251-23/+60
* reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara2008-07-251-5/+5
* reiserfs: fix synchronization of quota files in journal=data modeJan Kara2008-07-251-9/+21
* reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara2008-07-041-1/+3
* reiserfs: unpack tails on quota filesJan Kara2008-04-281-5/+12