summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
6 daysext4: fix deadlock on inode reallocationJan Kara
6 daysext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen
6 daysext4: fix the might_sleep() warnings in kvfree()Zqiang
6 daysext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
2026-02-04ext4: specify the free pointer offset for ext4_inode_cacheHarry Yoo
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-19ext4: add sysfs attribute err_report_sec to control s_err_report timerBaolin Liu
2026-01-19ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li
2026-01-13ext4: convert to new fserror helpersDarrick J. Wong
2025-12-15fs: use min() or umin() instead of min_t()David Laight
2025-11-28ext4: enable block size larger than page sizeBaokun Li
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li
2025-11-28ext4: support large block size in ext4_calculate_overhead()Baokun Li
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li
2025-11-28ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen
2025-11-26ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-26ext4: fix checks for orphan inodesJan Kara
2025-09-26ext4: add support for 32-bit default reserved uid and gid valuesTheodore Ts'o
2025-09-26ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o
2025-09-25ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()Baokun Li
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-08-21ext4: move verity info pointer to fs-specific part of inodeEric Biggers
2025-08-21ext4: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-08-12ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o
2025-08-12ext4: remove redundant __GFP_NOWARNQianfeng Rong
2025-08-12ext4: preserve SB_I_VERSION on remountBaokun Li
2025-08-12ext4: show the default enabled i_version optionBaokun Li
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-20ext4: Enable support for ext4 multi-fsblock atomic write using bigallocRitesh Harjani (IBM)
2025-05-20ext4: remove sb argument from ext4_superblock_csum()Eric Biggers
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers
2025-05-20ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffersChristoph Hellwig
2025-05-08ext4: convert s_fc_lock to mutex typeHarshad Shirwadkar
2025-05-08ext4: temporarily elevate commit thread priorityHarshad Shirwadkar
2025-05-08ext4: convert i_fc_lock to spinlockHarshad Shirwadkar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz