aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: add checks for large folio incompatibilities when BS > PSBaokun Li1-1/+3
5 daysext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li1-0/+6
5 daysext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li1-0/+1
5 daysext4: introduce s_min_folio_order for future BS > PS supportBaokun Li1-0/+3
5 daysext4: remove PAGE_SIZE checks for rec_len conversionBaokun Li1-12/+0
8 daysext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun1-6/+15
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi1-0/+1
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi1-0/+2
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+27
2025-09-26ext4: fix checks for orphan inodesJan Kara1-0/+10
2025-09-26ext4: add support for 32-bit default reserved uid and gid valuesTheodore Ts'o1-1/+15
2025-09-25ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()Baokun Li1-0/+2
2025-08-21ext4: move verity info pointer to fs-specific part of inodeEric Biggers1-0/+4
2025-08-21ext4: move crypt info pointer to fs-specific part of inodeEric Biggers1-0/+4
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-44/+30
2025-07-25ext4: refactor choose group to scan groupBaokun Li1-12/+0
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li1-6/+2
2025-07-25ext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li1-1/+1
2025-07-25ext4: fix typo in CR_GOAL_LEN_SLOW commentBaokun Li1-1/+1
2025-07-25ext4: get rid of some obsolete EXT4_MB_HINT flagsBaokun Li1-6/+0
2025-07-25ext4: utilize multiple global goals to reduce contentionBaokun Li1-2/+4
2025-07-25ext4: remove unnecessary s_md_lock on update s_mb_last_groupBaokun Li1-1/+1
2025-07-25ext4: remove unnecessary s_mb_last_startBaokun Li1-1/+0
2025-07-25ext4: separate stream goal hits from s_bal_goals for better trackingBaokun Li1-0/+1
2025-07-25ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li1-9/+14
2025-07-17ext4: refactor the inline directory conversion and new directory codepathsTheodore Ts'o1-4/+5
2025-07-14ext4: limit the maximum folio orderZhang Yi1-1/+1
2025-07-13ext4: replace ext4_writepage_trans_blocks()Zhang Yi1-1/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-05-20ext4: Simplify flags in ext4_map_query_blocks()Ritesh Harjani (IBM)1-1/+2
2025-05-20ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTERRitesh Harjani (IBM)1-1/+6
2025-05-20ext4: Add multi-fsblock atomic write support with bigallocRitesh Harjani (IBM)1-0/+2
2025-05-20ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKSRitesh Harjani (IBM)1-1/+17
2025-05-20ext4: Make ext4_meta_trans_blocks() non-static for later useRitesh Harjani (IBM)1-0/+2
2025-05-20ext4: Check if inode uses extents in ext4_inode_can_atomic_write()Ritesh Harjani (IBM)1-1/+3
2025-05-20ext4: remove sb argument from ext4_superblock_csum()Eric Biggers1-2/+1
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-2/+1
2025-05-20ext4: enable large folio for regular fileZhang Yi1-0/+1
2025-05-20ext4: factor out ext4_get_maxbytes()Zhang Yi1-0/+7
2025-05-14ext4: introduce ext4_check_map_extents_env() debug helperZhang Yi1-0/+1
2025-05-14ext4: factor out is_special_ino()Zhang Yi1-0/+11
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi1-0/+1
2025-05-14ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usageZhang Yi1-5/+8
2025-05-08ext4: convert s_fc_lock to mutex typeHarshad Shirwadkar1-1/+1
2025-05-08ext4: temporarily elevate commit thread priorityHarshad Shirwadkar1-1/+3
2025-05-08ext4: drop i_fc_updates from inode fc infoHarshad Shirwadkar1-5/+0
2025-05-08ext4: rework fast commit commit pathHarshad Shirwadkar1-0/+1
2025-05-08ext4: convert i_fc_lock to spinlockHarshad Shirwadkar1-2/+5
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo1-0/+9
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo1-1/+2
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-6/+2
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi1-2/+1
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-0/+9
2025-03-13ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li1-0/+6
2025-03-13ext4: convert EXT4_FLAGS_* defines to enumBaokun Li1-3/+5
2025-03-13ext4: pack holes in ext4_inode_infoBaokun Li1-4/+3
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li1-19/+3
2025-03-13ext4: abort journal on data writeback failure if in data_err=abort modeBaokun Li1-0/+2
2025-03-13ext4: do not convert the unwritten extents if data writeback failsBaokun Li1-1/+2
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun1-5/+5
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi1-0/+2
2025-02-10ext4: remove writable userspace mappings before truncating page cacheZhang Yi1-0/+2
2024-12-01ext4: switch to using the crc32c libraryEric Biggers1-22/+3
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+2
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li1-10/+2
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)1-0/+10
2024-09-20Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-13/+18
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2024-09-09ext4: store cookie in private dataChristian Brauner1-0/+2
2024-09-03ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang1-1/+2
2024-09-03ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang1-0/+2
2024-09-03ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi1-0/+1
2024-09-03ext4: get rid of ppath in ext4_ext_insert_extent()Baokun Li1-3/+4
2024-09-03ext4: get rid of ppath in ext4_find_extent()Baokun Li1-1/+1
2024-09-03ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap...Kemeng Shi1-2/+2
2024-08-20ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASHcarrion bent1-2/+2
2024-08-20ext4: adjust the layout of the ext4_inode_info structure to save memoryJunchao Sun1-5/+5
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-07-18Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-07-05ext4: use memtostr_pad() for s_volume_nameKees Cook1-1/+1
2024-06-07ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi1-12/+21
2024-06-07ext4: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi1-1/+1
2024-05-03ext4: use correct criteria name instead stale integer number in commentKemeng Shi1-3/+6
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-02-25ext4: port block device access to fileChristian Brauner1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-02-01ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi1-1/+3
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi1-1/+1
2024-01-18ext4: remove unused return value of ext4_mb_releaseKemeng Shi1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+5
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-5/+15
2023-10-28ext4: Convert to bdev_open_by_dev()Jan Kara1-1/+1
2023-10-18ext4: convert to new timestamp accessorsJeff Layton1-5/+15
2023-10-05ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi1-1/+1
2023-10-05ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi1-0/+1
2023-10-05ext4: make running and commit transaction have their own freed_data_listJinke Han1-1/+1
2023-10-05ext4: fix race between writepages and remountBaokun Li1-1/+2
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng1-1/+1
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+15
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2023-08-27ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o1-3/+6
2023-08-27ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian1-0/+2
2023-08-27ext4: remove unused function declarationCai Xinchen1-6/+0
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
2023-08-03ext4: remove unused ext4_{set}/{clear}_bit_atomicKemeng Shi1-2/+0
2023-08-03ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo1-3/+4
2023-07-29ext4: drop EXT4_MF_FS_ABORTED flagJan Kara1-1/+0
2023-07-29ext4: make 'abort' mount option handling standardJan Kara1-0/+1
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-2/+2
2023-07-24ext4: convert to ctime accessor functionsJeff Layton1-42/+48
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-21/+68
2023-06-26ext4: clean up mballoc criteria commentsTheodore Ts'o1-20/+25
2023-06-26ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo1-13/+42
2023-06-26ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo1-1/+7
2023-06-26ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo1-0/+1
2023-06-26ext4: Add per CR extent scanned counterOjaswin Mujoo1-0/+1
2023-06-26ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo1-3/+20
2023-06-26ext4: Remove unused extern variables declarationRitesh Harjani1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-06-15ext4: remove ext4_block_group and ext4_block_group_offset declarationKemeng Shi1-4/+0
2023-06-15ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani1-4/+2
2023-06-15ext4: kill unused function ext4_journalled_write_inline_dataRitesh Harjani1-4/+0
2023-06-05ext4: split ext4_shutdownChristoph Hellwig1-0/+1
2023-05-30ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o1-0/+2
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o1-1/+2
2023-05-13ext4: avoid deadlock in fs reclaim with page writebackJan Kara1-0/+24
2023-05-13ext4: allow ext4_get_group_info() to failTheodore Ts'o1-13/+2
2023-04-19ext4: Add a uapi header for ext4 userspace APIsJosh Triplett1-90/+1
2023-04-14ext4: Simplify handling of journalled data in ext4_bmap()Jan Kara1-1/+0
2023-04-06ext4: Convert ext4_mpage_readpages() to work on foliosMatthew Wilcox1-1/+1
2023-04-06ext4: Convert ext4_readpage_inline() to take a folioMatthew Wilcox1-1/+1
2023-04-06ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()Matthew Wilcox1-3/+2
2023-04-06ext4: Remove the logic to trim inode PAsOjaswin Mujoo1-1/+0
2023-04-06ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo1-2/+2
2023-03-23ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi1-1/+1
2023-03-23ext4: remove unused group parameter in ext4_block_bitmap_csum_verifyKemeng Shi1-1/+1
2023-03-23ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi1-1/+1
2023-03-23ext4: remove unused group parameter in ext4_inode_bitmap_csum_verifyKemeng Shi1-1/+1
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-03-07ext4: Fix comment about the 64BIT featureTudor Ambarus1-1/+1
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2023-02-25ext4: fix incorrect options show of original mount_opt and extend mount_opt2Zhang Yi1-0/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-08ext4: switch to using ext4_do_writepages() for ordered data writeoutJan Kara1-0/+1
2022-12-08ext4: move keep_towrite handling to ext4_bio_write_page()Jan Kara1-2/+1
2022-12-08ext4: don't set up encryption key during jbd2 transactionEric Biggers1-2/+2
2022-12-08ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui1-1/+1
2022-12-08ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li1-1/+2
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+1
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin1-1/+1
2022-09-30ext4: remove ext4_inline_data_fiemap() declarationGaosheng Cui1-3/+0
2022-09-21ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara1-5/+5
2022-09-11ext4: support STATX_DIOALIGNEric Biggers1-0/+1
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+14
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio1-0/+11
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o1-2/+2
2022-08-02ext4: fix reading leftover inlined symlinksZhang Yi1-0/+1
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+0
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers1-6/+0
2022-05-21ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani1-0/+8
2022-05-21ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani1-64/+5
2022-05-21ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani1-0/+3
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi1-0/+2
2022-05-08ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)1-1/+0
2022-05-08ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)1-1/+0
2022-04-14ext4: update the cached overhead value in the superblockTheodore Ts'o1-0/+1
2022-04-12ext4: fix use-after-free in ext4_search_dirYe Bin1-0/+4
2022-04-12ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-1/+1
2022-03-02ext4: improve fast_commit performance and scalabilityRitesh Harjani1-0/+2
2022-02-25ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani1-0/+3
2022-02-25ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani1-1/+1
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+9
2022-02-03fs/ext4: fix comments mentioning i_mutexhongnanli1-3/+3
2022-02-03ext4: fast commit may miss file actionsXin Yin1-4/+1
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-1/+2
2022-02-03ext4: prevent used blocks from being allocated during fast commit replayXin Yin1-0/+3
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-7/+7
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-01-10ext4: use BUG_ON instead of if condition followed by BUGxu xin1-2/+1
2022-01-10ext4: change s_last_trim_minblks type to unsigned longLukas Czerner1-1/+1
2022-01-10ext4: implement support for get/set fs labelLukas Czerner1-1/+8
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior1-0/+1
2021-12-23ext4: simplify updating of fast commit statsHarshad Shirwadkar1-1/+0
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar1-4/+2
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-0/+1
2021-11-04ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang1-1/+2
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2021-09-09Merge branch 'delalloc-buffer-write' into devTheodore Ts'o1-3/+0
2021-09-04ext4: factor out write end code of inline fileZhang Yi1-3/+0
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-11/+97
2021-08-30ext4: Improve scalability of ext4 orphan file handlingJan Kara1-2/+1
2021-08-30ext4: Speedup ext4 orphan inode handlingJan Kara1-7/+62
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara1-2/+9