summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-2/+3
2026-02-12mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes-7/+7
2026-02-12procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko-1/+2
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong-3/+3
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong-1/+1
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong-2/+2
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong-0/+1
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong-0/+1
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong-0/+1
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong-1/+3
2026-02-12cifs: SMB1 split: Remove duplicate include of cifs_debug.hChen Ni-1/+0
2026-02-12smb: client: fix regression with mount options parsingPaulo Alcantara-3/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-52/+427
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+3
2026-02-12Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2026-02-12Merge tag 'fsnotify_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-75/+140
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-313/+432
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-462/+1672
2026-02-12Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggyLinus Torvalds-4/+7
2026-02-12Merge tag 'for-linus-7.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-23/+25
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds-201/+1435
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-151/+1242
2026-02-12exfat: add blank line after declarationsWilliam Hansen-Baird-0/+2
2026-02-12exfat: remove unnecessary else after return statementWilliam Hansen-Baird-2/+3
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling-8/+53
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling-12/+37
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling-2/+2
2026-02-12exfat: support multi-cluster for exfat_map_clusterChi Zhiling-13/+17
2026-02-12exfat: remove handling of non-file types in exfat_map_clusterChi Zhiling-17/+1
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling-1/+3
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling-24/+11
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling-12/+1
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling-10/+0
2026-02-12exfat: improve exfat_find_last_clusterChi Zhiling-1/+3
2026-02-12exfat: improve exfat_count_num_clustersChi Zhiling-1/+3
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling-18/+27
2026-02-12exfat: add cache option for __exfat_ent_getChi Zhiling-7/+13
2026-02-12exfat: reduce unnecessary writes during mmap writeYuling Dong-9/+6
2026-02-12exfat: improve error code handling in exfat_find_empty_entry()Haotian Zhang-2/+2
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+0
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-6/+13
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds-1/+0
2026-02-11Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-02-11ceph: assert loop invariants in ceph_writepages_start()Sam Edwards-1/+3
2026-02-11ceph: remove error return from ceph_process_folio_batch()Sam Edwards-12/+5
2026-02-11ceph: fix write storm on fscrypted filesSam Edwards-1/+2
2026-02-11ceph: do not propagate page array emplacement errors as batch errorsSam Edwards-0/+1
2026-02-10Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-266/+544
2026-02-10f2fs: sysfs: introduce critical_task_priorityChao Yu-0/+26
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1