summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
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
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