aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-24switch reiserfs to inode->i_aclAl Viro1-24/+0
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro1-6/+6
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+3
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig1-12/+9
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-0/+1
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney1-2/+0
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro1-2/+4
2009-04-02fs/reiserfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-148/+155
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-5/+5
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney1-7/+0
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-4/+0
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-8/+7
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-120/+137
2009-03-30reiserfs: make some warnings informationalJeff Mahoney1-8/+6
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney1-1/+5
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara1-1/+1
2009-03-26reiserfs: Remove unnecessary quota functionsJan Kara1-56/+2
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
2009-01-05reiserfs: Add default allocation routines for quota structuresJan Kara1-0/+2
2009-01-05reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled().Jan Kara1-5/+3
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-9/+9
2008-08-12reiserfs: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-7/+9
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be changedJan Kara1-23/+60
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara1-5/+5
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara1-9/+21
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara1-1/+3
2008-04-28reiserfs: unpack tails on quota filesJan Kara1-5/+12
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara1-5/+8
2008-04-28quota: various style cleanupsJan Kara1-1/+1
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-4/+4
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-3/+3
2008-02-08mount options: fix reiserfsMiklos Szeredi1-12/+26
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22reiserfs: new export opsChristoph Hellwig1-2/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney1-0/+15
2007-10-17reiserfs: workaround for dead loop in finish_unfinishedLepton Wu1-3/+15
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1