summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-09smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()ChenXiaoSong1-12/+3
2026-07-09smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
2026-07-09fuse: fix race between interrupt and resendMiklos Szeredi1-13/+14
2026-07-08smb: client: fix busy dentry warning on unmount after DIOZizhi Wo4-0/+19
2026-07-08cifs: Fix support for creating SFU fifoPali Rohár1-4/+2
2026-07-08cifs: Fix support for creating SFU socketPali Rohár1-4/+3
2026-07-08smb: client: fix atime clamp check in read completionXu Rao1-1/+1
2026-07-08NFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington3-12/+16
2026-07-08NFSv4: include MAY_WRITE in open permission mask for O_TRUNCBenjamin Coddington1-0/+2
2026-07-08udf: Mark LVID buffer as uptodate before marking it dirtyAleksandr Nogikh1-9/+14
2026-07-08udf: avoid recursive s_alloc_mutex deadlock when freeing AED blocksDeepanshu Kartikey4-7/+29
2026-07-08udf: validate extent partition references in udf_current_aext()Kyle Zeng1-0/+7
2026-07-08cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-07-08smb: client: use GFP_KERNEL for DFS cache allocationsFredric Cover1-5/+5
2026-07-08smb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
2026-07-08xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameterJinliang Zheng1-1/+1
2026-07-08xfs: tie zoned sysfs lifetime to zone infoCen Zhang3-11/+27
2026-07-08xfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9
2026-07-08fuse: use iomap helper to mark folio uptodateJoanne Koong2-2/+4
2026-07-08iomap: add helper to mark folio uptodateJoanne Koong1-0/+6
2026-07-08fuse: don't clear folio uptodate on writethrough errorsJoanne Koong1-17/+1
2026-07-08erofs: get rid of erofs_is_ishare_inode() helperGao Xiang1-7/+1
2026-07-08erofs: relax sanity check for tail pclusters due to ztailpackingGao Xiang1-1/+2
2026-07-07nilfs2: handle corrupted checkpoint count gracefully during deletionIgor Putko1-4/+16
2026-07-07xfs: splice unsorted log items back to the transaction after the loopWeiming Shi1-7/+9
2026-07-07xfs: drop ASSERT(0) on unrecognized log item typeWeiming Shi1-1/+0
2026-07-06fs/resctrl: Fix double-add of pseudo-locked region's RMID to free listReinette Chatre1-5/+7
2026-07-06Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2026-07-06fs/resctrl: Fix use-after-free during unmountTony Luck1-2/+16
2026-07-06fs/resctrl: Free mon_data structures on rdt_get_tree() failureTony Luck1-0/+3
2026-07-06fuse: move "epoch" from dentry.d_time to fuse_dentry.epochMiklos Szeredi3-8/+19
2026-07-06smb: client: preserve leading slash for POSIX absolute symlink targetsSteve French1-1/+16
2026-07-06ksmbd: use the session dialect for rejected binding signaturesNamjae Jeon2-5/+21
2026-07-06ksmbd: mark rejected cross-dialect bindings as signedNamjae Jeon1-1/+3
2026-07-06ksmbd: sign rejected SMB2.1 session binding responsesNamjae Jeon1-2/+16
2026-07-06ksmbd: handle channel binding with a different userNamjae Jeon2-3/+16
2026-07-06ksmbd: find bound sessions during reauthenticationNamjae Jeon1-0/+7
2026-07-06ksmbd: mark invalid session responses as signedNamjae Jeon1-0/+6
2026-07-06smb/server: map SET_INFO ENOSPC to disk fullHuiwen He1-0/+2
2026-07-06ksmbd: coalesce sub-15ms write time updates on closeNamjae Jeon2-0/+8
2026-07-06ksmbd: fix multichannel binding and enforce channel limitNamjae Jeon5-75/+126
2026-07-06ksmbd: validate SID namespace before mapping IDsNamjae Jeon1-4/+17
2026-07-06ntfs: fail attrlist updates when the superblock is inactivePeiyang He1-0/+9
2026-07-06ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon1-4/+11
2026-07-06ntfs: fix hole runlist memory leak in insert range error pathPeiyang He1-0/+1
2026-07-06ntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov1-1/+4
2026-07-06ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon1-1/+4
2026-07-06ntfs: avoid self-deadlock during inode evictionHyunchul Lee1-1/+16
2026-07-06ntfs: make system files immutable to prevent corruptionNamjae Jeon1-0/+9
2026-07-05NFSD: Prevent post-shutdown use-after-free in NFSD_CMD_UNLOCK_FILESYSTEMChuck Lever1-3/+4