summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-08-11fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai
2025-08-11vfs: output mount_too_revealing() errors to fscontextAleksa Sarai
2025-08-11fs: Remove mount_bdevPedro Falcato
2025-08-11fs: Remove mount_nodevPedro Falcato
2025-08-11fs: always return zero on success from replace_fd()Thomas Weißschuh
2025-08-11fs: fix "writen"->"written"Xichao Zhao
2025-08-11fs: mark file_remove_privs_flags staticChristoph Hellwig
2025-08-11locks: Remove the last reference to EXPORT_OP_ASYNC_LOCK.Thiago Becker
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong
2025-08-11open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONEAleksa Sarai
2025-08-11iomap: Fix broken data integrity guarantees for O_SYNC writesJan Kara
2025-08-11fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig
2025-08-11xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn
2025-08-11xfs: reject max_atomic_write mount option for no reflinkJohn Garry
2025-08-11xfs: disallow atomic writes on DAXJohn Garry
2025-08-11fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()John Garry
2025-08-11xfs: remove XFS_IBULK_SAME_AGChristoph Hellwig
2025-08-11xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig
2025-08-11xfs: fix frozen file system assert in xfs_trans_allocChristoph Hellwig
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang
2025-08-11erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu
2025-08-11erofs: Do not select tristate symbols from bool symbolsGeert Uytterhoeven
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo