Commit Graph

140 Commits (4abc1cc2f9fe4b6bb3acc1d78e2c15af47b8133d)

Author SHA1 Message Date
Aneesh Kumar K.V 030ba6bc67 ext4: Retry block reservation 17 years ago
Aneesh Kumar K.V a30d542a00 ext4: Make sure all the block allocation paths reserve blocks 17 years ago
Aneesh Kumar K.V c4a0c46ec9 ext4: invalidate pages if delalloc block allocation fails. 17 years ago
Theodore Ts'o af5bc92dde ext4: Fix whitespace checkpatch warnings/errors 17 years ago
Eric Sandeen 7d55992d60 ext4: remove write-only variables from ext4_ordered_write_end 17 years ago
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Aneesh Kumar K.V 5e745b041f ext4: Fix small file fragmentation 17 years ago
Mingming Cao 525f4ed8dc ext4: journal credit fix for the delayed allocation's writepages() function 17 years ago
Aneesh Kumar K.V a1d6cc563b ext4: Rework the ext4_da_writepages() function 17 years ago
Mingming Cao f3bd1f3fa8 ext4: journal credits reservation fixes for DIO, fallocate 17 years ago
Mingming Cao a02908f19c ext4: journal credits calulation cleanup and fix for non-extent writepage 17 years ago
Mingming Cao cd21322616 ext4: Fix delalloc release block reservation for truncate 17 years ago
Theodore Ts'o b4df203085 ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty 17 years ago
Aneesh Kumar K.V bf068ee266 ext4: Handle unwritten extent properly with delayed allocation 17 years ago
Theodore Ts'o 2b2d6d0197 ext4: Cleanup whitespace and other miscellaneous style issues 17 years ago
Aneesh Kumar K.V 12219aea6b ext4: Cleanup the block reservation code path 17 years ago
Theodore Ts'o bc965ab3f2 ext4: Fix lack of credits BUG() when deleting a badly fragmented inode 17 years ago
Eric Sandeen d5a0d4f732 ext4: fix ext4_da_write_begin error path 17 years ago
Hidehiro Kawai 9c83a923c6 ext4: don't read inode block if the buffer has a write error 17 years ago
Mingming Cao 3e3398a08d ext4: delayed allocation i_blocks fix for stat 17 years ago
Mingming Cao 632eaeab1f ext4: fix delalloc i_disksize early update issue 17 years ago
Aneesh Kumar K.V f0e6c98593 ext4: Handle page without buffers in ext4_*_writepage() 17 years ago
Aneesh Kumar K.V cd1aac3292 ext4: Add ordered mode support for delalloc 17 years ago
Mingming Cao 61628a3f3a ext4: Invert lock ordering of page_lock and transaction start in delalloc 17 years ago
Mingming Cao d2a1763791 ext4: delayed allocation ENOSPC handling 17 years ago
Alex Tomas 64769240bd ext4: Add delayed allocation support in data=writeback mode 17 years ago
Jan Kara 678aaf4814 ext4: Use new framework for data=ordered mode in JBD2 17 years ago
Jan Kara cf108bca46 ext4: Invert the locking order of page_lock and transaction start 17 years ago
Aneesh Kumar K.V 2e9ee85035 ext4: Use page_mkwrite vma_operations to get mmap write notification. 17 years ago
Aneesh Kumar K.V 654b4908bc ext4: cleanup block allocator 17 years ago
Aneesh Kumar K.V 7061eba75c ext4: Use inode preallocation with -o noextents 17 years ago
Duane Griffin 71dc8fbcf5 ext4: handle deleting corrupted indirect blocks 17 years ago
Duane Griffin 91ef4caf80 ext4: handle corrupted orphan list at mount 17 years ago
Roel Kluin f8a87d8930 ext4: fix test ext_generic_write_end() copied return value 17 years ago
Christoph Hellwig 3dcf54515a ext4: move headers out of include/linux 17 years ago
Benoit Boissinot 1cc8dcf569 ext*: spelling fix prefered -> preferred 17 years ago
Harvey Harrison 46e665e9d2 ext4: replace remaining __FUNCTION__ occurrences 17 years ago
Akinobu Mita c0a4ef38ac ext4: use ext4_get_group_desc() 17 years ago
Aneesh Kumar K.V 267e4db9ac ext4: Fix race between migration and mmap write 17 years ago
Mingming Cao f5ab0d1f8f ext4: Fix BUG when writing to an unitialized extent 17 years ago
Valerie Clement 74d3487fc8 ext4: modify block allocation algorithm for the last group 17 years ago
Andi Kleen 642be6ec21 Remove incorrect BKL comments in ext4 17 years ago
Jan Kara 7fb5409df0 ext4: Fix Direct I/O locking 17 years ago
David Howells 1d1fe1ee02 iget: stop EXT4 from using iget() and read_inode() 17 years ago
Akinobu Mita fb01bfdac7 ext[234]: remove unused argument for ext[234]_find_goal() 17 years ago
Eric Sandeen 0040d9875d allow in-inode EAs on ext4 root inode 17 years ago
Christoph Lameter eebd2aa355 Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user 17 years ago
Alex Tomas c9de560ded ext4: Add multi block allocator for ext4 17 years ago
Jean Noel Cordenner 25ec56b518 ext4: Add inode version support in ext4 17 years ago
Aneesh Kumar K.V 4df3d265bf ext4: Take read lock during overwrite case. 17 years ago