Commit Graph

144 Commits (197717d5813fc39a7185a3177b76f4a3b2405df7)

Author SHA1 Message Date
Akinobu Mita 731eb1a03a ext4: consolidate in_range() definitions 15 years ago
Akinobu Mita 5661bd6861 ext4: cleanup to use ext4_group_first_block_no() 15 years ago
Frank Mayhar 273df556b6 ext4: Convert BUG_ON checks to use ext4_error() instead 15 years ago
Jiaying Zhang 744692dc05 ext4: use ext4_get_block_write in buffer write 15 years ago
Jiaying Zhang c7064ef13b ext4: mechanical rename some of the direct I/O get_block's identifiers 15 years ago
Jiaying Zhang c8d46e41bc ext4: Add flag to files with blocks intentionally past EOF 15 years ago
Leonard Michlmayr aca92ff6f5 ext4: correctly calculate number of blocks for fiemap 15 years ago
Eric Sandeen 12062dddda ext4: move __func__ into a macro for ext4_warning, ext4_error 15 years ago
Theodore Ts'o 19f5fb7ad6 ext4: Use bitops to read/modify EXT4_I(inode)->i_state 15 years ago
Aneesh Kumar K.V 1296cc85c2 ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag 15 years ago
Aneesh Kumar K.V 5f634d064c ext4: Fix quota accounting error with fallocate 15 years ago
Theodore Ts'o 9d0be50230 ext4: Calculate metadata requirements more accurately 15 years ago
Aneesh Kumar K.V 515f41c33a ext4: Ensure zeroout blocks have no dirty metadata 15 years ago
Surbhi Palande 034fb4c95f ext4: replace BUG() with return -EIO in ext4_ext_get_blocks 15 years ago
Theodore Ts'o fab3a549e2 ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) 15 years ago
Eric Sandeen a1de02dccf ext4: fix async i/o writes beyond 4GB to a sparse file 15 years ago
Jan Kara b436b9bef8 ext4: Wait for proper transaction commit on fsync 15 years ago
Dmitry Monakhov 5aca07eb7d ext4: quota macros cleanup 15 years ago
Theodore Ts'o e6362609b6 ext4: call ext4_forget() from ext4_free_blocks() 15 years ago
Theodore Ts'o 5068969686 ext4: make sure directory and symlink blocks are revoked 15 years ago
Mingming ba230c3f6d ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O 16 years ago
Mingming 5f5249507e ext4: skip conversion of uninit extents after direct IO if there isn't any 16 years ago
Mingming 109f556519 ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents 16 years ago
Theodore Ts'o 90576c0b9a ext4, jbd2: Drop unneeded printks at mount and unmount time 16 years ago
Mingming Cao 8d5d02e6b1 ext4: async direct IO for holes and fallocate support 16 years ago
Mingming Cao 0031462b5b ext4: Split uninitialized extents for direct I/O 16 years ago
Theodore Ts'o 55ad63bf3a ext4: fix extent sanity checking code with AGGRESSIVE_TEST 16 years ago
Jan Kara 487caeef9f ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() 16 years ago
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