summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-21Merge tag 'pull-coda' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2026-04-21Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-21erofs: unify lcn as u64 for 32-bit platformsGao Xiang
2026-04-21erofs: fix offset truncation when shifting pgoff on 32-bit platformsGao Xiang
2026-04-21erofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
2026-04-21btrfs: check return value of btrfs_partially_delete_raid_extent()robbieko
2026-04-21btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointerrobbieko
2026-04-21btrfs: replace ASSERT with proper error handling in stripe lookup fallbackrobbieko
2026-04-21btrfs: fix wrong min_objectid in btrfs_previous_item() callrobbieko
2026-04-21btrfs: fix raid stripe search missing entries at leaf boundariesrobbieko
2026-04-21btrfs: copy devid in btrfs_partially_delete_raid_extent()robbieko
2026-04-21btrfs: handle unexpected free-space-tree key typesDavid Sterba
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
2026-04-21btrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo
2026-04-21btrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone
2026-04-21btrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone
2026-04-20Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2026-04-20Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-04-20fsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein
2026-04-20isofs: use QSTR_LEN() in isofs_cmpThorsten Blum
2026-04-20isofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito
2026-04-20isofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito
2026-04-20fanotify: Fix spelling mistake "enforecement" -> "enforcement"Ethan Carter Edwards
2026-04-19Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-19cifs: update internal module version numberSteve French
2026-04-19smb: client: compress: fix bad encoding on last LZ77 flagEnzo Matsumiya
2026-04-18eventfs: Hold eventfs_mutex and SRCU when remount walks eventsDavid Carlier
2026-04-18eventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee
2026-04-18ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-18ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-18ksmbd: fix use-after-free in smb2_open during durable reconnectAkif
2026-04-18ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang
2026-04-18ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-04-18ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito
2026-04-18userfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song
2026-04-18ntfs: fix potential 32-bit truncation in ntfs_write_cb()Dan Carpenter
2026-04-18ntfs: fix uninitialized variable in ntfs_map_runlist_nolockNamjae Jeon
2026-04-18ntfs: delete dead codeDan Carpenter