index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-06-26
1
-1
/
+4
|
\
|
*
Btrfs: fix physical offset reported by fiemap for inline extents
Filipe Manana
2018-06-21
1
-1
/
+4
*
|
Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-15
1
-3
/
+1
|
\
|
|
*
Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero
Robbie Ko
2018-06-07
1
-3
/
+1
*
|
Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-06-04
1
-52
/
+10
|
\
|
|
*
btrfs: Remove tree argument from extent_writepages
Nikolay Borisov
2018-05-28
1
-3
/
+2
|
*
btrfs: Remove redundant tree argument from extent_readpages
Nikolay Borisov
2018-05-28
1
-3
/
+3
|
*
btrfs: Remove map argument from try_release_extent_state
Nikolay Borisov
2018-05-28
1
-3
/
+2
|
*
btrfs: Sink extent_tree arguments in try_release_extent_mapping
Nikolay Borisov
2018-05-28
1
-3
/
+3
|
*
btrfs: clean up le_bitmap_{set, clear}()
Howard McLauchlan
2018-05-28
1
-40
/
+0
*
|
btrfs: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-14
/
+11
|
/
*
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-15
1
-0
/
+1
|
\
|
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-0
/
+1
*
|
page cache: use xa_lock
Matthew Wilcox
2018-04-11
1
-8
/
+8
|
/
*
btrfs: lift errors from add_extent_changeset to the callers
David Sterba
2018-03-31
1
-8
/
+11
*
btrfs: document more parameters of submit_extent_page
David Sterba
2018-03-31
1
-0
/
+12
*
btrfs: cleanup merging conditions in submit_extent_page
David Sterba
2018-03-31
1
-17
/
+9
*
btrfs: remove redundant variable in __do_readpage
David Sterba
2018-03-31
1
-3
/
+1
*
btrfs: assume that bio_ret is always valid in submit_extent_page
David Sterba
2018-03-31
1
-5
/
+5
*
btrfs: add more __cold annotations
David Sterba
2018-03-26
1
-1
/
+1
*
btrfs: extent_buffer_uptodate() make it static and inline
Anand Jain
2018-03-26
1
-5
/
+0
*
Btrfs: enhance leak debug checker for extent state and extent buffer
Liu Bo
2018-03-26
1
-2
/
+2
*
Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-01-29
1
-86
/
+57
|
\
|
*
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
2018-01-22
1
-6
/
+4
|
*
btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC
David Sterba
2018-01-22
1
-1
/
+1
|
*
btrfs: Remove redundant bio_get/bio_set pair from submit_one_bio
Nikolay Borisov
2018-01-22
1
-2
/
+0
|
*
btrfs: unify extent_page_data type passed as void
David Sterba
2018-01-22
1
-10
/
+7
|
*
btrfs: sink writepage parameter to extent_write_cache_pages
David Sterba
2018-01-22
1
-5
/
+4
|
*
btrfs: sink flush_fn to extent_write_cache_pages
David Sterba
2018-01-22
1
-6
/
+4
|
*
btrfs: merge two flush_write_bio helpers
David Sterba
2018-01-22
1
-11
/
+8
|
*
btrfs: sink extent_write_full_page tree argument
Nikolay Borisov
2018-01-22
1
-3
/
+2
|
*
btrfs: sink extent_write_locked_range tree parameter
Nikolay Borisov
2018-01-22
1
-2
/
+3
|
*
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
2018-01-22
1
-1
/
+2
|
*
btrfs: Remove redundant FLAG_VACANCY
Nikolay Borisov
2018-01-22
1
-3
/
+1
|
*
btrfs: sink get_extent parameter to read_extent_buffer_pages
David Sterba
2018-01-22
1
-3
/
+3
|
*
btrfs: sink get_extent parameter to __do_contiguous_readpages
David Sterba
2018-01-22
1
-6
/
+4
|
*
btrfs: sink get_extent parameter to __extent_readpages
David Sterba
2018-01-22
1
-7
/
+8
|
*
btrfs: sink get_extent parameter to extent_readpages
David Sterba
2018-01-22
1
-6
/
+5
|
*
btrfs: sink get_extent parameter to get_extent_skip_holes
David Sterba
2018-01-22
1
-8
/
+5
|
*
btrfs: sink get_extent parameter to extent_fiemap
David Sterba
2018-01-22
1
-3
/
+3
|
*
btrfs: drop get_extent from extent_page_data
David Sterba
2018-01-22
1
-6
/
+1
|
*
btrfs: sink get_extent parameter to extent_write_full_page
David Sterba
2018-01-22
1
-2
/
+1
|
*
btrfs: sink get_extent parameter to extent_write_locked_range
David Sterba
2018-01-22
1
-3
/
+2
|
*
btrfs: sink get_extent parameter to extent_writepages
David Sterba
2018-01-22
1
-2
/
+1
|
*
btrfs: sink gfp parameter to clear_extent_bit
David Sterba
2018-01-22
1
-5
/
+5
|
*
btrfs: prepare to drop gfp mask parameter from clear_extent_bit
David Sterba
2018-01-22
1
-3
/
+3
|
*
btrfs: Remove redundant mirror_num arg
Nikolay Borisov
2018-01-22
1
-9
/
+7
*
|
btrfs: avoid access to .bi_vcnt directly
Ming Lei
2018-01-06
1
-4
/
+5
*
|
fs: convert to bio_last_bvec_all()
Ming Lei
2018-01-06
1
-1
/
+1
|
/
*
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-29
1
-1
/
+1
|
\
[next]