aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* reiserfs: fix hang on umount with quotas when journal is abortedJan Kara2008-04-281-1/+7
* quota: reiserfs: make reiserfs handle quotaon on remountJan Kara2008-04-281-5/+8
* quota: various style cleanupsJan Kara2008-04-281-1/+1
* fs/reiserfs/super.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* Introduce path_put()Jan Blunck2008-02-141-4/+4
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-3/+3
* mount options: fix reiserfsMiklos Szeredi2008-02-081-12/+26
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* reiserfs: new export opsChristoph Hellwig2007-10-221-2/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney2007-10-191-0/+15
* reiserfs: workaround for dead loop in finish_unfinishedLepton Wu2007-10-171-3/+15
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* quota: fix infinite loopJan Kara2007-09-111-2/+11
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-6/+4
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* reiserfs: shrink superblock if no xattrsAlexey Dobriyan2007-05-081-2/+4
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* [PATCH] reiser: replace kmalloc+memset with kzallocYan Burman2006-12-071-2/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] reiserfs: reset errval after initializing bitmap cacheJeff Mahoney2006-11-031-0/+1
* [PATCH] ReiserFS: Make sure all dentries refs are released before calling kil...David Howells2006-10-111-11/+20
* [PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney2006-10-011-30/+9
* [PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney2006-10-011-113/+1
* [PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf...Jeff Mahoney2006-10-011-0/+2
* [PATCH] reiserfs: ifdef ACL stuff from inodeAlexey Dobriyan2006-09-291-0/+6
* [PATCH] reiserfs: warn about the useless nolargeio optionAdrian Bunk2006-09-271-19/+2
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-3/+1
* [PATCH] lockdep: annotate the quota codeArjan van de Ven2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-4/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+5