Commit Graph

92 Commits (041b62374c7fedc11a8a1eeda2868612d3d1436c)

Author SHA1 Message Date
Thadeu Lima de Souza Cascardo 9fd9784c91 ext4: Fix building with EXT4FS_DEBUG 16 years ago
Coly Li 73ac36ea14 fix similar typos to successfull 16 years ago
Theodore Ts'o 83982b6f47 ext4: Remove "extents" mount option 16 years ago
Aneesh Kumar K.V 3a06d778df ext4: sparse fixes 16 years ago
Theodore Ts'o 498e5f2415 ext4: Change unsigned long to unsigned int 16 years ago
Theodore Ts'o cde6436004 ext4: Remove i_ext_generation from ext4_inode_info structure 16 years ago
Frank Mayhar 0390131ba8 ext4: Allow ext4 to run without a journal 16 years ago
Wu Fengguang 25f1ee3aba ext4: fix build warning 16 years ago
Theodore Ts'o 97df5d155d ext4: remove do_blk_alloc() 16 years ago
Theodore Ts'o cfe82c8567 ext4: remove ext4_new_meta_block() 16 years ago
Eric Sandeen 6873fa0de1 Hook ext4 to the vfs fiemap interface. 17 years ago
Theodore Ts'o c2ea3fde61 ext4: Remove old legacy block allocator 17 years ago
Aneesh Kumar K.V cf17fea657 ext4: Properly update i_disksize. 17 years ago
Theodore Ts'o af5bc92dde ext4: Fix whitespace checkpatch warnings/errors 17 years ago
Theodore Ts'o 4776004f54 ext4: Add printk priority levels to clean up checkpatch warnings 17 years ago
Mingming Cao 525f4ed8dc ext4: journal credit fix for the delayed allocation's writepages() function 17 years ago
Mingming Cao f3bd1f3fa8 ext4: journal credits reservation fixes for DIO, fallocate 17 years ago
Mingming Cao ee12b63068 ext4: journal credits reservation fixes for extent file writepage 17 years ago
Theodore Ts'o 88aa3cff4e ext4: Use ext4_discard_reservations instead of mballoc-specific call 17 years ago
Theodore Ts'o 2b2d6d0197 ext4: Cleanup whitespace and other miscellaneous style issues 17 years ago
Theodore Ts'o 34071da71a ext4: don't assume extents can't cross block groups when truncating 17 years ago
Theodore Ts'o 0123c93998 ext4: Fix ext4_ext_journal_restart() 17 years ago
Aneesh Kumar K.V d03856bd5e ext4: Fix data corruption when writing to prealloc area 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
Jan Kara 9ddfc3dc75 ext4: Fix lock inversion in ext4_ext_truncate() 17 years ago
Jan Kara cf108bca46 ext4: Invert the locking order of page_lock and transaction start 17 years ago
Eric Sandeen 953e622b60 ext4: use atomic functions to set bh_state 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
Shen Feng 9102e4fa80 ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller 17 years ago
Shen Feng 1973adcba5 ext4: Make ext4_ext_find_extent fills ext_path completely 17 years ago
Shen Feng 787e0981fa ext4: return error when calling ext4_ext_split failed 17 years ago
Aneesh Kumar K.V a379cd1d6b ext4: Update i_disksize properly when allocating from fallocate area. 17 years ago
Solofo Ramangalahy ef7377289a ext4: update ctime and mtime for truncate with extents. 17 years ago
Christoph Hellwig 3dcf54515a ext4: move headers out of include/linux 17 years ago
Josef Bacik 216553c4b7 ext4: fix wrong gfp type under transaction 17 years ago
Harvey Harrison 46e665e9d2 ext4: replace remaining __FUNCTION__ occurrences 17 years ago
Marcin Slusarz e8546d0615 ext4: le*_add_cpu conversion 17 years ago
Aneesh Kumar K.V 161e7b7c1d ext4: Cache the correct extent length for uninit extents 17 years ago
Aneesh Kumar K.V 1a89734d40 ext4: Return unwritten buffer head when trying to read from prealloc space. 17 years ago
Aneesh Kumar K.V e067ba0078 ext4: make ext4_ext_get_blocks always return <= max_blocks 17 years ago
Aneesh Kumar K.V fd28784adc ext4: Fix fallocate to update the file size in each transaction 17 years ago
Aneesh Kumar K.V 3977c965ec ext4: zero out small extents when writing to prealloc area. 17 years ago
Aneesh Kumar K.V 093a088b76 ext4: ENOSPC error handling for writing to an uninitialized extent 17 years ago
Aneesh Kumar K.V 95c3889cb8 ext4: Fix fallocate error path 17 years ago
Aneesh Kumar K.V 2c98615d3b ext4: Don't mark filesystem error if fallocate fails 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
Aneesh Kumar K.V 9df5643ad1 ext4: Get journal write access before modifying the extent tree 17 years ago