summaryrefslogtreecommitdiff
path: root/fs/reiserfs/super.c
AgeCommit message (Expand)Author
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
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara
2008-04-28reiserfs: unpack tails on quota filesJan Kara
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara
2008-04-28quota: various style cleanupsJan Kara
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08mount options: fix reiserfsMiklos Szeredi
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-22reiserfs: new export opsChristoph Hellwig