summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan
2026-02-17Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2026-02-17Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-02-17Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-02-17Merge tag 'v7.0-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-16Merge tag 'kernel-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov
2026-02-15smb: client: terminate session upon failed client required signingAaditya Kansal
2026-02-15cifs: some missing initializations on replayShyam Prasad N
2026-02-14cifs: remove unnecessary tracing after put tconShyam Prasad N
2026-02-14Merge tag 'exfat-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-13cifs: update internal module version numberSteve French
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara
2026-02-12procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong
2026-02-12cifs: SMB1 split: Remove duplicate include of cifs_debug.hChen Ni
2026-02-12smb: client: fix regression with mount options parsingPaulo Alcantara
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-12Merge tag 'fsnotify_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-12Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggyLinus Torvalds
2026-02-12Merge tag 'for-linus-7.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-02-12exfat: add blank line after declarationsWilliam Hansen-Baird
2026-02-12exfat: remove unnecessary else after return statementWilliam Hansen-Baird
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling
2026-02-12exfat: support multi-cluster for exfat_map_clusterChi Zhiling
2026-02-12exfat: remove handling of non-file types in exfat_map_clusterChi Zhiling
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling
2026-02-12exfat: improve exfat_find_last_clusterChi Zhiling
2026-02-12exfat: improve exfat_count_num_clustersChi Zhiling