index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]