aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAge
* ext4: Fix fallocate to update the file size in each transactionAneesh Kumar K.V2008-04-29
* ext4: Fix race between migration and mmap writeAneesh Kumar K.V2008-04-29
* ext4: zero out small extents when writing to prealloc area.Aneesh Kumar K.V2008-04-17
* ext4: ENOSPC error handling for writing to an uninitialized extentAneesh Kumar K.V2008-04-29
* ext4: Enable extent format for symlinks.Aneesh Kumar K.V2008-04-29
* ext4: Fix fallocate error pathAneesh Kumar K.V2008-04-17
* ext4: fix mount option parsingJosef Bacik2008-04-29
* ext4: fdatasync should skip metadata writeout when overwritingHisashi Hifumi2008-04-17
* ext4: check return of ext4_orphan_get properlyJosef Bacik2008-04-29
* ext4: use non-racy method for proc entries creationDenis V. Lunev2008-04-29
* proc: remove proc_root_fsAlexey Dobriyan2008-04-29
* quota: ext4: make ext4 handle quotaon on remountJan Kara2008-04-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-21
|\
| * ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-21
* | [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-19
|/
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-15
* ext4: add missing ext4_journal_stop()Akinobu Mita2008-02-25
* ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V2008-02-23
* ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V2008-02-25
* ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V2008-02-25
* ext4: Fix BUG when writing to an unitialized extentMingming Cao2008-02-25
* ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o2008-02-15
* ext4: modify block allocation algorithm for the last groupValerie Clement2008-02-15
* ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V2008-02-15
* ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V2008-02-22
* ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2008-02-25
* ext4: Don't leave behind a half-created inode if ext4_mkdir() failsAneesh Kumar K.V2008-02-22
* ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement2008-02-15
* ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V2008-02-15
* Remove incorrect BKL comments in ext4Andi Kleen2008-02-25
* Introduce path_put()Jan Blunck2008-02-15
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-15
* ext4: Add new "development flag" to the ext4 filesystemTheodore Tso2008-02-10
* ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V2008-02-10
* ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen2008-02-10
* ext4: Fix Direct I/O lockingJan Kara2008-02-10
* ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V2008-02-10
* allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-05
* ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V2008-02-10
* ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement2008-02-05
* iget: stop EXT4 from using iget() and read_inode()David Howells2008-02-07
* ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita2008-02-06
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-06
* ext[234]: use ext[234]_get_group_desc()Akinobu Mita2008-02-06
* ext[234]: fix comment for nonexistent variableAkinobu Mita2008-02-06
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-05
* ext4: Use the ext4_ext_actual_len() helper functionAneesh Kumar K.V2008-01-28
* ext4: fix uniniatilized extent splitting errorDmitry Monakhov2008-01-28
* ext4: Check for return value from sb_set_blocksizeAneesh Kumar K.V2008-01-28
* ext4: Add stripe= option to /proc/mountsMiklos Szeredi2008-01-28