| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | ext4: add checks for large folio incompatibilities when BS > PS | Baokun Li | 1 | -1/+3 |
| 5 days | ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion | Baokun Li | 1 | -0/+6 |
| 5 days | ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion | Baokun Li | 1 | -0/+1 |
| 5 days | ext4: introduce s_min_folio_order for future BS > PS support | Baokun Li | 1 | -0/+3 |
| 5 days | ext4: remove PAGE_SIZE checks for rec_len conversion | Baokun Li | 1 | -12/+0 |
| 8 days | ext4: rename EXT4_GET_BLOCKS_PRE_IO | Yang Erkun | 1 | -6/+15 |
| 2025-11-06 | ext4: pass out extent seq counter when mapping blocks | Zhang Yi | 1 | -0/+1 |
| 2025-11-06 | ext4: introduce seq counter for the extent status entry | Zhang Yi | 1 | -0/+2 |
| 2025-10-03 | Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+27 |
| 2025-09-26 | ext4: fix checks for orphan inodes | Jan Kara | 1 | -0/+10 |
| 2025-09-26 | ext4: add support for 32-bit default reserved uid and gid values | Theodore Ts'o | 1 | -1/+15 |
| 2025-09-25 | ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches() | Baokun Li | 1 | -0/+2 |
| 2025-08-21 | ext4: move verity info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+4 |
| 2025-08-21 | ext4: move crypt info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+4 |
| 2025-07-31 | Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -44/+30 |
| 2025-07-25 | ext4: refactor choose group to scan group | Baokun Li | 1 | -12/+0 |
| 2025-07-25 | ext4: convert free groups order lists to xarrays | Baokun Li | 1 | -6/+2 |
| 2025-07-25 | ext4: convert sbi->s_mb_free_pending to atomic_t | Baokun Li | 1 | -1/+1 |
| 2025-07-25 | ext4: fix typo in CR_GOAL_LEN_SLOW comment | Baokun Li | 1 | -1/+1 |
| 2025-07-25 | ext4: get rid of some obsolete EXT4_MB_HINT flags | Baokun Li | 1 | -6/+0 |
| 2025-07-25 | ext4: utilize multiple global goals to reduce contention | Baokun Li | 1 | -2/+4 |
| 2025-07-25 | ext4: remove unnecessary s_md_lock on update s_mb_last_group | Baokun Li | 1 | -1/+1 |
| 2025-07-25 | ext4: remove unnecessary s_mb_last_start | Baokun Li | 1 | -1/+0 |
| 2025-07-25 | ext4: separate stream goal hits from s_bal_goals for better tracking | Baokun Li | 1 | -0/+1 |
| 2025-07-25 | ext4: add ext4_try_lock_group() to skip busy groups | Baokun Li | 1 | -9/+14 |
| 2025-07-17 | ext4: refactor the inline directory conversion and new directory codepaths | Theodore Ts'o | 1 | -4/+5 |
| 2025-07-14 | ext4: limit the maximum folio order | Zhang Yi | 1 | -1/+1 |
| 2025-07-13 | ext4: replace ext4_writepage_trans_blocks() | Zhang Yi | 1 | -1/+1 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -2/+2 |
| 2025-05-20 | ext4: Simplify flags in ext4_map_query_blocks() | Ritesh Harjani (IBM) | 1 | -1/+2 |
| 2025-05-20 | ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER | Ritesh Harjani (IBM) | 1 | -1/+6 |
| 2025-05-20 | ext4: Add multi-fsblock atomic write support with bigalloc | Ritesh Harjani (IBM) | 1 | -0/+2 |
| 2025-05-20 | ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS | Ritesh Harjani (IBM) | 1 | -1/+17 |
| 2025-05-20 | ext4: Make ext4_meta_trans_blocks() non-static for later use | Ritesh Harjani (IBM) | 1 | -0/+2 |
| 2025-05-20 | ext4: Check if inode uses extents in ext4_inode_can_atomic_write() | Ritesh Harjani (IBM) | 1 | -1/+3 |
| 2025-05-20 | ext4: remove sb argument from ext4_superblock_csum() | Eric Biggers | 1 | -2/+1 |
| 2025-05-20 | ext4: remove sbi argument from ext4_chksum() | Eric Biggers | 1 | -2/+1 |
| 2025-05-20 | ext4: enable large folio for regular file | Zhang Yi | 1 | -0/+1 |
| 2025-05-20 | ext4: factor out ext4_get_maxbytes() | Zhang Yi | 1 | -0/+7 |
| 2025-05-14 | ext4: introduce ext4_check_map_extents_env() debug helper | Zhang Yi | 1 | -0/+1 |
| 2025-05-14 | ext4: factor out is_special_ino() | Zhang Yi | 1 | -0/+11 |
| 2025-05-14 | ext4: prevent stale extent cache entries caused by concurrent I/O writeback | Zhang Yi | 1 | -0/+1 |
| 2025-05-14 | ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usage | Zhang Yi | 1 | -5/+8 |
| 2025-05-08 | ext4: convert s_fc_lock to mutex type | Harshad Shirwadkar | 1 | -1/+1 |
| 2025-05-08 | ext4: temporarily elevate commit thread priority | Harshad Shirwadkar | 1 | -1/+3 |
| 2025-05-08 | ext4: drop i_fc_updates from inode fc info | Harshad Shirwadkar | 1 | -5/+0 |
| 2025-05-08 | ext4: rework fast commit commit path | Harshad Shirwadkar | 1 | -0/+1 |
| 2025-05-08 | ext4: convert i_fc_lock to spinlock | Harshad Shirwadkar | 1 | -2/+5 |
| 2025-03-21 | ext4: Make sb update interval tunable | Ojaswin Mujoo | 1 | -0/+9 |
| 2025-03-21 | ext4: avoid journaling sb update on error if journal is destroying | Ojaswin Mujoo | 1 | -1/+2 |
| 2025-03-17 | ext4: remove redundant function ext4_has_metadata_csum | Eric Biggers | 1 | -6/+2 |
| 2025-03-16 | ext4: remove unused input "inode" in ext4_find_dest_de | Kemeng Shi | 1 | -2/+1 |
| 2025-03-13 | ext4: add ext4_emergency_state() helper function | Baokun Li | 1 | -0/+9 |
| 2025-03-13 | ext4: add EXT4_FLAGS_EMERGENCY_RO bit | Baokun Li | 1 | -0/+6 |
| 2025-03-13 | ext4: convert EXT4_FLAGS_* defines to enum | Baokun Li | 1 | -3/+5 |
| 2025-03-13 | ext4: pack holes in ext4_inode_info | Baokun Li | 1 | -4/+3 |
| 2025-03-13 | ext4: remove unused member 'i_unwritten' from 'ext4_inode_info' | Baokun Li | 1 | -19/+3 |
| 2025-03-13 | ext4: abort journal on data writeback failure if in data_err=abort mode | Baokun Li | 1 | -0/+2 |
| 2025-03-13 | ext4: do not convert the unwritten extents if data writeback fails | Baokun Li | 1 | -1/+2 |
| 2025-03-13 | ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin... | Julian Sun | 1 | -5/+5 |
| 2025-02-10 | ext4: refactor ext4_punch_hole() | Zhang Yi | 1 | -0/+2 |
| 2025-02-10 | ext4: remove writable userspace mappings before truncating page cache | Zhang Yi | 1 | -0/+2 |
| 2024-12-01 | ext4: switch to using the crc32c library | Eric Biggers | 1 | -22/+3 |
| 2024-11-18 | Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+2 |
| 2024-11-12 | ext4: fix race in buffer_head read fault injection | Long Li | 1 | -10/+2 |
| 2024-11-05 | ext4: Add statx support for atomic writes | Ritesh Harjani (IBM) | 1 | -0/+10 |
| 2024-09-20 | Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -13/+18 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -0/+2 |
| 2024-09-09 | ext4: store cookie in private data | Christian Brauner | 1 | -0/+2 |
| 2024-09-03 | ext4: fix a potential assertion failure due to improperly dirtied buffer | Shida Zhang | 1 | -1/+2 |
| 2024-09-03 | ext4: hoist ext4_block_write_begin and replace the __block_write_begin | Shida Zhang | 1 | -0/+2 |
| 2024-09-03 | ext4: fix error message when rejecting the default hash | Gabriel Krisman Bertazi | 1 | -0/+1 |
| 2024-09-03 | ext4: get rid of ppath in ext4_ext_insert_extent() | Baokun Li | 1 | -3/+4 |
| 2024-09-03 | ext4: get rid of ppath in ext4_find_extent() | Baokun Li | 1 | -1/+1 |
| 2024-09-03 | ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap... | Kemeng Shi | 1 | -2/+2 |
| 2024-08-20 | ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH | carrion bent | 1 | -2/+2 |
| 2024-08-20 | ext4: adjust the layout of the ext4_inode_info structure to save memory | Junchao Sun | 1 | -5/+5 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-07-18 | Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-05 | ext4: use memtostr_pad() for s_volume_name | Kees Cook | 1 | -1/+1 |
| 2024-06-07 | ext4: Move CONFIG_UNICODE defguards into the code flow | Gabriel Krisman Bertazi | 1 | -12/+21 |
| 2024-06-07 | ext4: Simplify the handling of cached casefolded names | Gabriel Krisman Bertazi | 1 | -1/+1 |
| 2024-05-03 | ext4: use correct criteria name instead stale integer number in comment | Kemeng Shi | 1 | -3/+6 |
| 2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+1 |
| 2024-02-25 | ext4: port block device access to file | Christian Brauner | 1 | -1/+1 |
| 2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 1 | -1/+1 |
| 2024-02-01 | ext4: make ext4_map_blocks() distinguish delalloc only extent | Zhang Yi | 1 | -1/+3 |
| 2024-01-18 | ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations | Kemeng Shi | 1 | -1/+1 |
| 2024-01-18 | ext4: remove unused return value of ext4_mb_release | Kemeng Shi | 1 | -1/+1 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-11-02 | Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+5 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -5/+15 |
| 2023-10-28 | ext4: Convert to bdev_open_by_dev() | Jan Kara | 1 | -1/+1 |
| 2023-10-18 | ext4: convert to new timestamp accessors | Jeff Layton | 1 | -5/+15 |
| 2023-10-05 | ext4: make state in ext4_mb_mark_bb to be bool | Kemeng Shi | 1 | -1/+1 |
| 2023-10-05 | ext4: remove unnecessary check to avoid repeat update_backups for the same gdb | Kemeng Shi | 1 | -0/+1 |
| 2023-10-05 | ext4: make running and commit transaction have their own freed_data_list | Jinke Han | 1 | -1/+1 |
| 2023-10-05 | ext4: fix race between writepages and remount | Baokun Li | 1 | -1/+2 |
| 2023-10-04 | ext4: dynamically allocate the ext4-es shrinker | Qi Zheng | 1 | -1/+1 |
| 2023-08-31 | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -17/+15 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+0 |
| 2023-08-27 | ext4: rename s_error_work to s_sb_upd_work | Theodore Ts'o | 1 | -3/+6 |
| 2023-08-27 | ext4: add correct group descriptors and reserved GDT blocks to system zone | Wang Jianjian | 1 | -0/+2 |
| 2023-08-27 | ext4: remove unused function declaration | Cai Xinchen | 1 | -6/+0 |
| 2023-08-24 | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 1 | -2/+0 |
| 2023-08-03 | ext4: remove unused ext4_{set}/{clear}_bit_atomic | Kemeng Shi | 1 | -2/+0 |
| 2023-08-03 | ext4: replace CR_FAST macro with inline function for readability | Ojaswin Mujoo | 1 | -3/+4 |
| 2023-07-29 | ext4: drop EXT4_MF_FS_ABORTED flag | Jan Kara | 1 | -1/+0 |
| 2023-07-29 | ext4: make 'abort' mount option handling standard | Jan Kara | 1 | -0/+1 |
| 2023-07-29 | ext4: make ext4_forced_shutdown() take struct super_block | Jan Kara | 1 | -2/+2 |
| 2023-07-24 | ext4: convert to ctime accessor functions | Jeff Layton | 1 | -42/+48 |
| 2023-06-29 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -21/+68 |
| 2023-06-26 | ext4: clean up mballoc criteria comments | Theodore Ts'o | 1 | -20/+25 |
| 2023-06-26 | ext4: Give symbolic names to mballoc criterias | Ojaswin Mujoo | 1 | -13/+42 |
| 2023-06-26 | ext4: Add allocation criteria 1.5 (CR1_5) | Ojaswin Mujoo | 1 | -1/+7 |
| 2023-06-26 | ext4: Add counter to track successful allocation of goal length | Ojaswin Mujoo | 1 | -0/+1 |
| 2023-06-26 | ext4: Add per CR extent scanned counter | Ojaswin Mujoo | 1 | -0/+1 |
| 2023-06-26 | ext4: Convert mballoc cr (criteria) to enum | Ojaswin Mujoo | 1 | -3/+20 |
| 2023-06-26 | ext4: Remove unused extern variables declaration | Ritesh Harjani | 1 | -2/+0 |
| 2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-06-15 | ext4: remove ext4_block_group and ext4_block_group_offset declaration | Kemeng Shi | 1 | -4/+0 |
| 2023-06-15 | ext4: Make ext4_write_inline_data_end() use folio | Ritesh Harjani | 1 | -4/+2 |
| 2023-06-15 | ext4: kill unused function ext4_journalled_write_inline_data | Ritesh Harjani | 1 | -4/+0 |
| 2023-06-05 | ext4: split ext4_shutdown | Christoph Hellwig | 1 | -0/+1 |
| 2023-05-30 | ext4: add lockdep annotations for i_data_sem for ea_inode's | Theodore Ts'o | 1 | -0/+2 |
| 2023-05-28 | ext4: add EA_INODE checking to ext4_iget() | Theodore Ts'o | 1 | -1/+2 |
| 2023-05-13 | ext4: avoid deadlock in fs reclaim with page writeback | Jan Kara | 1 | -0/+24 |
| 2023-05-13 | ext4: allow ext4_get_group_info() to fail | Theodore Ts'o | 1 | -13/+2 |
| 2023-04-19 | ext4: Add a uapi header for ext4 userspace APIs | Josh Triplett | 1 | -90/+1 |
| 2023-04-14 | ext4: Simplify handling of journalled data in ext4_bmap() | Jan Kara | 1 | -1/+0 |
| 2023-04-06 | ext4: Convert ext4_mpage_readpages() to work on folios | Matthew Wilcox | 1 | -1/+1 |
| 2023-04-06 | ext4: Convert ext4_readpage_inline() to take a folio | Matthew Wilcox | 1 | -1/+1 |
| 2023-04-06 | ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio() | Matthew Wilcox | 1 | -3/+2 |
| 2023-04-06 | ext4: Remove the logic to trim inode PAs | Ojaswin Mujoo | 1 | -1/+0 |
| 2023-04-06 | ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list | Ojaswin Mujoo | 1 | -2/+2 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_block_bitmap_csum_set | Kemeng Shi | 1 | -1/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_block_bitmap_csum_verify | Kemeng Shi | 1 | -1/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_inode_bitmap_csum_set | Kemeng Shi | 1 | -1/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify | Kemeng Shi | 1 | -1/+1 |
| 2023-03-12 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2023-03-07 | ext4: Fix comment about the 64BIT feature | Tudor Ambarus | 1 | -1/+1 |
| 2023-02-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
| 2023-02-25 | ext4: fix incorrect options show of original mount_opt and extend mount_opt2 | Zhang Yi | 1 | -0/+1 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-12-08 | ext4: switch to using ext4_do_writepages() for ordered data writeout | Jan Kara | 1 | -0/+1 |
| 2022-12-08 | ext4: move keep_towrite handling to ext4_bio_write_page() | Jan Kara | 1 | -2/+1 |
| 2022-12-08 | ext4: don't set up encryption key during jbd2 transaction | Eric Biggers | 1 | -2/+2 |
| 2022-12-08 | ext4: fix undefined behavior in bit shift for ext4_check_flag_values | Gaosheng Cui | 1 | -1/+1 |
| 2022-12-08 | ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode | Baokun Li | 1 | -1/+2 |
| 2022-10-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -4/+1 |
| 2022-10-03 | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
| 2022-09-30 | ext4: factor out ext4_free_ext_path() | Ye Bin | 1 | -1/+1 |
| 2022-09-30 | ext4: remove ext4_inline_data_fiemap() declaration | Gaosheng Cui | 1 | -3/+0 |
| 2022-09-21 | ext4: use buckets for cr 1 block scan instead of rbtree | Jan Kara | 1 | -5/+5 |
| 2022-09-11 | ext4: support STATX_DIOALIGN | Eric Biggers | 1 | -0/+1 |
| 2022-08-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -2/+14 |
| 2022-08-02 | ext4: add ioctls to get/set the ext4 superblock uuid | Jeremy Bongio | 1 | -0/+11 |
| 2022-08-02 | ext4: update the s_overhead_clusters in the backup sb's when resizing | Theodore Ts'o | 1 | -2/+2 |
| 2022-08-02 | ext4: fix reading leftover inlined symlinks | Zhang Yi | 1 | -0/+1 |
| 2022-07-14 | fs/ext4: Use the new blk_opf_t type | Bart Van Assche | 1 | -4/+4 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+0 |
| 2022-05-24 | ext4: only allow test_dummy_encryption when supported | Eric Biggers | 1 | -6/+0 |
| 2022-05-21 | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt() | Ritesh Harjani | 1 | -0/+8 |
| 2022-05-21 | ext4: cleanup function defs from ext4.h into crypto.c | Ritesh Harjani | 1 | -64/+5 |
| 2022-05-21 | ext4: move ext4 crypto code to its own file crypto.c | Ritesh Harjani | 1 | -0/+3 |
| 2022-05-17 | ext4: add nowait mode for ext4_getblk() | Zhang Yi | 1 | -0/+2 |
| 2022-05-08 | ext4: Use scoped memory APIs in ext4_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2022-05-08 | ext4: Use scoped memory APIs in ext4_da_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2022-04-14 | ext4: update the cached overhead value in the superblock | Theodore Ts'o | 1 | -0/+1 |
| 2022-04-12 | ext4: fix use-after-free in ext4_search_dir | Ye Bin | 1 | -0/+4 |
| 2022-04-12 | ext4: fix fallocate to use file_modified to update permissions consistently | Darrick J. Wong | 1 | -1/+1 |
| 2022-03-02 | ext4: improve fast_commit performance and scalability | Ritesh Harjani | 1 | -0/+2 |
| 2022-02-25 | ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid() | Ritesh Harjani | 1 | -0/+3 |
| 2022-02-25 | ext4: rename ext4_set_bits to mb_set_bits | Ritesh Harjani | 1 | -1/+1 |
| 2022-02-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+9 |
| 2022-02-03 | fs/ext4: fix comments mentioning i_mutex | hongnanli | 1 | -3/+3 |
| 2022-02-03 | ext4: fast commit may miss file actions | Xin Yin | 1 | -4/+1 |
| 2022-02-03 | ext4: fast commit may not fallback for ineligible commit | Xin Yin | 1 | -1/+2 |
| 2022-02-03 | ext4: prevent used blocks from being allocated during fast commit replay | Xin Yin | 1 | -0/+3 |
| 2022-01-20 | unicode: clean up the Kconfig symbol confusion | Christoph Hellwig | 1 | -7/+7 |
| 2022-01-12 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2022-01-10 | ext4: use BUG_ON instead of if condition followed by BUG | xu xin | 1 | -2/+1 |
| 2022-01-10 | ext4: change s_last_trim_minblks type to unsigned long | Lukas Czerner | 1 | -1/+1 |
| 2022-01-10 | ext4: implement support for get/set fs label | Lukas Czerner | 1 | -1/+8 |
| 2022-01-10 | ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal | Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2021-12-23 | ext4: simplify updating of fast commit stats | Harshad Shirwadkar | 1 | -1/+0 |
| 2021-12-23 | ext4: drop ineligible txn start stop APIs | Harshad Shirwadkar | 1 | -4/+2 |
| 2021-12-04 | dax: return the partition offset from fs_dax_get_by_bdev | Christoph Hellwig | 1 | -0/+1 |
| 2021-11-04 | ext4: convert from atomic_t to refcount_t on ext4_io_end->count | Xiyu Yang | 1 | -1/+2 |
| 2021-10-03 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+0 |
| 2021-09-09 | Merge branch 'delalloc-buffer-write' into dev | Theodore Ts'o | 1 | -3/+0 |
| 2021-09-04 | ext4: factor out write end code of inline file | Zhang Yi | 1 | -3/+0 |
| 2021-09-02 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -11/+97 |
| 2021-08-30 | ext4: Improve scalability of ext4 orphan file handling | Jan Kara | 1 | -2/+1 |
| 2021-08-30 | ext4: Speedup ext4 orphan inode handling | Jan Kara | 1 | -7/+62 |
| 2021-08-30 | ext4: Move orphan inode handling into a separate file | Jan Kara | 1 | -2/+9 |