summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-22ksmbd: treat unnamed DATA stream as base fileNamjae Jeon1-3/+11
2026-06-22ksmbd: align SMB2 oplock break ack handlingNamjae Jeon1-58/+46
2026-06-22ksmbd: share SMB2 lease state across opensNamjae Jeon3-119/+151
2026-06-22ksmbd: clean up lease response flags and directory leasesNamjae Jeon1-8/+15
2026-06-22ksmbd: fix lease break and ack state handlingNamjae Jeon2-96/+34
2026-06-22ksmbd: use connection ClientGUID for lease lookupNamjae Jeon3-9/+11
2026-06-22ksmbd: validate SMB2 lease create contextsNamjae Jeon2-6/+51
2026-06-22smb/server: fix debug log endianness in smb2_cancel()ChenXiaoSong1-1/+2
2026-06-22ksmbd: track the connection owning a byte-range lockNamjae Jeon3-8/+26
2026-06-22ceph: add manual reset debugfs control and tracepointsAlex Markuze3-0/+111
2026-06-22ceph: add client reset state machine and session teardownAlex Markuze3-0/+571
2026-06-22ceph: add diagnostic timeout loop to wait_caps_flush()Alex Markuze5-4/+117
2026-06-22ceph: harden send_mds_reconnect and handle active-MDS peer resetAlex Markuze1-15/+163
2026-06-22ceph: use proper endian conversion for flock_len in reconnectAlex Markuze2-3/+3
2026-06-22ceph: convert inode flags to named bit positions and atomic bitopsAlex Markuze10-82/+74
2026-06-22f2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong1-1/+8
2026-06-22f2fs: fix listxattr handling of corrupted xattr entriesKeshav Verma1-3/+3
2026-06-22f2fs: skip direct I/O iostat context when disabledWenjie Qi1-0/+3
2026-06-22f2fs: remove unneeded f2fs_is_compressed_page()Chao Yu1-2/+1
2026-06-22f2fs: avoid unnecessary fscrypt_finalize_bounce_page()Chao Yu1-0/+3
2026-06-22f2fs: avoid unnecessary sanity check on ckpt_valid_blocksChao Yu1-6/+2
2026-06-22f2fs: misc cleanup in f2fs_record_stop_reason()Chao Yu1-2/+1
2026-06-22f2fs: fix wrong description in printed logChao Yu1-1/+1
2026-06-22f2fs: bound i_inline_xattr_size for non-inline-xattr inodesBryam Vargas1-3/+3
2026-06-22f2fs: validate ACL entry sizes in f2fs_acl_from_disk()Zhang Cen1-2/+16
2026-06-22Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"Zhaoyang Huang1-5/+1
2026-06-22f2fs: Split f2fs_write_end_io()Bart Van Assche1-5/+9
2026-06-22f2fs: Rename f2fs_post_read_wq into f2fs_wqBart Van Assche4-22/+16
2026-06-22f2fs: Prepare for supporting delayed bio completionBart Van Assche1-1/+6
2026-06-22f2fs: reject setattr size changes on large folio filesWenjie Qi1-0/+2
2026-06-22f2fs: validate dentry name length before lookup compares itSamuel Moelius1-0/+5
2026-06-22f2fs: validate inline dentry name lengths before conversionSamuel Moelius1-0/+7
2026-06-22f2fs: read COW data with the original inode during atomic writeMikhail Lobanov1-10/+16
2026-06-22f2fs: skip inode folio lookup for cached overwriteWenjie Qi1-0/+5
2026-06-22f2fs: keep atomic write retry from zeroing original dataWenjie Qi1-5/+11
2026-06-22f2fs: validate orphan inode entry countWenjie Qi1-1/+13
2026-06-22f2fs: honor per-I/O write streams for direct writesWenjie Qi1-1/+23
2026-06-22f2fs: fix to do sanity check on f2fs_get_node_folio_ra()Chao Yu2-1/+6
2026-06-22Revert: "f2fs: check in-memory sit version bitmap"Chao Yu2-22/+0
2026-06-22Revert: "f2fs: check in-memory block bitmap"Chao Yu2-44/+0
2026-06-22f2fs: avoid false shutdown fserror reportsWenjie Qi2-1/+9
2026-06-22f2fs: validate compress cache inode only when enabledWenjie Qi1-2/+7
2026-06-22f2fs: pass correct iostat type for single node writesWenjie Qi1-1/+1
2026-06-22f2fs: fix missing read bio submission on large folio errorWenjie Qi1-6/+5
2026-06-22f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inodeChao Yu2-11/+50
2026-06-22f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()Chao Yu1-7/+7
2026-06-22f2fs: add logs in f2fs_disable_checkpoint()Chao Yu1-1/+18
2026-06-22f2fs: add iostat latency tracking for direct IOliujinbao11-0/+35
2026-06-22f2fs: optimize representative type determination in GCDaeho Jeong1-3/+8
2026-06-22f2fs: Add trace_f2fs_fault_reportliujinbao12-1/+26