aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-11-03ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o
2008-11-04ext4: Convert to host order before using the values.Aneesh Kumar K.V
2008-10-27ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-10-16ext4: Remove automatic enabling of the HUGE_FILE feature flagTheodore Ts'o
2008-10-17ext4: Remove unused mount options: nomballoc, mballoc, nocheckTheodore Ts'o
2008-10-17ext4: Add missing newlines to printk messagesEric Sesterhenn
2008-10-10ext4: Do mballoc init before doing filesystem recoveryAneesh Kumar K.V
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-12ext4: fix build failure without procfsAlexander Beregalov
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai
2008-10-10ext4: add checks for errors from jbd2Hidehiro Kawai
2008-10-10ext4: Rename ext4dev to ext4Theodore Ts'o
2008-10-06ext4: Avoid double dirtying of super block in ext4_put_super()Andi Kleen
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o
2008-10-10ext4: Remove old legacy block allocatorTheodore Ts'o
2008-10-09ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o
2008-09-23ext4: Combine proc file handling into a single set of functionsTheodore Ts'o
2008-09-23ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o
2008-10-06ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o
2008-09-08ext4: add missing unlock in ext4_check_descriptors() on error pathLi Zefan
2008-09-16jbd2: clean up how the journal device name is printedTheodore Ts'o
2008-09-08Update flex_bg free blocks and free inodes counters when resizing.Frederic Bohe
2008-10-10ext4: Add percpu dirty block accounting.Aneesh Kumar K.V
2008-09-08ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o
2008-09-08ext4: Fix long long checkpatch warningsTheodore Ts'o
2008-09-08ext4: Add printk priority levels to clean up checkpatch warningsTheodore Ts'o
2008-08-19ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V
2008-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro
2008-07-26ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24ext4: improve ext4_fill_flex_info() a bitLi Zefan
2008-08-02ext4: lock block groups when initializingEric Sandeen
2008-07-26ext4: Allow read/only mounts with corrupted block group checksumsTheodore Ts'o
2008-07-11ext4: do not set extents feature from the kernelEric Sandeen
2008-07-11ext4: Don't allow nonextenst mount option for large filesystemAneesh Kumar K.V
2008-07-11ext4: Enable delalloc by default.Aneesh Kumar K.V
2008-07-14ext4: delayed allocation ENOSPC handlingMingming Cao
2008-07-11ext4: Add delayed allocation support in data=writeback modeAlex Tomas
2008-07-11ext4: Use new framework for data=ordered mode in JBD2Jan Kara
2008-07-11ext4: Set journal pointer to NULL when journal is releasedJan Kara
2008-07-11ext4: Fix sparse warningAneesh Kumar K.V
2008-07-11ext4: remove redundant code in ext4_fill_super()Li Zefan
2008-07-11ext4: New inode allocation for FLEX_BG meta-data groups.Jose R. Santos
2008-07-11ext4: Remove unused variable from ext4_show_optionsTheodore Ts'o
2008-07-04ext4: add missing unlock to an error path in ext4_quota_write()Jan Kara