Commit Graph

116 Commits (9599b0e597d810be9b8f759ea6e9619c4f983c5e)

Author SHA1 Message Date
Mingming 553f900893 ext4: Show unwritten extent flag in ext4_ext_show_leaf() 16 years ago
Mingming 84fe3bef59 ext4: Compile warning fix when EXT_DEBUG enabled 16 years ago
Akira Fujita 748de6736c ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl 16 years ago
Aneesh Kumar K.V a41f207169 ext4: Avoid corrupting the uninitialized bit in the extent during truncate 16 years ago
Jan Kara 03f5d8bcf0 ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() 16 years ago
Aneesh Kumar K.V 5887e98b60 ext4: Calculate required journal credits for inserting an extent properly 16 years ago
Theodore Ts'o 0568c51893 ext4: down i_data_sem only for read when walking tree for fiemap 16 years ago
Theodore Ts'o 6fd058f779 ext4: Add a comprehensive block validity check to ext4_get_blocks() 16 years ago
Theodore Ts'o 2ec0ae3ace ext4: Fix race in ext4_inode_info.i_cached_extent 16 years ago
Aneesh Kumar K.V 9c1ee184a3 ext4: Fix sub-block zeroing for writes into preallocated extents 16 years ago
Theodore Ts'o c217705733 ext4: Define a new set of flags for ext4_get_blocks() 16 years ago
Theodore Ts'o 12b7ac1768 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() 16 years ago
Theodore Ts'o eefd7f03b8 ext4: fix the length returned by fiemap for an unallocated extent 16 years ago
Eric Sandeen c9877b205f ext4: fix for fiemap last-block test 16 years ago
Aneesh Kumar K.V 29fa89d088 ext4: Mark the unwritten buffer_head as mapped during write_begin 16 years ago
Aneesh Kumar K.V 79ffab3439 ext4: Properly initialize the buffer_head state 16 years ago
Theodore Ts'o e84a26ce17 ext4: Make the extent validity check more paranoid 16 years ago
Nikanth Karthikesan 226e7dabf5 ext4: Remove code handling bio_alloc failure with __GFP_WAIT 16 years ago
Thiemo Nagel e44543b83b ext4: Fix off-by-one-error in ext4_valid_extent_idx() 16 years ago
Eric Sandeen 395a87bfef ext4: fix header check in ext4_ext_search_right() for deep extent trees. 16 years ago
Aneesh Kumar K.V 7a262f7c69 ext4: Validate extent details only when read from the disk 16 years ago
Aneesh Kumar K.V 56b19868ac ext4: Add checks to validate extent entries. 16 years ago
Theodore Ts'o a4912123b6 ext4: New inode/block allocation algorithms for flex_bg filesystems 16 years ago
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