summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe2008-12-051-0/+2
* ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V2008-12-051-0/+2
* ext4: calculate journal credits correctlyTheodore Ts'o2008-12-051-2/+3
* ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o2008-12-051-11/+8
* ext4: Convert to host order before using the values.Aneesh Kumar K.V2008-12-051-3/+2
* ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o2008-12-051-12/+8
* ext4: Do mballoc init before doing filesystem recoveryAneesh Kumar K.V2008-12-051-10/+15
* ext4: Free ext4_prealloc_space using kmem_cache_freeAneesh Kumar K.V2008-12-051-1/+1
* ext4: fix xattr deadlockKalpak Shah2008-12-051-0/+6
* ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o2008-12-051-1/+22
* ext4: Renumber EXT4_IOC_MIGRATETheodore Ts'o2008-12-051-3/+4
* ext4: elevate write count for migrate ioctlAneesh Kumar K.V2008-12-053-12/+22
* ext4: add missing unlock in ext4_check_descriptors() on error pathLi Zefan2008-12-051-1/+3
* ext4: fix #11321: create /proc/ext4/*/stats more carefullyAlexey Dobriyan2008-12-051-3/+13
* ext4: Update flex_bg free blocks and free inodes counters when resizing.Frederic Bohe2008-12-052-2/+14
* ext[234]: Avoid printk floods in the face of directory corruption (CVE-2008-3...Eric Sandeen2008-10-251-3/+8
* ext4: Fix small file fragmentationAneesh Kumar K.V2008-08-182-13/+61
* ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V2008-08-191-0/+1
* ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V2008-08-191-0/+3
* ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao2008-08-192-24/+58
* ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V2008-08-191-88/+113
* ext4: journal credits reservation fixes for DIO, fallocateMingming Cao2008-08-193-27/+30
* ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-193-62/+49
* ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao2008-08-193-34/+108
* ext4: Fix bug where we return ENOSPC even though we have plenty of inodesEric Sandeen2008-08-191-1/+1
* ext4: don't try to resize if there are no reserved gdt blocks leftJosef Bacik2008-08-191-1/+2
* ext4: Use ext4_discard_reservations instead of mballoc-specific callTheodore Ts'o2008-08-161-1/+1
* ext4: Fix ext4_dx_readdir hash collision handlingTheodore Ts'o2008-08-191-5/+15
* ext4: Fix delalloc release block reservation for truncateMingming Cao2008-08-191-0/+21
* ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o2008-08-131-2/+3
* ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V2008-08-191-2/+10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-08-0311-429/+709
|\
| * ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen2008-08-021-4/+0
| * ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o2008-07-266-282/+277
| * ext4: improve ext4_fill_flex_info() a bitLi Zefan2008-07-241-4/+3
| * ext4: Cleanup the block reservation code pathAneesh Kumar K.V2008-07-172-42/+67
| * ext4: don't assume extents can't cross block groups when truncatingTheodore Ts'o2008-08-011-3/+7
| * ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o2008-08-021-1/+29
| * ext4: Fix ext4_ext_journal_restart()Theodore Ts'o2008-08-011-1/+1
| * ext4: fix ext4_da_write_begin error pathEric Sandeen2008-08-021-2/+5
| * ext4: don't read inode block if the buffer has a write errorHidehiro Kawai2008-07-261-0/+10
| * ext4: Don't allow lg prealloc list to be grow large.Aneesh Kumar K.V2008-07-232-30/+193
| * ext4: Convert the usage of NR_CPUS to nr_cpu_ids.Aneesh Kumar K.V2008-07-231-2/+2
| * ext4: Improve error handling in mballocAneesh Kumar K.V2008-07-231-11/+23
| * ext4: lock block groups when initializingEric Sandeen2008-08-024-1/+12
| * ext4: sync up block and inode bitmap reading functionsEric Sandeen2008-08-022-26/+33
| * ext4: Allow read/only mounts with corrupted block group checksumsTheodore Ts'o2008-07-261-1/+23
| * ext4: Fix data corruption when writing to prealloc areaAneesh Kumar K.V2008-08-021-18/+23
* | [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-011-1/+2
|/
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-44/+48