- 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- 96485e4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 3 months ago
- 1322181 ext4: fix invalid inode checksum by Luo Meng · 4 years, 3 months ago
- ce8c59d ext4: add fast commit stats in procfs by Harshad Shirwadkar · 4 years, 3 months ago
- 0f0672f ext4: add a mount opt to forcefully turn fast commits on by Harshad Shirwadkar · 4 years, 3 months ago
- 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 3 months ago
- 5b849b5 jbd2: fast commit recovery path by Harshad Shirwadkar · 4 years, 3 months ago
- aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 3 months ago
- ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 3 months ago
- 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 3 months ago
- 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 3 months ago
- e0770e9 ext4: Detect already used quota file early by Jan Kara · 4 years, 3 months ago
- d3e7d20 ext4: use the normal helper to get the actual inode by Kaixu Xia · 4 years, 3 months ago
- d1e18b8 ext4: fix bs < ps issue reported with dioread_nolock mount opt by Ritesh Harjani · 4 years, 3 months ago
- afb585a ext4: data=journal: write-protect pages on j_submit_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
- 64a9f14 ext4: data=journal: fixes for ext4_page_mkwrite() by Mauricio Faria de Oliveira · 4 years, 3 months ago
- 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
- 8394a6a ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable() by zhangyi (F) · 4 years, 4 months ago
- 0a846f4 ext4: use ext4_sb_bread() instead of sb_bread() by zhangyi (F) · 4 years, 4 months ago
- 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 4 months ago
- 60c776e ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() by zhangyi (F) · 4 years, 4 months ago
- 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 4 months ago
- fa491b1 ext4: introduce new metadata buffer read helpers by zhangyi (F) · 4 years, 4 months ago
- d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 4 months ago
- af8c53c ext4: limit entries returned when counting fsmap records by Darrick J. Wong · 4 years, 3 months ago
- addd752 ext4: make mb_check_counter per group by Chunguang Xu · 4 years, 3 months ago
- 9d1f9b2 ext4: delete invalid comments near mb_buddy_adjust_border by Chunguang Xu · 4 years, 3 months ago
- 9704a32 ext4: fix bdev write error check failed when mount fs with ro by Zhang Xiaoxu · 4 years, 3 months ago
- dd0db94 ext4: rename system_blks to s_system_blks inside ext4_sb_info by Chunguang Xu · 4 years, 4 months ago
- ee7ed3a ext4: rename journal_dev to s_journal_dev inside ext4_sb_info by Chunguang Xu · 4 years, 4 months ago
- 2be7d71 ext4: add trace exit in exception path. by Zhang Qilong · 4 years, 4 months ago
- 9faac62 ext4: optimize file overwrites by Ritesh Harjani · 4 years, 4 months ago
- 7eb90a2 ext4: remove unused including <linux/version.h> by Tian Tao · 4 years, 4 months ago
- acaa532 ext4: fix superblock checksum calculation race by Constantine Sapuntzakis · 4 years, 4 months ago
- c9e8716 ext4: fix error handling code in add_new_gdb by Dinghao Liu · 4 years, 4 months ago
- aa2f779 ext4: disallow modifying DAX inode flag if inline_data has been set by Xiao Yang · 4 years, 4 months ago
- 15ed285 ext4: remove unused argument from ext4_(inc|dec)_count by Nikolay Borisov · 4 years, 4 months ago
- 81e8c3c ext4: do not interpret high bytes if 64bit feature is disabled by Petr Malat · 4 years, 5 months ago
- b483bb7 ext4: delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
- 766ef1e ext4: flag as supporting buffered async reads by Jens Axboe · 4 years, 5 months ago
- cb8d53d ext4: fix leaking sysfs kobject after failed mount by Eric Biggers · 4 years, 4 months ago
- 5b3dc19 ext4: discard preallocations before releasing group lock by Jan Kara · 4 years, 4 months ago
- 70022da ext4: fix dead loop in ext4_mb_new_blocks by Ye Bin · 4 years, 4 months ago
- 0e6895b ext4: implement swap_activate aops using iomap by Ritesh Harjani · 4 years, 4 months ago
- 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 4 months ago
- ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 4 months ago
- 02ce531 ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
- 177cc0e ext4: factor out ext4_xattr_credits_for_new_inode() by Eric Biggers · 4 years, 4 months ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 4 months ago
- 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
- e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 4 months ago
- d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 5 months ago
- 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 5 months ago
- 66d5e02 ext4: reorganize if statement of ext4_mb_release_context() by brookxu · 4 years, 5 months ago
- c55ee7d ext4: add mb_debug logging when there are lost chunks by brookxu · 4 years, 5 months ago
- 7ca4fcb ext4: Fix comment typo "the the". by kyoungho koo · 4 years, 9 months ago
- 70d7ced ext4: change to use fallthrough macro by Shijie Luo · 4 years, 5 months ago
- 2fe34d29 ext4: remove unused parameter of ext4_generic_delete_entry function by Kyoungho Koo · 4 years, 5 months ago
- e0d438c mballoc: replace seq_printf with seq_puts by Xu Wang · 4 years, 5 months ago
- dddcd2f ext4: optimize the implementation of ext4_mb_good_group() by brookxu · 4 years, 5 months ago
- 051e2ce ext4: delete invalid comments near ext4_mb_check_limits() by brookxu · 4 years, 5 months ago
- e9a3cd4 ext4: fix typos in ext4_mb_regular_allocator() comment by brookxu · 4 years, 5 months ago
- 7303cb5 ext4: fix checking of directory entry validity for inline directories by Jan Kara · 4 years, 5 months ago
- 377254b fs: prevent BUG_ON in submit_bh_wbc() by Xianting Tian · 4 years, 5 months ago
- 0f5bde1 ext4: correctly restore system zone info when remount fails by Jan Kara · 4 years, 5 months ago
- e7bfb5c ext4: handle add_system_zone() failure in ext4_setup_system_zone() by Jan Kara · 4 years, 5 months ago
- 3f67e7c ext4: fold ext4_data_block_valid_rcu() into the caller by Jan Kara · 4 years, 5 months ago
- ce9f24c ext4: check journal inode extents more carefully by Jan Kara · 4 years, 5 months ago
- bf9a379 ext4: don't allow overlapping system zones by Jan Kara · 4 years, 5 months ago
- d176b1f ext4: handle error of ext4_setup_system_zone() on remount by Jan Kara · 4 years, 5 months ago
- 9375ac7 ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp() by brookxu · 4 years, 6 months ago
- 1cf006e ext4: export msg_count and warning_count via sysfs by Dmitry Monakhov · 4 years, 6 months ago
- 6dbd300 ext4: remove some redundant function declarations by Shijie Luo · 4 years, 6 months ago
- f25391e ext4: handle option set by mount flags correctly by Lukas Czerner · 4 years, 6 months ago
- 3d392b2 ext4: add prefetch_block_bitmaps mount option by Theodore Ts'o · 4 years, 6 months ago
- ab74c7b ext4: indicate via a block bitmap read is prefetched via a tracepoint by Theodore Ts'o · 4 years, 6 months ago
- 529a781 jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers() by zhangyi (F) · 4 years, 7 months ago
- bc71726 ext4: abort the filesystem if failed to async write metadata buffer by zhangyi (F) · 4 years, 7 months ago
- 0e4656a Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
- c1d2c7d ext4: skip non-loaded groups at cr=0/1 when scanning for good groups by Alex Zhuravlev · 4 years, 7 months ago
- cfd7323 ext4: add prefetching for block allocation bitmaps by Alex Zhuravlev · 4 years, 9 months ago
- 273108f ext4: handle read only external journal device by Lukas Czerner · 4 years, 6 months ago
- 3cb77bd ext4: fix spelling typos in ext4_mb_initialize_context by brookxu · 4 years, 6 months ago
- cb29a02 ext4: use generic names for generic ioctls by Eric Biggers · 4 years, 6 months ago
- 2a12e14 ext4: don't hardcode bit values in EXT4_FL_USER_* by Eric Biggers · 4 years, 6 months ago
- 1121563 ext4: don't BUG on inconsistent journal feature by Jan Kara · 4 years, 6 months ago
- 0b3171b ext4: do not block RWF_NOWAIT dio write on unallocated space by Jan Kara · 4 years, 6 months ago
- e65bf6e ext4: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
- e5f7815 ext4: lost matching-pair of trace in ext4_unlink by Yi Zhuang · 4 years, 6 months ago
- 9a5d265 ext4: lost matching-pair of trace in ext4_truncate by zhengliang · 4 years, 6 months ago
- 5872331 ext4: fix potential negative array index in do_split() by Eric Sandeen · 4 years, 7 months ago
- e030a28 ext4: fix coding style in file.c by Dio Putra · 4 years, 7 months ago
- e0f49d2 ext4: delete unnecessary checks before brelse() by Markus Elfring · 4 years, 7 months ago
- 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 6 months ago
- e4d7f2d ext4: fix spelling mistakes in extents.c by Keyur Patel · 4 years, 7 months ago
- 4f74d15 ext4: add inline encryption support by Eric Biggers · 4 years, 6 months ago
- 3be20b6 Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
- 5fcd575 writeback: Drop I_DIRTY_TIME_EXPIRE by Jan Kara · 4 years, 7 months ago
- 7b97d86 ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers by zhangyi (F) · 4 years, 7 months ago