summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-09-10btrfs: remove btrfs_folio_end_all_writers()Qu Wenruo
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-09-10btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana
2024-09-10btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani
2024-09-10btrfs: convert copy_inline_to_page() to use folioLi Zetao
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao
2024-09-10btrfs: convert zstd_decompress() to take a folioLi Zetao
2024-09-10btrfs: convert lzo_decompress() to take a folioLi Zetao
2024-09-10btrfs: convert zlib_decompress() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_state() to take a folioLi Zetao
2024-09-10btrfs: convert submit_eb_page() to take a folioLi Zetao
2024-09-10btrfs: convert submit_eb_subpage() to take a folioLi Zetao
2024-09-10btrfs: convert read_key_bytes() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_subpage_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: convert get_next_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao
2024-09-10btrfs: make compression path to be subpage compatibleQu Wenruo
2024-09-10btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo
2024-09-10btrfs: do not hold the extent lock for entire readJosef Bacik
2024-09-10btrfs: take the dio extent lock during O_DIRECT operationsJosef Bacik
2024-09-10btrfs: introduce EXTENT_DIO_LOCKEDJosef Bacik
2024-09-10btrfs: always pass readahead state to defragDavid Sterba
2024-09-10btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba
2024-09-10btrfs: return void from btrfs_add_inode_defrag()David Sterba
2024-09-10btrfs: clear defragmented inodes using postorder in btrfs_cleanup_defrag_inod...David Sterba
2024-09-10btrfs: rename __btrfs_run_defrag_inode() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename __btrfs_add_inode_defrag() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename __need_auto_defrag() and drop double underscoresDavid Sterba
2024-09-10btrfs: constify arguments of compare_inode_defrag()David Sterba
2024-09-10btrfs: rename __compare_inode_defrag() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename __btrfs_submit_bio() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-10btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo
2024-09-10btrfs: remove the nr_ret parameter from __extent_writepage_io()Qu Wenruo
2024-09-10btrfs: send: fix grammar in commentsThorsten Blum
2024-09-10btrfs: qgroup: use xarray to track dirty extents in transactionJunchao Sun
2024-09-10btrfs: qgroup: use goto style to handle errors in add_delayed_ref()Junchao Sun
2024-09-10btrfs: refactor __extent_writepage_io() to do sector-by-sector submissionQu Wenruo
2024-09-10btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo
2024-09-10btrfs: reduce chunk_map lookups in btrfs_map_block()Johannes Thumshirn
2024-09-10btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctlFilipe Manana
2024-09-10btrfs: make btrfs_is_subpage() to return false directly for 4K page sizeQu Wenruo
2024-09-10btrfs: change RST lookup error message level to debugJohannes Thumshirn
2024-09-10btrfs: don't readahead the relocation inode on RSTJohannes Thumshirn
2024-09-10btrfs: set search_commit_root on stripe io in case of relocationJohannes Thumshirn
2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn