summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-11-24btrfs: avoid multiple i_size rounding in btrfs_truncate()Filipe Manana
2025-11-24btrfs: consistently round up or down i_size in btrfs_truncate()Filipe Manana
2025-11-24btrfs: add unlikely to unexpected error case in extent_writepages()Filipe Manana
2025-11-24btrfs: split assertion into two in extent_writepage_io()Filipe Manana
2025-11-24btrfs: use variable for end offset in extent_writepage_io()Filipe Manana
2025-11-24btrfs: truncate ordered extent when skipping writeback past i_sizeFilipe Manana
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo
2025-11-24btrfs: implement shutdown ioctlQu Wenruo
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo
2025-11-24btrfs: use end_pos variable where needed in btrfs_dirty_folio()Filipe Manana
2025-11-24btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov
2025-11-24btrfs: fix comment in alloc_bitmap() and drop stale TODORajeev Tapadia
2025-11-24btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà
2025-11-24btrfs: subpage: rename macro variables to avoid shadowingDavid Sterba
2025-11-24btrfs: refactor allocation size calculation in alloc_btrfs_io_context()Mehdi Ben Hadj Khelifa
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba
2025-11-24btrfs: print-tree: use string format for key namesDavid Sterba
2025-11-24btrfs: remove unnecessary NULL fs_info check from find_lock_delalloc_range()Qu Wenruo
2025-11-24btrfs: use single return value variable in btrfs_relocate_block_group()Filipe Manana
2025-11-24btrfs: ignore ENOMEM from alloc_bitmap()Boris Burkov
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown
2025-11-12btrfs: utilize IOP_FASTPERM_MAY_EXECMateusz Guzik
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-08btrfs: send: make use of -fms-extensions for defining struct fs_pathRasmus Villemoes
2025-11-05btrfs: use super write guard in relocating_repair_kthread()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-05btrfs: use blkdev_report_zones_cached()Damien Le Moal
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-30btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana
2025-10-30btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar
2025-10-30btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig
2025-10-29btrfs: push struct writeback_control into start_delalloc_inodesChristoph Hellwig
2025-10-29btrfs: use the local tmp_inode variable in start_delalloc_inodesChristoph Hellwig
2025-10-23Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-22btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()Amit Dhingra
2025-10-22btrfs: fix delayed_node ref_tracker use after freeLeo Martins