summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-08-13Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-13btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara
2025-08-13btrfs: restore mount option info messages during mountKyoji Ogasawara
2025-08-13btrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara
2025-08-13btrfs: fix buffer index in wait_eb_writebacks()Naohiro Aota
2025-08-13btrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota
2025-08-13btrfs: clear TAG_TOWRITE from buffer tree when submitting a tree blockQu Wenruo
2025-08-13btrfs: do not set mtime/ctime to current time when unlinking for log replayFilipe Manana
2025-08-13btrfs: clear block dirty if btrfs_writepage_cow_fixup() failedQu Wenruo
2025-08-13btrfs: clear block dirty if submit_one_sector() failedQu Wenruo
2025-08-13btrfs: zoned: limit active zones to max_open_zonesNaohiro Aota
2025-08-13btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota
2025-08-13btrfs: zoned: fix data relocation block group reservationNaohiro Aota
2025-08-13btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn
2025-08-12ext4: use kmalloc_array() for array space allocationLiao Yuanhong
2025-08-12ext4: fix hole length calculation overflow in non-extent inodesZhang Yi
2025-08-12ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o
2025-08-12ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo
2025-08-12ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo
2025-08-12ext4: remove redundant __GFP_NOWARNQianfeng Rong
2025-08-12ext4: fix unused variable warning in ext4_init_new_dirTheodore Ts'o
2025-08-12ext4: remove useless if checkAntonio Quartulli
2025-08-12ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-08-12ext4: preserve SB_I_VERSION on remountBaokun Li
2025-08-12ext4: show the default enabled i_version optionBaokun Li
2025-08-12dlm: add new flag DLM_RELEASE_RECOVER for dlm_lockspace_releaseAlexander Aring
2025-08-12dlm: add new configfs entry release_recover for lockspace membersAlexander Aring
2025-08-12dlm: add new RELEASE_RECOVER uevent attribute for release_lockspaceAlexander Aring
2025-08-12dlm: use defines for force values in dlm_release_lockspaceAlexander Aring
2025-08-12dlm: check for defined force value in dlm_lockspace_releaseAlexander Aring
2025-08-12Merge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-11proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang
2025-08-11cifs: avoid extra calls to strlen() in cifs_get_spnego_key()Dmitry Antipov
2025-08-11cifs: Fix collect_sample() to handle any iterator typeDavid Howells
2025-08-12zonefs: correct some spelling mistakesXichao Zhao
2025-08-11fscrypt: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-11f2fs: clean up f2fs_truncate_partial_cluster()Chao Yu
2025-08-11f2fs: fix to zero data after EOF for compressed file correctlyChao Yu
2025-08-11f2fs: fix to avoid overflow while left shift operationChao Yu
2025-08-11f2fs: add sysfs entry for effective lookup modeDaniel Lee
2025-08-11f2fs: add lookup_mode mount optionDaniel Lee
2025-08-11f2fs: add error checking in do_write_page()mason.zhang
2025-08-11f2fs: fix condition in __allow_reserved_blocks()Chao Yu
2025-08-11f2fs: add time stats of checkpoint for debugChao Yu
2025-08-11f2fs: dump more information when checkpoint was blocked for long timeChao Yu
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka
2025-08-11vfs: fs/namespace.c: remove ms_flags argument from do_remountAskar Safin
2025-08-11fs: fix incorrect lflags value in the move_mount syscallYuntao Wang
2025-08-11vfs: show filesystem name at dump_inode()Tetsuo Handa