Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
0ceb34bf46d1a849b4d0659f8913bfcb14e5d482
/
fs
/
btrfs
/
extent_io.c
0ceb34b
btrfs: drop argument tree from submit_extent_page
by David Sterba
· 5 years ago
45b0840
btrfs: remove extent_page_data::tree
by David Sterba
· 5 years ago
41a2ee7
btrfs: introduce per-inode file extent tree
by Josef Bacik
· 5 years ago
5ab5805
btrfs: drop the -EBUSY case in __extent_writepage_io
by Josef Bacik
· 5 years ago
5750c37
btrfs: Correctly handle empty trees in find_first_clear_extent_bit
by Nikolay Borisov
· 5 years ago
42ffb0b
btrfs: flush write bio if we loop in extent_write_cache_pages
by Josef Bacik
· 5 years ago
556755a
btrfs: fix improper setting of scanned for range cyclic write cache pages
by Josef Bacik
· 5 years ago
c8b0403
btrfs: simplify compressed/inline check in __extent_writepage_io()
by Omar Sandoval
· 5 years ago
39b07b5
btrfs: drop create parameter to btrfs_get_extent()
by Omar Sandoval
· 5 years ago
f95d713
btrfs: remove redundant i_size check in __extent_writepage_io()
by Omar Sandoval
· 5 years ago
169d2c8
btrfs: remove trivial goto label in __extent_writepage()
by Omar Sandoval
· 5 years ago
eb70d22
btrfs: remove unnecessary pg_offset assignments in __extent_writepage()
by Omar Sandoval
· 5 years ago
b6293c8
btrfs: return error pointer from alloc_test_extent_buffer
by Dan Carpenter
· 5 years ago
fa17ed0
btrfs: drop bdev argument from submit_extent_page
by David Sterba
· 5 years ago
a019e9e
btrfs: remove extent_map::bdev
by David Sterba
· 5 years ago
1a41802
btrfs: drop bio_set_dev where not needed
by David Sterba
· 5 years ago
429aebc
btrfs: get bdev directly from fs_devices in submit_extent_page
by David Sterba
· 5 years ago
57e5ffe
btrfs: sink write_flags to __extent_writepage_io
by David Sterba
· 5 years ago
f7bddf1
btrfs: Avoid getting stuck during cyclic writebacks
by Tejun Heo
· 5 years ago
dbb70be
Btrfs: extent_write_locked_range() should attach inode->i_wb
by Chris Mason
· 5 years ago
ec39f76
Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios
by Chris Mason
· 5 years ago
1d53c9e
Btrfs: only associate the locked page with one async_chunk struct
by Chris Mason
· 5 years ago
b3f167a
btrfs: move the failrec tree stuff into extent-io-tree.h
by Josef Bacik
· 5 years ago
083e75e
btrfs: export find_delalloc_range
by Josef Bacik
· 5 years ago
9c7d3a5
btrfs: move extent_io_tree defs to their own header
by Josef Bacik
· 5 years ago
6f0d04f
btrfs: separate out the extent io init function
by Josef Bacik
· 5 years ago
33ca832
btrfs: separate out the extent leak code
by Josef Bacik
· 5 years ago
bb48a59
Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
0607eb1d
Btrfs: fix missing error return if writeback for extent buffer never started
by Filipe Manana
· 5 years ago
eb5b64f
btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer
by Dennis Zhou
· 5 years ago
7d14df2
Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
1b304a1
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
18dfa71
Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
by Filipe Manana
· 5 years ago
e182163
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
by Omar Sandoval
· 5 years ago
74e9194
btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc
by Nikolay Borisov
· 5 years ago
a18f877
Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
34e51a5
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
by Tejun Heo
· 6 years ago
e02d48e
btrfs: fix memory leak of path on error return path
by Colin Ian King
· 6 years ago
9978059
btrfs: Evaluate io_tree in find_lock_delalloc_range()
by Goldwyn Rodrigues
· 6 years ago
e749af44
btrfs: lift bio_set_dev from bio allocation helpers
by David Sterba
· 6 years ago
2792237
btrfs: use common helpers for extent IO state insertion messages
by David Sterba
· 6 years ago
00801ae
btrfs: switch extent_buffer write_locks from atomic to int
by David Sterba
· 6 years ago
f3dc24c
btrfs: switch extent_buffer spinning_writers from atomic to int
by David Sterba
· 6 years ago
06297d8
btrfs: switch extent_buffer blocking_writers from atomic to int
by David Sterba
· 6 years ago
8666e63
btrfs: Document __etree_search
by Nikolay Borisov
· 6 years ago
1eaebb3
btrfs: Don't trim returned range based on input value in find_first_clear_extent_bit
by Nikolay Borisov
· 6 years ago
23d31bd
btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range
by Nikolay Borisov
· 6 years ago
1200b51
btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails
by Qu Wenruo
· 6 years ago
5911c8f
btrfs: fiemap: preallocate ulists for btrfs_check_shared
by David Sterba
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
2b070cf
block: remove the i argument to bio_for_each_segment_all
by Christoph Hellwig
· 6 years ago
5c5aff9
btrfs: remove unused parameter fs_info from emit_last_fiemap_cache
by David Sterba
· 6 years ago
50489a5
btrfs: Remove bio_offset argument from submit_bio_hook
by Nikolay Borisov
· 6 years ago
c2ccfbc
btrfs: Remove 'tree' argument from read_extent_buffer_pages
by Nikolay Borisov
· 6 years ago
45bfcfc
btrfs: Implement find_first_clear_extent_bit
by Nikolay Borisov
· 6 years ago
4ca7365
btrfs: Implement set_extent_bits_nowait
by Nikolay Borisov
· 6 years ago
41e7acd
btrfs: Rename and export clear_btree_io_tree
by Nikolay Borisov
· 6 years ago
8f881e8
btrfs: get fs_info from eb in leaf_data_end
by David Sterba
· 6 years ago
0ab0206
btrfs: get fs_info from eb in write_one_eb
by David Sterba
· 6 years ago
20a1fbf9
btrfs: get fs_info from eb in repair_eb_io_failure
by David Sterba
· 6 years ago
9df76fb
btrfs: get fs_info from eb in lock_extent_buffer_for_io
by David Sterba
· 6 years ago
290342f
btrfs: use BUG() instead of BUG_ON(1)
by Arnd Bergmann
· 6 years ago
d4eb671
btrfs: remove stale definition of BUFFER_LRU_MAX
by David Sterba
· 6 years ago
a2a72fb
btrfs: extent_io: Handle errors better in extent_writepages()
by Qu Wenruo
· 6 years ago
2e3c251
btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
by Qu Wenruo
· 6 years ago
02c6db4
btrfs: extent_io: Handle errors better in extent_write_locked_range()
by Qu Wenruo
· 6 years ago
e06808be
btrfs: extent_io: Kill dead condition in extent_write_cache_pages()
by Qu Wenruo
· 6 years ago
2b952ee
btrfs: extent_io: Handle errors better in btree_write_cache_pages()
by Qu Wenruo
· 6 years ago
3065976
btrfs: extent_io: Handle errors better in extent_write_full_page()
by Qu Wenruo
· 6 years ago
f434062
btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
by Qu Wenruo
· 6 years ago
d51f51b
btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
by Nikolay Borisov
· 6 years ago
e65ef21
btrfs: Exploit the fact that pages passed to extent_readpages are always contiguous
by Nikolay Borisov
· 6 years ago
ed1b4ed
btrfs: switch extent_buffer::lock_nested to bool
by David Sterba
· 6 years ago
c79adfc
btrfs: use assertion helpers for extent buffer write lock counters
by David Sterba
· 6 years ago
5c9c799
btrfs: use assertion helpers for extent buffer read lock counters
by David Sterba
· 6 years ago
afd495a
btrfs: use assertion helpers for spinning readers
by David Sterba
· 6 years ago
843ccf9
btrfs: use assertion helpers for spinning writers
by David Sterba
· 6 years ago
8882679
btrfs: Remove EXTENT_IOBITS
by Nikolay Borisov
· 6 years ago
4e586ca
btrfs: Remove EXTENT_WRITEBACK
by Nikolay Borisov
· 6 years ago
a1d1984
btrfs: tracepoints: Add trace events for extent_io_tree
by Qu Wenruo
· 6 years ago
43eb5f2
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
by Qu Wenruo
· 6 years ago
c258d6e
btrfs: Introduce fs_info to extent_io_tree
by Qu Wenruo
· 6 years ago
92825b0
Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
8e92821
Btrfs: fix corruption reading shared and compressed extents after hole punching
by Filipe Manana
· 6 years ago
bb58eb9
btrfs: extent_io: Kill the forward declaration of flush_write_bio
by Qu Wenruo
· 6 years ago
352646c
btrfs: Fix grossly misleading argument names in extent io search
by Nikolay Borisov
· 6 years ago
ba8f520
btrfs: Remove EXTENT_FIRST_DELALLOC bit
by Nikolay Borisov
· 6 years ago
4ab47a8
btrfs: Remove unused arguments from btrfs_get_extent_fiemap
by Nikolay Borisov
· 6 years ago
6dc4f10
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
by Ming Lei
· 6 years ago
c3a7ce7
btrfs: use mp_bvec_last_segment to get bio's last page
by Ming Lei
· 6 years ago
8a2ee44
btrfs: look at bi_size for repair decisions
by Christoph Hellwig
· 6 years ago
f86196e
fs: don't open code lru_to_page()
by Nikolay Borisov
· 6 years ago
52042d8
btrfs: Fix typos in comments and strings
by Andrea Gelmini
· 6 years ago
61ed3a1
btrfs: Refactor main loop in extent_readpages
by Nikolay Borisov
· 6 years ago
7073017
btrfs: use offset_in_page instead of open-coding it
by Johannes Thumshirn
· 6 years ago
3522e90
btrfs: remove always true if branch in find_delalloc_range
by Lu Fengqi
· 6 years ago
da12fe5
btrfs: Refactor btrfs_merge_bio_hook
by Nikolay Borisov
· 6 years ago
cc2c39d
btrfs: don't initialize 'offset' in map_private_extent_buffer()
by Johannes Thumshirn
· 6 years ago
78e62c0
btrfs: Remove extent_io_ops::readpage_io_failed_hook
by Nikolay Borisov
· 6 years ago
Next »