summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [PATCH] switch quota_on-related stuff to kern_path()Al Viro2008-10-231-12/+12
|/
* ext4: Remove automatic enabling of the HUGE_FILE feature flagTheodore Ts'o2008-10-161-71/+14
* ext4: Remove unused mount options: nomballoc, mballoc, nocheckTheodore Ts'o2008-10-171-9/+2
* ext4: Add missing newlines to printk messagesEric Sesterhenn2008-10-171-3/+3
* ext4: Do mballoc init before doing filesystem recoveryAneesh Kumar K.V2008-10-101-15/+15
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* ext4: fix build failure without procfsAlexander Beregalov2008-10-121-0/+2
* ext4: add an option to control error handling on file dataHidehiro Kawai2008-10-101-0/+16
* ext4: add checks for errors from jbd2Hidehiro Kawai2008-10-101-4/+19
* ext4: Rename ext4dev to ext4Theodore Ts'o2008-10-101-21/+42
* ext4: Avoid double dirtying of super block in ext4_put_super()Andi Kleen2008-10-061-2/+0
* ext4: Add debugging markers that can be used by systemtapTheodore Ts'o2008-10-051-0/+2
* ext4: Remove old legacy block allocatorTheodore Ts'o2008-10-101-33/+7
* ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o2008-10-091-2/+25
* ext4: Combine proc file handling into a single set of functionsTheodore Ts'o2008-09-231-0/+42
* ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o2008-09-231-0/+17
* ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o2008-10-061-1/+22
* ext4: add missing unlock in ext4_check_descriptors() on error pathLi Zefan2008-09-081-1/+3
* jbd2: clean up how the journal device name is printedTheodore Ts'o2008-09-161-9/+3
* Update flex_bg free blocks and free inodes counters when resizing.Frederic Bohe2008-09-081-2/+5
* ext4: Add percpu dirty block accounting.Aneesh Kumar K.V2008-10-101-1/+7
* ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o2008-09-081-3/+3
* ext4: Fix long long checkpatch warningsTheodore Ts'o2008-09-081-4/+4
* ext4: Add printk priority levels to clean up checkpatch warningsTheodore Ts'o2008-09-081-9/+16
* ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V2008-08-191-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-08-031-149/+167
|\
| * ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o2008-07-261-144/+139
| * ext4: improve ext4_fill_flex_info() a bitLi Zefan2008-07-241-4/+3
| * ext4: lock block groups when initializingEric Sandeen2008-08-021-0/+2
| * ext4: Allow read/only mounts with corrupted block group checksumsTheodore Ts'o2008-07-261-1/+23
* | [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
* ext4: do not set extents feature from the kernelEric Sandeen2008-07-111-4/+17
* ext4: Don't allow nonextenst mount option for large filesystemAneesh Kumar K.V2008-07-111-0/+15
* ext4: Enable delalloc by default.Aneesh Kumar K.V2008-07-111-1/+22
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-141-0/+5
* ext4: Add delayed allocation support in data=writeback modeAlex Tomas2008-07-111-1/+5
* ext4: Use new framework for data=ordered mode in JBD2Jan Kara2008-07-111-1/+4
* ext4: Set journal pointer to NULL when journal is releasedJan Kara2008-07-111-0/+2
* ext4: Fix sparse warningAneesh Kumar K.V2008-07-111-2/+2
* ext4: remove redundant code in ext4_fill_super()Li Zefan2008-07-111-5/+0
* ext4: New inode allocation for FLEX_BG meta-data groups.Jose R. Santos2008-07-111-0/+57
* ext4: Remove unused variable from ext4_show_optionsTheodore Ts'o2008-07-111-1/+0
* ext4: add missing unlock to an error path in ext4_quota_write()Jan Kara2008-07-041-1/+3
* ext4: enable barriers by defaultEric Sandeen2008-05-261-2/+9
* ext4: Display the journal_async_commit mount option in /proc/mountsTheodore Ts'o2008-05-261-0/+2
* jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o2008-06-061-0/+23
* ext4: fix typos in messages and comments (journalled -> journaled)Jan Kara2008-05-131-7/+7