| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | btrfs: fix incomplete parameter rename in btrfs_decompress() | Zhen Ni | 1 | -1/+2 |
| 10 days | btrfs: enable encoded read/write/send for bs > ps cases | Qu Wenruo | 1 | -5/+4 |
| 10 days | btrfs: simplify list initialization in btrfs_compr_pool_scan() | Baolin Liu | 1 | -3/+1 |
| 10 days | btrfs: remove btrfs_fs_info::compressed_write_workers | Qu Wenruo | 1 | -19/+8 |
| 10 days | btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode | Qu Wenruo | 1 | -4/+2 |
| 2025-09-23 | btrfs: prepare compression folio alloc/free for bs > ps cases | Qu Wenruo | 1 | -12/+30 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 1 | -1/+1 |
| 2025-09-23 | btrfs: rename btrfs_compress_op to btrfs_compress_levels | Qu Wenruo | 1 | -7/+7 |
| 2025-09-23 | btrfs: cleanup the per-module compression workspace managers | Qu Wenruo | 1 | -54/+1 |
| 2025-09-23 | btrfs: migrate to use per-fs workspace manager | Qu Wenruo | 1 | -9/+9 |
| 2025-09-23 | btrfs: add generic workspace manager initialization | Qu Wenruo | 1 | -0/+66 |
| 2025-09-23 | btrfs: add workspace manager initialization for zstd | Qu Wenruo | 1 | -0/+18 |
| 2025-09-23 | btrfs: add an fs_info parameter for compression workspace manager | Qu Wenruo | 1 | -35/+38 |
| 2025-09-22 | btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios() | Qu Wenruo | 1 | -6/+6 |
| 2025-09-22 | btrfs: try to search for data csums in commit root | Boris Burkov | 1 | -0/+1 |
| 2025-09-18 | btrfs: reject invalid compression level | Qu Wenruo | 1 | -9/+13 |
| 2025-07-21 | btrfs: use pgoff_t for page index variables | David Sterba | 1 | -6/+6 |
| 2025-07-21 | btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev... | George Hu | 1 | -1/+1 |
| 2025-07-21 | btrfs: use our message helpers instead of pr_err/pr_warn/pr_info | David Sterba | 1 | -5/+5 |
| 2025-05-15 | btrfs: rename ret2 to ret in btrfs_submit_compressed_read() | David Sterba | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename ret to status in btrfs_submit_compressed_read() | David Sterba | 1 | -5/+5 |
| 2025-05-15 | btrfs: simplify reading bio status in end_compressed_writeback() | David Sterba | 1 | -3/+3 |
| 2025-05-15 | btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page() | Christoph Hellwig | 1 | -3/+6 |
| 2025-05-15 | btrfs: rename remaining exported extent map functions | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: rename functions to allocate and free extent maps | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename extent map functions to get block start, end and check if in tree | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: rename exported extent map compression functions | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: add btrfs prefix to main lock, try lock and unlock extent functions | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: use folio_contains() for EOF detection | Qu Wenruo | 1 | -1/+1 |
| 2025-05-15 | btrfs: fix the file offset calculation inside btrfs_decompress_buf2page() | Qu Wenruo | 1 | -1/+17 |
| 2025-05-02 | btrfs: compression: adjust cb->compressed_folios allocation type | Kees Cook | 1 | -1/+1 |
| 2025-03-18 | btrfs: defrag: extend ioctl to accept compression levels | Daniel Vacek | 1 | -0/+10 |
| 2025-03-18 | btrfs: zstd: enable negative compression levels mount option | Daniel Vacek | 1 | -11/+10 |
| 2024-11-11 | btrfs: use filemap_get_folio() helper | Anand Jain | 1 | -1/+1 |
| 2024-11-11 | btrfs: rename btrfs_folio_(set|start|end)_writer_lock() | Qu Wenruo | 1 | -1/+1 |
| 2024-11-11 | btrfs: unify to use writer locks for subpage locking | Qu Wenruo | 1 | -2/+1 |
| 2024-11-11 | btrfs: drop unused parameter level from alloc_heuristic_ws() | David Sterba | 1 | -2/+2 |
| 2024-11-11 | btrfs: lzo: drop unused paramter level from lzo_alloc_workspace() | David Sterba | 1 | -1/+1 |
| 2024-11-11 | btrfs: compression: add an ASSERT() to ensure the read-in length is sane | Qu Wenruo | 1 | -0/+3 |
| 2024-09-10 | btrfs: convert btrfs_decompress() to take a folio | Li Zetao | 1 | -7/+7 |
| 2024-09-10 | btrfs: convert zstd_decompress() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert lzo_decompress() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert zlib_decompress() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: do not hold the extent lock for entire read | Josef Bacik | 1 | -1/+1 |
| 2024-09-10 | btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() | David Sterba | 1 | -2/+2 |
| 2024-09-10 | btrfs: convert add_ra_bio_pages() to use only folios | Josef Bacik | 1 | -29/+33 |
| 2024-07-11 | btrfs: fix extent map use-after-free when adding pages to compressed bio | Filipe Manana | 1 | -1/+1 |
| 2024-07-11 | btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array() | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: pass a btrfs_inode to btrfs_compress_heuristic() | David Sterba | 1 | -2/+2 |
| 2024-07-11 | btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode | David Sterba | 1 | -1/+1 |
| 2024-07-11 | btrfs: remove extent_map::block_start member | Qu Wenruo | 1 | -1/+2 |
| 2024-07-11 | btrfs: remove extent_map::block_len member | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: remove extent_map::orig_start member | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: fix misspelled end IO compression callbacks | Filipe Manana | 1 | -4/+4 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -1/+1 |
| 2024-05-07 | btrfs: compression: migrate compression/decompression paths to folios | Qu Wenruo | 1 | -45/+45 |
| 2024-05-07 | btrfs: compression: convert page allocation to folio interfaces | Qu Wenruo | 1 | -12/+12 |
| 2024-05-07 | btrfs: compression: add error handling for missed page cache | Qu Wenruo | 1 | -0/+23 |
| 2024-03-05 | btrfs: compression: remove dead comments in btrfs_compress_heuristic() | Qu Wenruo | 1 | -5/+0 |
| 2024-03-04 | btrfs: add helper to get fs_info from struct inode pointer | David Sterba | 1 | -3/+3 |
| 2024-03-04 | btrfs: add helpers to get fs_info from page/folio pointers | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -4/+1 |
| 2024-01-18 | btrfs: zlib: fix and simplify the inline extent decompression | Qu Wenruo | 1 | -7/+16 |
| 2023-12-15 | btrfs: migrate various end io functions to folios | Qu Wenruo | 1 | -4/+4 |
| 2023-12-15 | btrfs: migrate subpage code to folio interfaces | Qu Wenruo | 1 | -3/+4 |
| 2023-12-15 | btrfs: refactor alloc_extent_buffer() to allocate-then-attach method | Qu Wenruo | 1 | -1/+1 |
| 2023-12-15 | btrfs: use the flags of an extent map to identify the compression type | Filipe Manana | 1 | -2/+2 |
| 2023-12-15 | btrfs: use shrinker for compression page pool | David Sterba | 1 | -0/+102 |
| 2023-12-15 | btrfs: use page alloc/free wrappers for compression pages | David Sterba | 1 | -1/+15 |
| 2023-10-12 | btrfs: rename errno identifiers to error | David Sterba | 1 | -3/+3 |
| 2023-06-19 | btrfs: make btrfs_compressed_bioset static | Ben Dooks | 1 | -1/+1 |
| 2023-06-19 | btrfs: use btrfs_finish_ordered_extent to complete compressed writes | Christoph Hellwig | 1 | -7/+2 |
| 2023-06-19 | btrfs: add an ordered_extent pointer to struct btrfs_bio | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-19 | btrfs: pass an ordered_extent to btrfs_submit_compressed_write | Christoph Hellwig | 1 | -14/+15 |
| 2023-06-19 | btrfs: limit write bios to a single ordered extent | Christoph Hellwig | 1 | -2/+0 |
| 2023-06-19 | btrfs: stop setting PageError in the data I/O path | Christoph Hellwig | 1 | -2/+0 |
| 2023-06-19 | btrfs: remove the mirror_num argument to btrfs_submit_compressed_read | Christoph Hellwig | 1 | -2/+2 |
| 2023-06-19 | btrfs: use SECTOR_SHIFT to convert physical offset to LBA | Anand Jain | 1 | -1/+1 |
| 2023-04-17 | btrfs: introduce btrfs_bio::fs_info member | Qu Wenruo | 1 | -1/+2 |
| 2023-04-17 | btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write | Christoph Hellwig | 1 | -8/+0 |
| 2023-04-17 | btrfs: simplify adding pages in btrfs_add_compressed_bio_pages | Christoph Hellwig | 1 | -27/+7 |
| 2023-04-17 | btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pages | Christoph Hellwig | 1 | -7/+6 |
| 2023-04-17 | btrfs: store a pointer to the original btrfs_bio in struct compressed_bio | Christoph Hellwig | 1 | -7/+8 |
| 2023-04-17 | btrfs: pass a btrfs_bio to btrfs_submit_compressed_read | Christoph Hellwig | 1 | -8/+8 |
| 2023-04-17 | btrfs: pass a btrfs_bio to btrfs_submit_bio | Christoph Hellwig | 1 | -2/+2 |
| 2023-04-17 | btrfs: move zero filling of compressed read bios into common code | Christoph Hellwig | 1 | -0/+2 |
| 2023-04-17 | btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work | Christoph Hellwig | 1 | -9/+4 |
| 2023-04-17 | btrfs: don't clear page->mapping in btrfs_free_compressed_pages | Christoph Hellwig | 1 | -6/+2 |
| 2023-04-17 | btrfs: factor out a btrfs_free_compressed_pages helper | Christoph Hellwig | 1 | -28/+13 |
| 2023-04-17 | btrfs: factor out a btrfs_add_compressed_bio_pages helper | Christoph Hellwig | 1 | -63/+41 |
| 2023-04-17 | btrfs: use the bbio file offset in add_ra_bio_pages | Christoph Hellwig | 1 | -8/+1 |
| 2023-04-17 | btrfs: use the bbio file offset in btrfs_submit_compressed_read | Christoph Hellwig | 1 | -4/+1 |
| 2023-04-17 | btrfs: remove redundant free_extent_map in btrfs_submit_compressed_read | Christoph Hellwig | 1 | -2/+0 |
| 2023-04-17 | btrfs: embed a btrfs_bio into struct compressed_bio | Christoph Hellwig | 1 | -78/+68 |
| 2023-02-15 | btrfs: split zone append bios in btrfs_submit_bio | Christoph Hellwig | 1 | -90/+22 |
| 2023-02-15 | btrfs: remove the fs_info argument to btrfs_submit_bio | Christoph Hellwig | 1 | -2/+2 |
| 2023-02-15 | btrfs: remove stripe boundary calculation for compressed I/O | Qu Wenruo | 1 | -97/+33 |
| 2023-02-15 | btrfs: handle recording of zoned writes in the storage layer | Christoph Hellwig | 1 | -1/+0 |
| 2023-02-15 | btrfs: handle checksum generation in the storage layer | Christoph Hellwig | 1 | -9/+0 |
| 2023-02-15 | btrfs: simplify the btrfs_csum_one_bio calling convention | Christoph Hellwig | 1 | -2/+4 |
| 2023-02-15 | btrfs: handle checksum validation and repair at the storage layer | Christoph Hellwig | 1 | -39/+2 |
| 2023-02-15 | btrfs: pre-load data checksum for reads in btrfs_submit_bio | Christoph Hellwig | 1 | -6/+0 |
| 2023-02-15 | btrfs: save the bio iter for checksum validation in common code | Christoph Hellwig | 1 | -4/+0 |
| 2023-02-15 | btrfs: simplify parameters of btrfs_lookup_bio_sums | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-15 | btrfs: add a btrfs_inode pointer to struct btrfs_bio | Christoph Hellwig | 1 | -1/+2 |
| 2023-02-15 | btrfs: fix spelling mistakes found using codespell | Colin Ian King | 1 | -2/+2 |
| 2023-02-13 | btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro | Yushan Zhou | 1 | -1/+1 |
| 2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig | 1 | -1/+1 |
| 2022-12-05 | btrfs: constify input buffer parameter in compression code | David Sterba | 1 | -2/+2 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_check_data_csum | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_repair_one_sector | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: change how repair action is passed to btrfs_repair_one_sector | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: move super_block specific helpers into super.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move file-item prototypes into their own header | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: make module init/exit match their sequence | Qu Wenruo | 1 | -1/+2 |
| 2022-11-08 | fs: fix leaked psi pressure state | Johannes Weiner | 1 | -6/+8 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -16/+15 |
| 2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+12 |
| 2022-09-26 | btrfs: unify the lock/unlock extent variants | Josef Bacik | 1 | -3/+3 |
| 2022-09-26 | btrfs: rename clean_io_failure and remove extraneous args | Josef Bacik | 1 | -3/+2 |
| 2022-09-26 | btrfs: give struct btrfs_bio a real end_io handler | Christoph Hellwig | 1 | -24/+17 |
| 2022-09-26 | btrfs: pass the operation to btrfs_bio_alloc | Christoph Hellwig | 1 | -3/+1 |
| 2022-09-20 | btrfs: add manual PSI accounting for compressed reads | Christoph Hellwig | 1 | -2/+12 |
| 2022-09-11 | btrfs: convert end_compressed_writeback() to use filemap_get_folios() | Vishal Moola (Oracle) | 1 | -16/+15 |
| 2022-08-03 | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -257/+102 |
| 2022-07-25 | btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read | Christoph Hellwig | 1 | -22/+2 |
| 2022-07-25 | btrfs: fix repair of compressed extents | Christoph Hellwig | 1 | -113/+58 |
| 2022-07-25 | btrfs: simplify the pending I/O counting in struct compressed_bio | Christoph Hellwig | 1 | -95/+30 |
| 2022-07-25 | btrfs: do not return errors from btrfs_map_bio | Christoph Hellwig | 1 | -6/+2 |
| 2022-07-25 | btrfs: remove btrfs_end_io_wq | Christoph Hellwig | 1 | -4/+0 |
| 2022-07-25 | btrfs: don't use btrfs_bio_wq_end_io for compressed writes | Christoph Hellwig | 1 | -22/+22 |
| 2022-07-25 | btrfs: remove redundant calls to flush_dcache_page | David Sterba | 1 | -2/+0 |
| 2022-07-25 | btrfs: introduce a data checksum checking helper | Qu Wenruo | 1 | -9/+4 |
| 2022-07-14 | fs/btrfs: Use the enum req_op and blk_opf_t types | Bart Van Assche | 1 | -3/+3 |
| 2022-05-16 | btrfs: derive compression type from extent map during reads | Goldwyn Rodrigues | 1 | -5/+5 |
| 2022-05-16 | btrfs: do not return errors from btrfs_submit_compressed_read | Christoph Hellwig | 1 | -6/+5 |
| 2022-05-16 | btrfs: do not pass compressed_bio to submit_compressed_bio() | Goldwyn Rodrigues | 1 | -3/+2 |
| 2022-05-16 | btrfs: factor out allocating an array of pages | Sweet Tea Dorminy | 1 | -21/+15 |
| 2022-04-06 | btrfs: fix btrfs_submit_compressed_write cgroup attribution | Dennis Zhou | 1 | -0/+8 |
| 2022-03-14 | btrfs: do not double complete bio on errors during compressed reads | Josef Bacik | 1 | -6/+14 |
| 2022-03-14 | btrfs: track compressed bio errors as blk_status_t | Josef Bacik | 1 | -11/+13 |
| 2022-03-14 | btrfs: remove the bio argument from finish_compressed_bio_read | Josef Bacik | 1 | -5/+3 |
| 2022-03-14 | btrfs: check correct bio in finish_compressed_bio_read | Josef Bacik | 1 | -1/+1 |
| 2022-03-14 | btrfs: add BTRFS_IOC_ENCODED_WRITE | Omar Sandoval | 1 | -2/+5 |
| 2022-03-14 | btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio() | Omar Sandoval | 1 | -1/+1 |
| 2022-01-07 | btrfs: remove unnecessary parameter type from compression_decompress_bio | Su Yue | 1 | -4/+4 |
| 2022-01-03 | btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root | Josef Bacik | 1 | -1/+2 |
| 2021-11-01 | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -277/+404 |
| 2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
| 2021-10-27 | Revert "btrfs: compression: drop kmap/kunmap from generic helpers" | David Sterba | 1 | -1/+2 |
| 2021-10-26 | btrfs: subpage: make end_compressed_bio_writeback() compatible | Qu Wenruo | 1 | -1/+3 |
| 2021-10-26 | btrfs: subpage: make btrfs_submit_compressed_write() compatible | Qu Wenruo | 1 | -1/+2 |
| 2021-10-26 | btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr... | Qu Wenruo | 1 | -82/+59 |
| 2021-10-26 | btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr... | Qu Wenruo | 1 | -71/+97 |
| 2021-10-26 | btrfs: introduce alloc_compressed_bio() for compression | Qu Wenruo | 1 | -32/+58 |
| 2021-10-26 | btrfs: introduce submit_compressed_bio() for compression | Qu Wenruo | 1 | -26/+19 |
| 2021-10-26 | btrfs: handle errors properly inside btrfs_submit_compressed_write() | Qu Wenruo | 1 | -36/+62 |
| 2021-10-26 | btrfs: handle errors properly inside btrfs_submit_compressed_read() | Qu Wenruo | 1 | -50/+83 |
| 2021-10-26 | btrfs: subpage: add bitmap for PageChecked flag | Qu Wenruo | 1 | -2/+8 |
| 2021-10-26 | btrfs: introduce compressed_bio::pending_sectors to trace compressed bio | Qu Wenruo | 1 | -33/+42 |
| 2021-10-26 | btrfs: subpage: make add_ra_bio_pages() compatible | Qu Wenruo | 1 | -32/+58 |
| 2021-10-26 | btrfs: remove unused parameter nr_pages in add_ra_bio_pages() | Qu Wenruo | 1 | -2/+0 |
| 2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo | 1 | -8/+8 |
| 2021-10-26 | btrfs: remove btrfs_bio_alloc() helper | Qu Wenruo | 1 | -4/+8 |
| 2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-08-23 | btrfs: rework btrfs_decompress_buf2page() | Qu Wenruo | 1 | -79/+65 |
| 2021-08-23 | btrfs: grab correct extent map for subpage compressed extent read | Qu Wenruo | 1 | -3/+6 |
| 2021-08-23 | btrfs: disable compressed readahead for subpage | Qu Wenruo | 1 | -0/+10 |
| 2021-08-23 | btrfs: compression: drop kmap/kunmap from generic helpers | David Sterba | 1 | -2/+1 |
| 2021-08-23 | btrfs: drop from __GFP_HIGHMEM all allocations | David Sterba | 1 | -2/+1 |
| 2021-07-28 | btrfs: mark compressed range uptodate only if all bio succeed | Goldwyn Rodrigues | 1 | -1/+1 |
| 2021-06-22 | btrfs: remove a stale comment for btrfs_decompress_bio() | Qu Wenruo | 1 | -14/+0 |
| 2021-06-21 | btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() | Qu Wenruo | 1 | -3/+1 |
| 2021-06-21 | btrfs: fix comment about max_out in btrfs_compress_pages | Anand Jain | 1 | -3/+0 |
| 2021-06-21 | btrfs: optimize variables size in btrfs_submit_compressed_write | Anand Jain | 1 | -3/+3 |
| 2021-06-21 | btrfs: optimize variables size in btrfs_submit_compressed_read | Anand Jain | 1 | -3/+3 |
| 2021-06-21 | btrfs: reduce the variable size to fit nr_pages | Anand Jain | 1 | -3/+3 |
| 2021-06-21 | btrfs: reduce compressed_bio members' types | David Sterba | 1 | -1/+1 |
| 2021-06-21 | btrfs: zoned: factor out zoned device lookup | Johannes Thumshirn | 1 | -12/+4 |
| 2021-06-03 | Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+12 |
| 2021-05-27 | btrfs: fix compressed writes that cross stripe boundary | Qu Wenruo | 1 | -5/+12 |
| 2021-05-21 | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+38 |
| 2021-05-20 | btrfs: zoned: fix parallel compressed writes | Johannes Thumshirn | 1 | -4/+38 |
| 2021-05-05 | btrfs: use memzero_page() instead of open coded kmap pattern | Ira Weiny | 1 | -4/+1 |
| 2021-04-19 | btrfs: handle remount to no compress during compression | Qu Wenruo | 1 | -3/+8 |
| 2021-04-19 | btrfs: convert kmap to kmap_local_page, simple cases | Ira Weiny | 1 | -2/+2 |
| 2021-03-01 | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -4/+2 |
| 2021-02-26 | btrfs: use memcpy_[to|from]_page() and kmap_local_page() | Ira Weiny | 1 | -4/+2 |
| 2021-02-22 | btrfs: make check_compressed_csum() to be subpage compatible | Qu Wenruo | 1 | -13/+26 |
| 2021-02-22 | btrfs: make btrfs_submit_compressed_read() subpage compatible | Qu Wenruo | 1 | -6/+17 |
| 2021-02-08 | btrfs: introduce btrfs_subpage for data inodes | Qu Wenruo | 1 | -2/+8 |
| 2020-12-09 | btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs | Qu Wenruo | 1 | -3/+2 |
| 2020-12-09 | btrfs: drop casts of bio bi_sector | David Sterba | 1 | -2/+2 |
| 2020-12-08 | btrfs: remove unnecessary local variables for checksum size | David Sterba | 1 | -4/+2 |
| 2020-12-08 | btrfs: switch cached fs_info::csum_size from u16 to u32 | David Sterba | 1 | -4/+3 |
| 2020-12-08 | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba | 1 | -3/+3 |
| 2020-12-08 | btrfs: introduce mount option rescue=ignorebadroots | Josef Bacik | 1 | -1/+1 |
| 2020-12-08 | btrfs: push the NODATASUM check into btrfs_lookup_bio_sums | Josef Bacik | 1 | -9/+5 |
| 2020-10-07 | btrfs: compression: move declarations to header | David Sterba | 1 | -35/+0 |