- 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, 11 months ago
- 765bfcd ext4: delete declaration for ext4_split_extent() by Eric Whitney · 5 years ago
- 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 5 years 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
- ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
- 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
- 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
- bc890a6 ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 349fa7d ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS by Eric Biggers · 7 years ago
- dcae058 ext4: fix comments in ext4_swap_extents() by zhenwei.pi · 7 years ago
- 1d39834 ext4: remove EXT4_STATE_DIOREAD_LOCK flag by Nikolay Borisov · 7 years ago
- f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
- c894aa9 ext4: fix fdatasync(2) after fallocate(2) operation by Eryu Guan · 7 years ago
- 51e3ae8 ext4: fix interaction between i_size, fallocate, and delalloc after a crash by Theodore Ts'o · 7 years ago
- 4e56201 ext4: fix copy paste error in ext4_swap_extents() by Maninder Singh · 7 years ago
- 77a2e84 ext4: remove unused mode parameter by Tahsin Erdogan · 7 years ago
- ddfa17e ext4: call journal revoke when freeing ea_inode blocks by Tahsin Erdogan · 8 years ago
- 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 8 years ago
- 4f8caa6 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 8 years ago
- 03e916f ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
- 2a9b8cb ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
- eeca7ea ext4: use current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- d0abb36 ext4: allow ext4_ext_truncate() to return an error by Theodore Ts'o · 8 years ago
- 64e1c57 ext4: Use clean_bdev_aliases() instead of iteration by Jan Kara · 8 years ago
- 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
- c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
- edf15aa1 ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
- 7bc9491 ext4: verify extent header depth by Vegard Nossum · 8 years ago
- f70749c ext4: check for extents that wrap around by Vegard Nossum · 9 years ago
- 816cd71 ext4: remove unmeetable inconsisteny check from ext4_find_extent() by Nicolai Stange · 9 years ago
- 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
- 7b80819 ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart() by Theodore Ts'o · 9 years ago
- b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 9 years ago
- facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 9 years ago
- 140a525 ext4: factor out determining of hole size by Jan Kara · 9 years ago
- 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 9 years ago
- 29c6eaf ext4: trim unused parameter from convert_initialized_extent() by Eric Whitney · 9 years ago
- 56263b4 ext4: remove unused parameter "newblock" in convert_initialized_extent() by Eryu Guan · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- c86d8db ext4: implement allocation of pre-zeroed blocks by Jan Kara · 9 years ago
- 53085fa ext4: provide ext4_issue_zeroout() by Jan Kara · 9 years ago
- 0112784 ext4: fix races of writeback with punch hole and zero range by Jan Kara · 9 years ago
- 32ebffd ext4: fix races between buffered IO and collapse / insert range by Jan Kara · 9 years ago
- 17048e8 ext4: move unlocked dio protection from ext4_alloc_file_blocks() by Jan Kara · 9 years ago
- ea3d720 ext4: fix races between page faults and hole punching by Jan Kara · 9 years ago
- 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
- 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
- 36086d4 ext4 crypto: fix bugs in ext4_encrypted_zeroout() by Theodore Ts'o · 9 years ago
- a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
- 1c4c715 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
- c45653c ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp by Nikolay Borisov · 10 years ago
- e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 10 years ago
- 0d306dc ext4: wait for existing dio workers in ext4_alloc_file_blocks() by Lukas Czerner · 10 years ago
- 4134f5c ext4: recalculate journal credits as inode depth changes by Lukas Czerner · 10 years ago
- 331573f ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 10 years ago
- 8bc3b1e ext4: BUG_ON assertion repeated for inode1, not done for inode2 by David Moore · 10 years ago
- 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
- b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 10 years ago