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
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+4
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-6
/
+4
2019-04-29
btrfs: remove unused parameter fs_info from emit_last_fiemap_cache
David Sterba
1
-3
/
+2
2019-04-29
btrfs: Remove bio_offset argument from submit_bio_hook
Nikolay Borisov
1
-8
/
+2
2019-04-29
btrfs: Remove 'tree' argument from read_extent_buffer_pages
Nikolay Borisov
1
-2
/
+2
2019-04-29
btrfs: Implement find_first_clear_extent_bit
Nikolay Borisov
1
-0
/
+73
2019-04-29
btrfs: Implement set_extent_bits_nowait
Nikolay Borisov
1
-0
/
+7
2019-04-29
btrfs: Rename and export clear_btree_io_tree
Nikolay Borisov
1
-0
/
+29
2019-04-29
btrfs: get fs_info from eb in leaf_data_end
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in write_one_eb
David Sterba
1
-3
/
+2
2019-04-29
btrfs: get fs_info from eb in repair_eb_io_failure
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from eb in lock_extent_buffer_for_io
David Sterba
1
-4
/
+3
2019-04-29
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
1
-4
/
+4
2019-04-29
btrfs: remove stale definition of BUFFER_LRU_MAX
David Sterba
1
-2
/
+0
2019-04-29
btrfs: extent_io: Handle errors better in extent_writepages()
Qu Wenruo
1
-3
/
+6
2019-04-29
btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
Qu Wenruo
1
-5
/
+22
2019-04-29
btrfs: extent_io: Handle errors better in extent_write_locked_range()
Qu Wenruo
1
-3
/
+6
2019-04-29
btrfs: extent_io: Kill dead condition in extent_write_cache_pages()
Qu Wenruo
1
-5
/
+0
2019-04-29
btrfs: extent_io: Handle errors better in btree_write_cache_pages()
Qu Wenruo
1
-3
/
+6
2019-04-29
btrfs: extent_io: Handle errors better in extent_write_full_page()
Qu Wenruo
1
-3
/
+21
2019-04-29
btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
Qu Wenruo
1
-14
/
+41
2019-04-29
btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
Nikolay Borisov
1
-2
/
+0
2019-04-29
btrfs: Exploit the fact that pages passed to extent_readpages are always cont...
Nikolay Borisov
1
-44
/
+14
2019-04-29
btrfs: switch extent_buffer::lock_nested to bool
David Sterba
1
-1
/
+1
2019-04-29
btrfs: use assertion helpers for extent buffer write lock counters
David Sterba
1
-1
/
+1
2019-04-29
btrfs: use assertion helpers for extent buffer read lock counters
David Sterba
1
-1
/
+1
2019-04-29
btrfs: use assertion helpers for spinning readers
David Sterba
1
-1
/
+1
2019-04-29
btrfs: use assertion helpers for spinning writers
David Sterba
1
-1
/
+4
2019-04-29
btrfs: Remove EXTENT_IOBITS
Nikolay Borisov
1
-6
/
+5
2019-04-29
btrfs: Remove EXTENT_WRITEBACK
Nikolay Borisov
1
-2
/
+1
2019-04-29
btrfs: tracepoints: Add trace events for extent_io_tree
Qu Wenruo
1
-0
/
+4
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
1
-1
/
+3
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
1
-2
/
+3
2019-03-12
Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+10
2019-02-27
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
1
-2
/
+2
2019-02-25
btrfs: extent_io: Kill the forward declaration of flush_write_bio
Qu Wenruo
1
-34
/
+32
2019-02-25
btrfs: Fix grossly misleading argument names in extent io search
Nikolay Borisov
1
-8
/
+8
2019-02-25
btrfs: Remove EXTENT_FIRST_DELALLOC bit
Nikolay Borisov
1
-2
/
+0
2019-02-25
btrfs: Remove unused arguments from btrfs_get_extent_fiemap
Nikolay Borisov
1
-2
/
+1
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-3
/
+6
2019-02-15
btrfs: use mp_bvec_last_segment to get bio's last page
Ming Lei
1
-2
/
+3
2019-02-15
btrfs: look at bi_size for repair decisions
Christoph Hellwig
1
-1
/
+1
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
1
-2
/
+1
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-2
/
+2
2018-12-17
btrfs: Refactor main loop in extent_readpages
Nikolay Borisov
1
-20
/
+14
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
1
-29
/
+24
2018-12-17
btrfs: remove always true if branch in find_delalloc_range
Lu Fengqi
1
-16
/
+16
2018-12-17
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
1
-2
/
+2
2018-12-17
btrfs: don't initialize 'offset' in map_private_extent_buffer()
Johannes Thumshirn
1
-1
/
+1
[next]