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
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2022-06-21
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota
1
-1
/
+2
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-8
/
+9
2022-05-16
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
1
-5
/
+1
2022-05-16
btrfs: rename bio_ctrl::bio_flags to compress_type
David Sterba
1
-10
/
+10
2022-05-16
btrfs: rename bio_flags in parameters and switch type
David Sterba
1
-14
/
+15
2022-05-16
btrfs: rename io_failure_record::bio_flags to compress_type
David Sterba
1
-3
/
+3
2022-05-16
btrfs: open code extent_set_compress_type helpers
David Sterba
1
-5
/
+3
2022-05-16
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
1
-7
/
+6
2022-05-16
btrfs: remove trivial helper update_nr_written
David Sterba
1
-9
/
+3
2022-05-16
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
1
-74
/
+48
2022-05-16
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
1
-2
/
+1
2022-05-16
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
1
-2
/
+33
2022-05-16
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
1
-1
/
+12
2022-05-16
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
1
-2
/
+6
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
1
-78
/
+37
2022-05-16
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
1
-12
/
+16
2022-05-16
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
1
-2
/
+2
2022-05-16
btrfs: use on-stack bio in repair_io_failure
Christoph Hellwig
1
-28
/
+24
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
1
-1
/
+2
2022-05-16
btrfs: wait between incomplete batch memory allocations
Sweet Tea Dorminy
1
-0
/
+6
2022-05-16
btrfs: allocate page arrays using bulk page allocator
Sweet Tea Dorminy
1
-8
/
+11
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
1
-16
/
+50
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
1
-35
/
+67
2022-05-16
btrfs: warn when extent buffer leak test fails
Qu Wenruo
1
-0
/
+1
2022-05-09
btrfs: Convert to release_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-04-26
Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-15
/
+29
2022-04-19
btrfs: fix direct I/O read repair for split bios
Christoph Hellwig
1
-0
/
+1
2022-04-19
btrfs: fix and document the zoned device choice in alloc_new_bio
Christoph Hellwig
1
-15
/
+28
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-17
/
+18
2022-03-22
Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-19
/
+26
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2022-03-15
btrfs: Convert extent_range_redirty_for_io() to use folios
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-15
btrfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-03-15
btrfs: Use folio_invalidate()
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-03-14
btrfs: zoned: put block group after final usage
Nikolay Borisov
1
-3
/
+4
2022-03-14
btrfs: do not clean up repair bio if submit fails
Josef Bacik
1
-8
/
+7
2022-03-14
btrfs: do not try to repair bio that has no mirror set
Josef Bacik
1
-0
/
+9
2022-03-14
btrfs: remove no longer used counter when reading data page
Filipe Manana
1
-4
/
+1
2022-03-14
btrfs: fix lost error return value when reading a data page
Filipe Manana
1
-0
/
+1
2022-03-14
btrfs: stop checking for NULL return from btrfs_get_extent()
Filipe Manana
1
-3
/
+3
2022-03-14
btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()
Johannes Thumshirn
1
-1
/
+1
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
1
-1
/
+0
2022-03-07
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
1
-3
/
+3
2022-03-06
Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+13
2022-03-02
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
1
-3
/
+13
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
1
-2
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-1
/
+1
2022-01-22
mm: remove cleancache
Christoph Hellwig
1
-10
/
+0
[next]