summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-222-4/+4
|\
| * ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-222-4/+4
* | [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-37/+49
|/
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-161-1/+1
* ext4: add missing ext4_journal_stop()Akinobu Mita2008-02-251-0/+1
* ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V2008-02-231-22/+40
* ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V2008-02-252-8/+15
* ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V2008-02-251-5/+6
* ext4: Fix BUG when writing to an unitialized extentMingming Cao2008-02-252-3/+57
* ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o2008-02-151-3/+3
* ext4: modify block allocation algorithm for the last groupValerie Clement2008-02-152-2/+14
* ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V2008-02-151-1/+15
* ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V2008-02-221-3/+8
* ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2008-02-252-3/+8
* ext4: Don't leave behind a half-created inode if ext4_mkdir() failsAneesh Kumar K.V2008-02-221-7/+4Star
* ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement2008-02-151-1/+1
* ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V2008-02-151-7/+3Star
* Remove incorrect BKL comments in ext4Andi Kleen2008-02-252-2/+1Star
* Introduce path_put()Jan Blunck2008-02-151-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-2/+2
* ext4: Add new "development flag" to the ext4 filesystemTheodore Tso2008-02-101-0/+11
* ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V2008-02-101-14/+21
* ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen2008-02-101-45/+82
* ext4: Fix Direct I/O lockingJan Kara2008-02-101-54/+53Star
* ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V2008-02-101-43/+74
* allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-061-7/+1Star
* ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V2008-02-101-1/+1
* ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement2008-02-052-0/+7
* iget: stop EXT4 from using iget() and read_inode()David Howells2008-02-075-69/+86
* ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita2008-02-061-5/+1Star
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-061-6/+3Star
* ext[234]: use ext[234]_get_group_desc()Akinobu Mita2008-02-061-10/+4Star
* ext[234]: fix comment for nonexistent variableAkinobu Mita2008-02-061-1/+1
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-2/+2
* ext4: Use the ext4_ext_actual_len() helper functionAneesh Kumar K.V2008-01-291-11/+13
* ext4: fix uniniatilized extent splitting errorDmitry Monakhov2008-01-291-2/+3
* ext4: Check for return value from sb_set_blocksizeAneesh Kumar K.V2008-01-291-10/+5Star
* ext4: Add stripe= option to /proc/mountsMiklos Szeredi2008-01-291-0/+2
* ext4: Enable the multiblock allocator by defaultAneesh Kumar K.V2008-01-291-0/+7
* ext4: Add multi block allocator for ext4Alex Tomas2008-01-298-36/+4721
* ext4: Add new functions for searching extent treeAlex Tomas2008-01-291-0/+142
* ext4: fix up EXT4FS_DEBUG buildsEric Sandeen2008-01-293-12/+12
* ext4: Fix ext4_show_options to show the correct mount options.Aneesh Kumar K.V2008-01-291-11/+15
* ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V2008-01-294-3/+566
* ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-292-3/+25
* ext4: Add the journal checksum featureGirish Shilamkar2008-01-291-0/+25
* ext4: Take read lock during overwrite case.Aneesh Kumar K.V2008-01-291-8/+24
* ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V2008-01-296-19/+46
* ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V2008-01-292-64/+14Star
* ext4: remove unused code from ext4_find_entry()Mariusz Kozlowski2008-01-291-4/+0Star