summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-11-05binfmt_misc: restore write access before closing files opened by open_exec()Zilin Guan
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari
2025-11-05Fix a drop_nlink warning in minix_renameJori Koolstra
2025-11-05Fix a drop_nlink warning in minix_rmdirJori Koolstra
2025-11-05Add error handling to minix filesystem for inode corruption detectionJori Koolstra
2025-11-05xfs: support sub-block aligned vectors in always COW modeChristoph Hellwig
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo
2025-11-05xfs: error tag to force zeroing on debug kernelsBrian Foster
2025-11-05iomap: remove old partial eof zeroing optimizationBrian Foster
2025-11-05xfs: fill dirty folios on zero range of unwritten mappingsBrian Foster
2025-11-05xfs: always trim mapping to requested range for zero rangeBrian Foster
2025-11-05iomap: optional zero range dirty folio processingBrian Foster
2025-11-05iomap: remove pos+len BUG_ON() to after folio lookupBrian Foster
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong
2025-11-05fuse: use iomap for readaheadJoanne Koong
2025-11-05fuse: use iomap for read_folioJoanne Koong
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong
2025-11-05iomap: move buffered io bio logic into new fileChristoph Hellwig [1]
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong
2025-11-05iomap: set accurate iter->pos when reading folio rangesJoanne Koong
2025-11-05iomap: track pending read bytes more optimallyJoanne Koong
2025-11-05fs: fully sync all fses even for an emergency syncQu Wenruo