aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2 hoursMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds25-152/+476
5 hoursMerge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds11-62/+283
17 hours9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
17 hours9p: v9fs_file_do_lock: replace WARN_ONCE with p9_debugDominique Martinet1-1/+1
17 hours9p: Enable symlink caching in page cacheRemi Pommarel3-10/+88
17 hours9p: Set default negative dentry retention time for cache=looseRemi Pommarel1-0/+10
17 hours9p: Add mount option for negative dentry cache retentionRemi Pommarel2-11/+28
17 hours9p: Cache negative dentries for lookup performanceRemi Pommarel7-24/+126
17 hours9p: avoid returning ERR_PTR(0) from mkdir operationsHongling Zeng2-15/+8
2 daysMerge tag 'exfat-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-531/+878
2 daysMerge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-819/+1124
2 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2278/+223
3 daysMerge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-332/+1434
3 daysMerge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds35-273/+1344
3 daysMerge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-228/+721
3 daysMerge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds40-1434/+3524
3 daysMerge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds27-2143/+2761
4 daysocfs2: fix circular locking dependency in ocfs2_dio_end_io_writeAleksandr Nogikh1-4/+9
4 daysocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
4 daysocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
4 daysocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges1-0/+32
4 daysfat: reject BPB volumes whose data area starts beyond total sectorsSamuel Moelius1-0/+8
4 daysMerge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+9
4 daysMerge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
5 daysMerge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-3/+3
5 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+4
5 daysksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+21
5 daysksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+20
5 daysksmbd: use opener credentials for ADS I/ONamjae Jeon1-2/+9
5 daysksmbd: require source read access for duplicate extentsNamjae Jeon1-0/+4
5 daysksmbd: run set info with opener credentialsNamjae Jeon1-5/+3
5 daysksmbd: use opener credentials for delete-on-closeNamjae Jeon2-2/+9
5 daysksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon3-0/+7
5 daysksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy1-0/+11
5 daysksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy1-0/+6
5 daysksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
5 daysksmbd: compress SMB2 READ responsesNamjae Jeon6-0/+157
5 daysksmbd: negotiate and decode SMB2 compressionNamjae Jeon7-13/+210
5 dayscifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon2-9/+37
5 dayssmb: add common SMB2 compression transform helpersNamjae Jeon4-8/+410
5 dayssmb: move LZ77 compression into common codeNamjae Jeon7-44/+176
5 daysksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy1-0/+5
5 daysksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy1-0/+6
5 daysksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy1-0/+3
5 daysksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy1-7/+7
5 dayssmb: server: remove code guarded by nonexistent config optionEthan Nelson-Moore1-3/+0
5 dayssmb/server: fix incorrect file size in get_file_compression_info()ChenXiaoSong1-1/+1
5 dayssmb/server: get compression format in get_file_compression_info()ChenXiaoSong1-1/+6
5 dayssmb/server: implement FSCTL_SET_COMPRESSION ioctl handlerChenXiaoSong4-1/+100
5 dayssmb/server: implement FSCTL_GET_COMPRESSION ioctl handlerChenXiaoSong4-1/+53