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
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
2018-12-17
btrfs: Remove extent_io_ops::readpage_io_failed_hook
Nikolay Borisov
1
-36
/
+35
2018-12-17
btrfs: replace btrfs_io_bio::end_io with a simple helper
David Sterba
1
-2
/
+1
2018-12-17
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
Johannes Thumshirn
1
-11
/
+2
2018-12-17
btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range
Nikolay Borisov
1
-1
/
+1
2018-12-17
btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
Nikolay Borisov
1
-6
/
+5
2018-12-17
btrfs: use tagged writepage to mitigate livelock of snapshot
Ethan Lien
1
-2
/
+15
2018-12-17
btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...
Nikolay Borisov
1
-7
/
+5
2018-12-17
btrfs: Remove extent_page_data argument from writepage_delalloc
Nikolay Borisov
1
-7
/
+4
2018-12-17
btrfs: Move epd::extent_locked check to writepage_delalloc's caller
Nikolay Borisov
1
-7
/
+8
2018-12-17
btrfs: Adjust loop in free_extent_buffer
Nikolay Borisov
1
-1
/
+3
2018-12-17
btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing
Nikolay Borisov
1
-11
/
+0
2018-12-17
btrfs: Remove extent_io_ops::split_extent_hook callback
Nikolay Borisov
1
-8
/
+2
2018-12-17
btrfs: Remove extent_io_ops::merge_extent_hook callback
Nikolay Borisov
1
-9
/
+8
2018-12-17
btrfs: Remove extent_io_ops::clear_bit_hook callback
Nikolay Borisov
1
-8
/
+4
2018-12-17
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
1
-8
/
+3
2018-12-17
btrfs: Remove extent_io_ops::check_extent_io_range callback
Nikolay Borisov
1
-3
/
+12
2018-12-17
btrfs: Remove extent_io_ops::writepage_end_io_hook
Nikolay Borisov
1
-21
/
+12
2018-12-17
btrfs: Remove extent_io_ops::writepage_start_hook
Nikolay Borisov
1
-13
/
+10
2018-12-17
btrfs: Remove extent_io_ops::fill_delalloc
Nikolay Borisov
1
-11
/
+9
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-7
/
+5
2018-10-21
btrfs: Convert page cache to XArray
Matthew Wilcox
1
-5
/
+3
2018-10-21
pagevec: Use xa_mark_t
Matthew Wilcox
1
-2
/
+2
2018-10-15
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
1
-1
/
+12
2018-10-15
Btrfs: skip set_page_dirty if eb pages are already dirty
Liu Bo
1
-4
/
+5
2018-10-15
Btrfs: assert page dirty bit on extent buffer pages
Liu Bo
1
-0
/
+6
2018-10-15
Btrfs: use next_state in find_first_extent_bit
Liu Bo
1
-6
/
+1
2018-08-17
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
1
-1
/
+1
2018-08-06
btrfs: drop extent_io_ops::set_range_writeback callback
David Sterba
1
-9
/
+1
2018-08-06
btrfs: drop extent_io_ops::merge_bio_hook callback
David Sterba
1
-2
/
+2
2018-08-06
btrfs: drop extent_io_ops::tree_fs_info callback
David Sterba
1
-10
/
+4
2018-08-06
btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED
Nikolay Borisov
1
-5
/
+5
2018-08-06
btrfs: Document locking requirement via lockdep_assert_held
Nikolay Borisov
1
-1
/
+2
2018-08-06
btrfs: rename btrfs_release_extent_buffer_page
David Sterba
1
-4
/
+4
2018-08-06
btrfs: Refactor loop in btrfs_release_extent_buffer_page
Nikolay Borisov
1
-9
/
+6
2018-08-06
btrfs: Reword dodgy comments in alloc_extent_buffer
Nikolay Borisov
1
-9
/
+8
2018-08-06
btrfs: Simplify page unlocking in alloc_extent_buffer
Nikolay Borisov
1
-7
/
+2
2018-08-06
btrfs: open-code bio_set_op_attrs
David Sterba
1
-1
/
+1
2018-08-06
btrfs: switch types to int when counting eb pages
David Sterba
1
-22
/
+22
2018-08-06
btrfs: pass only eb to num_extent_pages
David Sterba
1
-15
/
+15
2018-07-21
Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+5
2018-07-19
Btrfs: fix file data corruption after cloning a range and fsync
Filipe Manana
1
-2
/
+5
2018-06-26
Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+4
2018-06-21
Btrfs: fix physical offset reported by fiemap for inline extents
Filipe Manana
1
-1
/
+4
2018-06-15
Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+1
[next]