summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2-8/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook20-36/+26
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds28-70/+35
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds25-29/+29
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds307-576/+576
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds516-1355/+1276
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-3/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook516-1355/+1276
2026-02-21Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-21/+56
2026-02-21Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-41/+29
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-2/+4
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-23/+26
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+18
2026-02-18btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
2026-02-18btrfs: fix lost error return in btrfs_find_orphan_roots()Filipe Manana1-1/+1
2026-02-18btrfs: fix lost return value on error in finish_verity()Filipe Manana1-1/+1
2026-02-18btrfs: change unaligned root messages to error level in btrfs_validate_super()Filipe Manana1-5/+5
2026-02-18btrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana2-4/+5
2026-02-18btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()Qu Wenruo1-1/+7
2026-02-18btrfs: reset block group size class when it becomes emptyJiasheng Jiang1-0/+10
2026-02-18btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-02-18btrfs: handle unexpected exact match in btrfs_set_inode_index_count()Adarsh Das1-3/+12
2026-02-18fsverity: remove fsverity_verify_page()Eric Biggers1-2/+2
2026-02-18f2fs: make f2fs_verify_cluster() partially large-folio-awareEric Biggers1-4/+5
2026-02-18f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()Eric Biggers1-2/+0
2026-02-18Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds15-1134/+1822
2026-02-18Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-16/+48
2026-02-18Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds3-17/+21
2026-02-18Merge tag 'v7.0-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds14-73/+136
2026-02-17Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-48/+64
2026-02-16Merge tag 'kernel-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-79/+95
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov12-344/+886
2026-02-16smb: client: terminate session upon failed client required signingAaditya Kansal1-2/+8
2026-02-16cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-02-15cifs: remove unnecessary tracing after put tconShyam Prasad N2-3/+0
2026-02-15ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-02-15smb: server: Remove duplicate include of misc.hChen Ni1-1/+0
2026-02-14Merge tag 'exfat-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-125/+170
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-513/+1380
2026-02-14cifs: update internal module version numberSteve French1-2/+2
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2026-02-13Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds36-1536/+1355
2026-02-13smb: client: fix data corruption due to racy lease checksPaulo Alcantara6-55/+110
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes10-14/+16
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes2-2/+3
2026-02-13mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes1-7/+7
2026-02-13procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko1-1/+2
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong1-3/+3
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong1-1/+1