summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06fs: stable_page_flags(): use BIT_ULL() for KPF flagsJinjiang Tu1-17/+17
2026-08-06hugetlbfs: release subpool on fill_super failureYichong Chen1-1/+2
2026-08-06mm/mseal: limit scope of mseal address zero to address zeroLorenzo Stoakes (ARM)1-5/+2
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes1-1/+2
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes1-1/+1
2026-08-06Merge tag 'v7.2-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-7/+25
2026-08-06Merge tag 'for-7.2-rc6-fixup-worker-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-12/+616
2026-08-06Merge tag 'for-7.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-7/+27
2026-08-06Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds25-116/+420
2026-08-06ext4: guard against NULL s_group_info in ext4_get_group_infoJunzhe Yu1-0/+4
2026-08-06ext4: fix spurious message about orphan cleanup on RO fsJan Kara1-1/+1
2026-08-06ext4: stop retrying saturated xattr cache entriesMatthias Goergens1-2/+4
2026-08-06ext4: don't enable DAX on new encrypted filesEric Biggers2-20/+24
2026-08-06exfat: fix overflow in cluster-to-dentry conversionYang Wen2-3/+3
2026-08-06block: rename bi_bvec_donePavel Begunkov1-1/+1
2026-08-05f2fs: fix to clear dirty flag on folio in error pathChao Yu1-1/+1
2026-08-05f2fs: avoid unnecessary shrink in f2fs_shrink_scan()Chao Yu1-1/+2
2026-08-05f2fs: fix to return -EFSCORRUPTED in f2fs_get_node_info() correctlyChao Yu1-0/+1
2026-08-05ocfs2: o2hb: quiesce negotiate handlers and timeout workCen Zhang3-22/+138
2026-08-05ocfs2: synchronize heartbeat callbacks with o2net teardownCen Zhang5-27/+109
2026-08-05ocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
2026-08-05ocfs2: cluster: fix o2hb_dependent_users leak on pin failureJoseph Qi1-1/+6
2026-08-05ocfs2: cluster: avoid lock order inversion in o2hb_region_pin() from drop_itemJoseph Qi3-7/+17
2026-08-05ocfs2: cluster: don't sleep while holding o2hb_live_lock in o2hb_region_pin()Joseph Qi1-25/+101
2026-08-05ocfs2: always run deallocs on copy-on-write completionDmitry Antipov2-15/+10
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov3-4/+3
2026-08-05sysctl: Add negp parameter to douintvec converter functionsJoel Granados1-1/+1
2026-08-05fsnotify: Fix stale object mask after concurrent mark updatesYoungjae Kwon2-19/+8
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes2-3/+3
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes2-9/+8
2026-08-04mm/pagemap: add PAGE_IS_ACCESSED for RWP trackingKiryl Shutsemau (Meta)1-26/+55
2026-08-04mm: add VM_UFFD_RWP VMA flagKiryl Shutsemau (Meta)1-0/+3
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-22/+22
2026-08-05f2fs: fix valid block count leak on data block allocation failureChen Changcheng1-1/+4
2026-08-05f2fs: protect critical_task_priority updates with s_umountWenjie Qi1-1/+2
2026-08-05f2fs: avoid NULL checkpoint thread access in sysfsWenjie Qi1-3/+4
2026-08-04smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()Frank Sorenson1-6/+22
2026-08-04Merge tag 'nfs-for-7.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+21
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig2-2/+2
2026-08-04erofs: fix typo in error messagesGiuseppe Scrivano1-2/+2
2026-08-04fsverity: Fix silent truncation in bpf_get_fsverity_digest()Eric Biggers1-4/+5
2026-08-04fsverity: Fix bpf_get_fsverity_digest() dynptr assumptionsEric Biggers1-4/+6
2026-08-03ocfs2: validate directory-index entry counts when reading metadataDoruk Tan Ozturk1-4/+41
2026-08-03fat: release buffer head after rebuilding parentYichong Chen1-1/+3
2026-08-03FAT: allow 0xE9 near jump in fat_read_static_bpb()Ziran Zhang1-2/+3
2026-08-03ocfs2: cluster: use an on-stack bio for the heartbeat writeJoseph Qi1-5/+45
2026-08-03ocfs2: cluster: use GFP_NOFS for heartbeat bio allocationJoseph Qi1-33/+8
2026-08-03ocfs2: validate rl_used against rl_count in refcount block validatorIbrahim Hashimov1-0/+27
2026-08-03ocfs2: do not use make_bad_inode() in ocfs2_read_inode_block_full()Dmitry Antipov1-2/+0
2026-08-03ocfs2: validate external xattr entries when reading metadataCen Zhang1-0/+97