summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-29lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever
2026-03-29NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever
2026-03-29lockd: Relocate nlmsvc_unlock API declarationsChuck Lever
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever
2026-03-29lockd: Simplify cast_status() in svcproc.cChuck Lever
2026-03-29nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig optionJeff Layton
2026-03-29nfsd: add a runtime switch for disabling delegated timestampsJeff Layton
2026-03-29NFSD: Track SCSI Persistent Registration Fencing per Client with xarrayDai Ngo
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton
2026-03-29Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-29Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-29Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-27ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo
2026-03-27ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo
2026-03-27ocfs2: remove redundant error code assignmentAlexey Velichayshiy
2026-03-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi
2026-03-27ocfs2: fix deadlock when creating quota fileHeming Zhao
2026-03-27proc: array: drop stale FIXME about RCU in task_sig()Jaime Saguillo Revilla
2026-03-27ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o
2026-03-27ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o
2026-03-27ext4: skip split extent recovery on corruptionhongao
2026-03-27ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li
2026-03-27ext4: fix deadlock on inode reallocationJan Kara
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen
2026-03-27ext4: fix the might_sleep() warnings in kvfree()Zqiang
2026-03-27ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike
2026-03-27ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
2026-03-27ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
2026-03-27ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin
2026-03-27jbd2: gracefully abort on checkpointing state corruptionsMilos Nikic
2026-03-27ext4: avoid infinite loops caused by residual dataEdward Adam Davis
2026-03-27ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe
2026-03-27ext4: test if inode's all dirty pages are submitted to diskYe Bin
2026-03-27ext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo
2026-03-27ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin
2026-03-27ext4: kunit: extents-test: lix percpu_counters list corruptionRitesh Harjani (IBM)
2026-03-27ext4: publish jinode after initializationLi Chen
2026-03-27ext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki
2026-03-27ext4: fix fsync(2) for nojournal modeJan Kara
2026-03-27ext4: make recently_deleted() properly work with lazy itable initializationJan Kara
2026-03-27ext4: fix journal credit check when setting fscrypt contextSimon Weber
2026-03-27ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
2026-03-27ext4: fix stale xarray tags after writebackJan Kara
2026-03-27ext4: do not check fast symlink during orphan recoveryZhang Yi
2026-03-27hfsplus: extract hidden directory search into a helper functionZilin Guan