summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-07smb: client: validate change notify buffer before copyJoshua Rogers
2025-11-07Merge tag 'v6.18-rc4-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-11-06Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2025-11-07erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang
2025-11-06hfs: fix potential use after free in hfs_correct_next_unused_CNID()Dan Carpenter
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06ext4: add two trace points for moving extentsZhang Yi
2025-11-06ext4: add large folios support for moving extentsZhang Yi
2025-11-06ext4: switch to using the new extent movement methodZhang Yi
2025-11-06ext4: introduce mext_move_extent()Zhang Yi
2025-11-06ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()Zhang Yi
2025-11-06ext4: refactor mext_check_arguments()Zhang Yi
2025-11-06ext4: add mext_check_validity() to do basic checkZhang Yi
2025-11-06ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()Zhang Yi
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi
2025-11-06ext4: correct the checking of quota files before moving extentsZhang Yi
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N
2025-11-06ext4: make error code in __ext4fs_dirhash() consistent.Julian Sun
2025-11-06xfs: free xfs_busy_extents structure when no RT extents are queuedChristoph Hellwig
2025-11-05coredump: use override credential guardChristian Brauner
2025-11-05coredump: use prepare credential guardChristian Brauner
2025-11-05coredump: split out do_coredump() from vfs_coredump()Christian Brauner
2025-11-05coredump: mark struct mm_struct as constChristian Brauner
2025-11-05coredump: pass struct linux_binfmt as constChristian Brauner
2025-11-05coredump: move revert_cred() before coredump_cleanup()Christian Brauner
2025-11-05xfs: use super write guard in xfs_file_ioctl()Christian Brauner
2025-11-05open: use super write guard in do_ftruncate()Christian Brauner
2025-11-05btrfs: use super write guard in relocating_repair_kthread()Christian Brauner
2025-11-05ext4: use super write guard in write_mmp_block()Christian Brauner
2025-11-05btrfs: use super write guard in sb_start_write()Christian Brauner
2025-11-05btrfs: use super write guard btrfs_run_defrag_inode()Christian Brauner
2025-11-05btrfs: use super write guard in btrfs_reclaim_bgs_work()Christian Brauner
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan
2025-11-05btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan
2025-11-05btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana
2025-11-05btrfs: zoned: fix stripe width calculationNaohiro Aota
2025-11-05btrfs: zoned: fix conventional zone capacity calculationNaohiro Aota
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig
2025-11-05xfs: fix various problems in xfs_atomic_write_cow_iomap_beginDarrick J. Wong
2025-11-05xfs: fix delalloc write failures in software-provided atomic writesDarrick J. Wong
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal
2025-11-05btrfs: use blkdev_report_zones_cached()Damien Le Moal
2025-11-05xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_superYongpeng Yang
2025-11-05isofs: check the return value of sb_min_blocksize() in isofs_fill_superYongpeng Yang
2025-11-05exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang
2025-11-05vfat: fix missing sb_min_blocksize() return value checksYongpeng Yang