aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong1-1/+1
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong2-2/+2
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong3-1/+3
2026-02-12cifs: SMB1 split: Remove duplicate include of cifs_debug.hChen Ni1-1/+0
2026-02-12smb: client: fix regression with mount options parsingPaulo Alcantara1-3/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds27-52/+427
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-15/+3
2026-02-12Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-1/+2
2026-02-12Merge tag 'fsnotify_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-75/+140
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds26-313/+432
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds16-462/+1672
2026-02-12Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggyLinus Torvalds3-4/+7
2026-02-12Merge tag 'for-linus-7.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-23/+25
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds22-201/+1435
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds26-151/+1242
2026-02-12exfat: add blank line after declarationsWilliam Hansen-Baird2-0/+2
2026-02-12exfat: remove unnecessary else after return statementWilliam Hansen-Baird1-2/+3
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling3-8/+53
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling1-12/+37
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling1-2/+2
2026-02-12exfat: support multi-cluster for exfat_map_clusterChi Zhiling1-13/+17
2026-02-12exfat: remove handling of non-file types in exfat_map_clusterChi Zhiling1-17/+1
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling1-1/+3
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling3-24/+11
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling1-12/+1
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling1-10/+0
2026-02-12exfat: improve exfat_find_last_clusterChi Zhiling1-1/+3
2026-02-12exfat: improve exfat_count_num_clustersChi Zhiling1-1/+3
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling3-18/+27
2026-02-12exfat: add cache option for __exfat_ent_getChi Zhiling1-7/+13
2026-02-12exfat: reduce unnecessary writes during mmap writeYuling Dong1-9/+6
2026-02-12exfat: improve error code handling in exfat_find_empty_entry()Haotian Zhang1-2/+2
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-2/+0
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-6/+13
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-1/+0
2026-02-11Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2026-02-11ceph: assert loop invariants in ceph_writepages_start()Sam Edwards1-1/+3
2026-02-11ceph: remove error return from ceph_process_folio_batch()Sam Edwards1-12/+5
2026-02-11ceph: fix write storm on fscrypted filesSam Edwards1-1/+2
2026-02-11ceph: do not propagate page array emplacement errors as batch errorsSam Edwards1-0/+1
2026-02-10Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-266/+544
2026-02-10f2fs: sysfs: introduce critical_task_priorityChao Yu5-0/+26
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-15/+10
2026-02-10ksmbd: fix non-IPv6 buildArnd Bergmann2-6/+10
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-5/+5
2026-02-10Merge tag 'pstore-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+18