summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-11-24btrfs: remove fs_info argument from priority_reclaim_metadata_space()Filipe Manana1-7/+7
2025-11-24btrfs: remove fs_info argument from priority_reclaim_data_space()Filipe Manana1-3/+4
2025-11-24btrfs: remove fs_info argument from btrfs_try_granting_tickets()Filipe Manana4-13/+12
2025-11-24btrfs: avoid repeated computations in btrfs_mark_ordered_io_finished()Filipe Manana1-10/+8
2025-11-24btrfs: avoid multiple i_size rounding in btrfs_truncate()Filipe Manana1-10/+8
2025-11-24btrfs: consistently round up or down i_size in btrfs_truncate()Filipe Manana1-4/+4
2025-11-24btrfs: add unlikely to unexpected error case in extent_writepages()Filipe Manana1-1/+1
2025-11-24btrfs: split assertion into two in extent_writepage_io()Filipe Manana1-1/+3
2025-11-24btrfs: use variable for end offset in extent_writepage_io()Filipe Manana1-5/+5
2025-11-24btrfs: truncate ordered extent when skipping writeback past i_sizeFilipe Manana2-4/+22
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo3-0/+71
2025-11-24btrfs: implement shutdown ioctlQu Wenruo1-0/+41
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo6-3/+73
2025-11-24btrfs: use end_pos variable where needed in btrfs_dirty_folio()Filipe Manana1-4/+3
2025-11-24btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov3-17/+17
2025-11-24btrfs: fix comment in alloc_bitmap() and drop stale TODORajeev Tapadia1-5/+3
2025-11-24btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà1-10/+33
2025-11-24btrfs: subpage: rename macro variables to avoid shadowingDavid Sterba1-26/+17
2025-11-24btrfs: refactor allocation size calculation in alloc_btrfs_io_context()Mehdi Ben Hadj Khelifa1-6/+1
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba4-11/+4
2025-11-24btrfs: print-tree: use string format for key namesDavid Sterba1-1/+1
2025-11-24btrfs: remove unnecessary NULL fs_info check from find_lock_delalloc_range()Qu Wenruo1-2/+1
2025-11-24btrfs: use single return value variable in btrfs_relocate_block_group()Filipe Manana1-23/+16
2025-11-24btrfs: ignore ENOMEM from alloc_bitmap()Boris Burkov1-10/+4
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown1-29/+12
2025-11-12btrfs: utilize IOP_FASTPERM_MAY_EXECMateusz Guzik1-1/+11
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+34
2025-11-08btrfs: send: make use of -fms-extensions for defining struct fs_pathRasmus Villemoes1-19/+20
2025-11-05btrfs: use super write guard in relocating_repair_kthread()Christian Brauner1-3/+2
2025-11-05btrfs: use super write guard in sb_start_write()Christian Brauner1-2/+2
2025-11-05btrfs: use super write guard btrfs_run_defrag_inode()Christian Brauner1-4/+3
2025-11-05btrfs: use super write guard in btrfs_reclaim_bgs_work()Christian Brauner1-7/+3
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan1-1/+3
2025-11-05btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan1-0/+2
2025-11-05btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1
2025-11-05btrfs: zoned: fix stripe width calculationNaohiro Aota1-30/+26
2025-11-05btrfs: zoned: fix conventional zone capacity calculationNaohiro Aota1-2/+2
2025-11-05btrfs: use blkdev_report_zones_cached()Damien Le Moal1-5/+6
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+24
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-2/+3
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)8-30/+29
2025-10-30btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana2-1/+3
2025-10-30btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar1-1/+3
2025-10-30btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo1-0/+8
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-4/+1
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig1-11/+2
2025-10-29btrfs: push struct writeback_control into start_delalloc_inodesChristoph Hellwig1-30/+21