- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years ago
- 037e7c5 ext4: drop an always true check by Adam Borowski · 3 years, 1 month ago
- fac888b ext4: remove unused assignments by luo penghao · 3 years, 2 months ago
- 5e4d0eb ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE by Xin Yin · 3 years ago
- 7bbbe24 ext4: drop ineligible txn start stop APIs by Harshad Shirwadkar · 3 years ago
- 2729cfd ext4: use ext4_journal_start/stop for fast commit transactions by Harshad Shirwadkar · 3 years ago
- 1ebf217 ext4: inline data inode fast commit replay fixes by Harshad Shirwadkar · 3 years, 2 months ago
- 0f2f87d ext4: prevent partial update of the extent blocks by Zhang Yi · 3 years, 4 months ago
- 9c6e071 ext4: check for inconsistent extents between index and leaf block by Zhang Yi · 3 years, 4 months ago
- 8dd27fe ext4: check for out-of-order index extents in ext4_valid_extent_entries() by Zhang Yi · 3 years, 4 months ago
- 1811bc4 ext4: refresh the ext4_ext_path struct after dropping i_data_sem. by yangerkun · 3 years, 4 months ago
- 4268496 ext4: ensure enough credits in ext4_ext_shift_path_extents by yangerkun · 3 years, 4 months ago
- 83c5688 ext4: correct the left/middle/right debug message for binsearch by yangerkun · 3 years, 4 months ago
- ca3cef4 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 3 months ago
- 111c1aa Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 4 months ago
- 1fd95c0 ext4: add error checking to ext4_ext_replay_set_iblocks() by Theodore Ts'o · 3 years, 4 months ago
- 188c299 ext4: Support for checksumming from journal triggers by Jan Kara · 3 years, 4 months ago
- 308c57c ext4: if zeroout fails fall back to splitting the extent node by Theodore Ts'o · 3 years, 5 months ago
- d4f5258 ext4: Convert to use mapping->invalidate_lock by Jan Kara · 3 years, 11 months ago
- 0caaefb ext4: no need to verify new add extent block by yangerkun · 3 years, 7 months ago
- ce3aba4 ext4: fix kernel infoleak via ext4_extent_header by Anirudh Rayabharam · 3 years, 8 months ago
- 082cd4e ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed by Ye Bin · 3 years, 8 months ago
- 64395d9 ext4: initialize ret to suppress smatch warning by Theodore Ts'o · 3 years, 9 months ago
- 3258386 ext4: reset retry counter when ext4_alloc_file_blocks() makes progress by Eric Whitney · 4 years ago
- bc18546 ext4: fix an IS_ERR() vs NULL check by Dan Carpenter · 4 years, 2 months ago
- face525 ext4: remove redundant assignment of variable ex by Colin Ian King · 4 years, 2 months ago
- a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 2 months ago
- 5b552ad ext4: drop redundant calls ext4_fc_track_range by Harshad Shirwadkar · 4 years, 2 months ago
- d7dce9e ext4: do not use extent after put_bh by yangerkun · 4 years, 2 months ago
- 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 2 months ago
- aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 2 months ago
- d1e18b8 ext4: fix bs < ps issue reported with dioread_nolock mount opt by Ritesh Harjani · 4 years, 3 months ago
- 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 3 months ago
- d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 3 months ago
- b483bb7 ext4: delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
- 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 4 months ago
- ce9f24c ext4: check journal inode extents more carefully by Jan Kara · 4 years, 5 months ago
- e0f49d2 ext4: delete unnecessary checks before brelse() by Markus Elfring · 4 years, 7 months ago
- e4d7f2d ext4: fix spelling mistakes in extents.c by Keyur Patel · 4 years, 7 months ago
- cfb3c85 ext4: fix partial cluster initialization when splitting extent by Jeffle Xu · 4 years, 7 months ago
- 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
- cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 7 months ago
- da565e7 ext4: remove the call to fiemap_check_flags in ext4_fiemap by Christoph Hellwig · 4 years, 7 months ago
- 03a5ed2 ext4: split _ext4_fiemap by Christoph Hellwig · 4 years, 7 months ago
- 328e24a ext4: fix fiemap size checks for bitmap files by Christoph Hellwig · 4 years, 8 months ago
- 8ad8d71 ext4: rework map struct instantiation in ext4_ext_map_blocks() by Eric Whitney · 4 years, 8 months ago
- 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
- 8ec2d31 ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents() by Ritesh Harjani · 4 years, 8 months ago
- ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 8 months ago
- 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 8 months ago
- 80dd497 ext4: fix a typo in a comment by Christophe JAILLET · 4 years, 8 months ago
- be809e1 ext4: clean up ext4_ext_convert_to_initialized() error handling by Eric Whitney · 4 years, 8 months ago
- 779e265 ext4: clean up GET_BLOCKS_PRE_IO error handling by Eric Whitney · 4 years, 8 months ago
- bee6cf0 ext4: remove redundant GET_BLOCKS_CONVERT code by Eric Whitney · 4 years, 8 months ago
- ee802f8 ext4: remove dead GET_BLOCKS_ZERO code by Eric Whitney · 4 years, 8 months ago
- b60ca33 ext4: don't ignore return values from ext4_ext_dirty() by Harshad Shirwadkar · 4 years, 8 months ago
- 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
- 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
- 801674f ext4: do not zeroout extents beyond i_disksize by Jan Kara · 4 years, 9 months ago
- 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
- 2971148 ext4: remove map_from_cluster from ext4_ext_map_blocks by Eric Whitney · 4 years, 10 months ago
- 3499046 ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks() by Eric Whitney · 4 years, 10 months ago
- d3b6f23 ext4: move ext4_fiemap to use iomap framework by Ritesh Harjani · 4 years, 10 months ago
- 2f424a5 ext4: optimize ext4_ext_precache for 0 depth by Ritesh Harjani · 4 years, 10 months ago
- f064a9d ext4: clean up error return for convert_initialized_extent() by Eric Whitney · 4 years, 10 months ago
- 765bfcd ext4: delete declaration for ext4_split_extent() by Eric Whitney · 4 years, 11 months ago
- 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 4 years, 11 months ago
- 4068664 ext4: fix extent_status fragmentation for plain files by Dmitry Monakhov · 5 years ago
- de74548 ext4: add missing braces in ext4_ext_drop_refs() by Eric Biggers · 5 years ago
- 6e89bbb ext4: fix some nonstandard indentation in extents.c by Eric Biggers · 5 years ago
- 61a6cb4 ext4: remove obsolete comment from ext4_can_extents_be_merged() by Eric Biggers · 5 years ago
- adde81c ext4: fix documentation for ext4_ext_try_to_merge() by Eric Biggers · 5 years ago
- 43f8167 ext4: make some functions static in extents.c by Eric Biggers · 5 years ago
- a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
- 9b02e49 ext4: clean up len and offset checks in ext4_fallocate() by Eric Biggers · 5 years ago
- dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
- d859264 ext4: re-enable extent zeroout optimization on encrypted files by Eric Biggers · 5 years ago
- 457b1e3 ext4: allow ZERO_RANGE on encrypted files by Eric Biggers · 5 years ago
- 4756ee1 ext4: use true,false for bool variable by zhengbin · 5 years ago
- 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
- 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
- a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
- 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
- a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
- 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
- c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
- a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
- e3d550c ext4: fix warning inside ext4_convert_unwritten_extents_endio by Rakesh Pandit · 5 years ago
- bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
- c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
- 0a944e8 ext4: don't perform block validity checks on the journal inode by Theodore Ts'o · 6 years ago
- 592acbf ext4: zero out the unused memory region in the extent tree block by Sriram Rajagopalan · 6 years ago
- a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- 7bd7523 ext4: fix bigalloc cluster freeing when hole punching under load by Eric Whitney · 6 years ago
- 16e08b1 ext4: cleanup clean_bdev_aliases() calls by zhangyi (F) · 6 years ago
- 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
- 9fe6714 ext4: adjust reserved cluster count when removing extents by Eric Whitney · 6 years ago
- b6bf917 ext4: reduce reserved cluster count by number of allocated clusters by Eric Whitney · 6 years ago
- 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago