index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]