summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
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
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li
2025-03-13ext4: extract ext4_has_journal_option() from __ext4_fill_super()Baokun Li
2025-03-13ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li
2025-03-05ext4: protect ext4_release_dquot against freezingOjaswin Mujoo
2025-02-10ext4: remove unneeded forward declarationKemeng Shi
2025-02-10ext4: remove unused ext4 journal callbackKemeng Shi
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik
2024-12-01ext4: switch to using the crc32c libraryEric Biggers
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe
2024-11-12ext4: prevent delalloc to nodelalloc on remountNicolas Bretz
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li
2024-11-12ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko
2024-11-12ext4: return error on syncfs after shutdownAmir Goldstein
2024-11-12ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)
2024-10-30ext4: avoid remount errors with 'abort' mount optionJan Kara
2024-10-30ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner
2024-10-10ext4: switch to multigrain timestampsJeff Layton
2024-09-03ext4: check stripe size compatibility on remount as wellOjaswin Mujoo
2024-09-03ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi
2024-08-26ext4: don't set SB_RDONLY after filesystem errorsJan Kara
2024-08-26ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)
2024-08-26ext4: fix timer use-after-free on failed mountXiaxi Shen