summaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima2009-01-051-0/+21
* ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-281-0/+12
* ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso2008-11-121-5/+2
* ext3: wait on all pending commits in ext3_sync_fsArthur Jones2008-11-061-6/+5
* ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai2008-10-271-3/+7
* ext3 quota support: fix compile failureLinus Torvalds2008-10-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-2/+2
|\
| * [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-11/+11
|\ \
| * | [PATCH] switch quota_on-related stuff to kern_path()Al Viro2008-10-231-11/+11
| |/
* | ext3: add checks for errors from jbdHidehiro Kawai2008-10-231-4/+19
|/
* ext3: add an option to control error handling on file dataHidehiro Kawai2008-10-201-0/+16
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-011-1/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* ext3: correct mount option parsing to detect when quota options can be changedJan Kara2008-07-251-7/+22
* ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara2008-07-251-7/+7
* ext3: fix synchronization of quota files in journal=data modeJan Kara2008-07-251-8/+27
* ext3: add missing unlock to error path in ext3_quota_write()Jan Kara2008-07-041-1/+3
* ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-7/+7
* ext3: fix mount messages when quota disabledJan Kara2008-04-281-1/+4
* ext3: fix hang on umount with quotas when journal is abortedJan Kara2008-04-281-1/+7
* ext3: use ext3_group_first_block_no()Akinobu Mita2008-04-281-3/+2
* ext3: convert byte order of constant instead of variableMarcin Slusarz2008-04-281-1/+1
* quota: ext3: make ext3 handle quotaon on remountJan Kara2008-04-281-9/+10
* ext3: fix mount option parsingJosef Bacik2008-03-041-1/+1
* Introduce path_put()Jan Blunck2008-02-141-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+2
* ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz2008-02-081-1/+1
* iget: stop EXT3 from using iget() and read_inode()David Howells2008-02-071-18/+22
* ext[234]: use ext[234]_get_group_desc()Akinobu Mita2008-02-061-9/+4
* ext3: change the default behaviour on errorAneesh Kumar K.V2008-02-061-8/+8
* ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V2008-01-281-4/+28
* ext3, ext4: avoid divide by zeroAndries E. Brouwer2007-12-171-1/+1
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* ext3: new export opsChristoph Hellwig2007-10-221-15/+20
* ext3: support large blocksize up to PAGESIZETakashi Sato2007-10-181-1/+5
* ext3: show all mount optionsMiklos Szeredi2007-10-171-0/+70
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* lib: percpu_counter_init error handlingPeter Zijlstra2007-10-171-6/+15
* lib: percpu_counter_sum_positivePeter Zijlstra2007-10-171-2/+2
* quota: fix infinite loopJan Kara2007-09-111-1/+10
* fix inode_table test in ext234_check_descriptorsEric Sandeen2007-07-261-1/+1
* 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
* ext3: statfs speed upBadari Pulavarty2007-07-161-10/+15
* ext3: fix error handling in ext3_create_journal()Borislav Petkov2007-07-161-2/+5
* is_power_of_2: ext3/super.cvignesh babu2007-07-161-1/+2
* ext3: fix deadlock in ext3_remount() and orphan list handlingJan Kara2007-07-161-0/+8
* ext3/ext4: orphan list check on destroy_inodeVasily Averin2007-07-161-0/+8
OpenPOWER on IntegriCloud