aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-20ext4: Enable support for ext4 multi-fsblock atomic write using bigallocRitesh Harjani (IBM)1-2/+5
2025-05-20ext4: remove sb argument from ext4_superblock_csum()Eric Biggers1-5/+4
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-7/+6
2025-05-20ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffersChristoph Hellwig1-24/+22
2025-05-08ext4: convert s_fc_lock to mutex typeHarshad Shirwadkar1-1/+1
2025-05-08ext4: temporarily elevate commit thread priorityHarshad Shirwadkar1-3/+2
2025-05-08ext4: convert i_fc_lock to spinlockHarshad Shirwadkar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo1-7/+8
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo1-8/+8
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo1-10/+6
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li1-1/+3
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-6/+7
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li1-0/+3
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li1-0/+3
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li1-11/+8
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li1-11/+15
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-9/+10
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li1-8/+1
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li1-4/+0
2025-03-13ext4: extract ext4_has_journal_option() from __ext4_fill_super()Baokun Li1-25/+25
2025-03-13ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-03-05ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-02-10ext4: remove unneeded forward declarationKemeng Shi1-1/+0
2025-02-10ext4: remove unused ext4 journal callbackKemeng Shi1-14/+0
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+3
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik1-0/+3
2024-12-01ext4: switch to using the crc32c libraryEric Biggers1-15/+0
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-26/+54
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+31
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe1-7/+13
2024-11-12ext4: prevent delalloc to nodelalloc on remountNicolas Bretz1-0/+7
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li1-8/+15
2024-11-12ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko1-4/+4
2024-11-12ext4: return error on syncfs after shutdownAmir Goldstein1-1/+1
2024-11-12ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li1-0/+3
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)1-0/+31
2024-10-30ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2024-10-30ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-1/+1
2024-10-10ext4: switch to multigrain timestampsJeff Layton1-1/+1
2024-09-03ext4: check stripe size compatibility on remount as wellOjaswin Mujoo1-7/+22
2024-09-03ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi1-10/+17
2024-08-26ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-08-26ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2024-08-26ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1