summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-21btrfs: fix wrong min_objectid in btrfs_previous_item() callrobbieko-1/+1
2026-04-21btrfs: fix raid stripe search missing entries at leaf boundariesrobbieko-3/+15
2026-04-21btrfs: copy devid in btrfs_partially_delete_raid_extent()robbieko-0/+3
2026-04-21btrfs: handle unexpected free-space-tree key typesDavid Sterba-3/+15
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana-0/+2
2026-04-21btrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone-1/+1
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo-4/+3
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo-4/+15
2026-04-21btrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone-4/+10
2026-04-21btrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone-0/+6
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone-0/+6
2026-04-20Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds-73/+202
2026-04-20Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-173/+142
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-1145/+3517
2026-04-20fsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein-3/+36
2026-04-20isofs: use QSTR_LEN() in isofs_cmpThorsten Blum-9/+2
2026-04-20isofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito-1/+1
2026-04-20isofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito-0/+9
2026-04-20fanotify: Fix spelling mistake "enforecement" -> "enforcement"Ethan Carter Edwards-1/+1
2026-04-19Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+5
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+13
2026-04-19cifs: update internal module version numberSteve French-2/+2
2026-04-19smb: client: compress: fix bad encoding on last LZ77 flagEnzo Matsumiya-1/+1
2026-04-18eventfs: Hold eventfs_mutex and SRCU when remount walks eventsDavid Carlier-1/+21
2026-04-18eventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier-1/+1
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee-1/+48
2026-04-18ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani-0/+2
2026-04-18ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani-4/+12
2026-04-18ksmbd: fix use-after-free in smb2_open during durable reconnectAkif-8/+5
2026-04-18ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito-5/+23
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang-1/+1
2026-04-18ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito-4/+13
2026-04-18ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito-9/+13
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito-0/+2
2026-04-18userfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov-2/+0
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song-11/+11
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song-2/+2
2026-04-18ntfs: fix potential 32-bit truncation in ntfs_write_cb()Dan Carpenter-1/+2
2026-04-18ntfs: fix uninitialized variable in ntfs_map_runlist_nolockNamjae Jeon-1/+1
2026-04-18ntfs: delete dead codeDan Carpenter-4/+3
2026-04-18ntfs: add missing error code in ntfs_mft_record_alloc()Dan Carpenter-0/+1
2026-04-18ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()Namjae Jeon-1/+4
2026-04-18ntfs: fix uninitialized pointer in ntfs_write_mft_blockNamjae Jeon-2/+2
2026-04-18ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_residentNamjae Jeon-1/+1
2026-04-18ntfs: remove noop_direct_IO from address_space_operationsHyunchul Lee-1/+0
2026-04-18ntfs: limit memory allocation in ntfs_attr_readallHyunchul Lee-0/+14
2026-04-18ntfs: not zero out range beyond init in punch_holeHyunchul Lee-12/+21
2026-04-18ntfs: zero out stale data in straddle block beyond initialized_sizeHyunchul Lee-11/+45
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-377/+597
2026-04-17Merge tag 'for-linus-7.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-73/+411