index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-28
btrfs: Remove tree argument from extent_writepages
Nikolay Borisov
1
-3
/
+2
2018-05-28
btrfs: Remove redundant tree argument from extent_readpages
Nikolay Borisov
1
-3
/
+3
2018-05-28
btrfs: Remove map argument from try_release_extent_state
Nikolay Borisov
1
-3
/
+2
2018-05-28
btrfs: Sink extent_tree arguments in try_release_extent_mapping
Nikolay Borisov
1
-3
/
+3
2018-05-28
btrfs: clean up le_bitmap_{set, clear}()
Howard McLauchlan
1
-40
/
+0
2018-04-16
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-0
/
+1
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-8
/
+8
2018-03-31
btrfs: lift errors from add_extent_changeset to the callers
David Sterba
1
-8
/
+11
2018-03-31
btrfs: document more parameters of submit_extent_page
David Sterba
1
-0
/
+12
2018-03-31
btrfs: cleanup merging conditions in submit_extent_page
David Sterba
1
-17
/
+9
2018-03-31
btrfs: remove redundant variable in __do_readpage
David Sterba
1
-3
/
+1
2018-03-31
btrfs: assume that bio_ret is always valid in submit_extent_page
David Sterba
1
-5
/
+5
2018-03-26
btrfs: add more __cold annotations
David Sterba
1
-1
/
+1
2018-03-26
btrfs: extent_buffer_uptodate() make it static and inline
Anand Jain
1
-5
/
+0
2018-03-26
Btrfs: enhance leak debug checker for extent state and extent buffer
Liu Bo
1
-2
/
+2
2018-01-30
Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-86
/
+57
2018-01-22
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
1
-6
/
+4
2018-01-22
btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC
David Sterba
1
-1
/
+1
2018-01-22
btrfs: Remove redundant bio_get/bio_set pair from submit_one_bio
Nikolay Borisov
1
-2
/
+0
2018-01-22
btrfs: unify extent_page_data type passed as void
David Sterba
1
-10
/
+7
2018-01-22
btrfs: sink writepage parameter to extent_write_cache_pages
David Sterba
1
-5
/
+4
2018-01-22
btrfs: sink flush_fn to extent_write_cache_pages
David Sterba
1
-6
/
+4
2018-01-22
btrfs: merge two flush_write_bio helpers
David Sterba
1
-11
/
+8
2018-01-22
btrfs: sink extent_write_full_page tree argument
Nikolay Borisov
1
-3
/
+2
2018-01-22
btrfs: sink extent_write_locked_range tree parameter
Nikolay Borisov
1
-2
/
+3
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
1
-1
/
+2
2018-01-22
btrfs: Remove redundant FLAG_VACANCY
Nikolay Borisov
1
-3
/
+1
2018-01-22
btrfs: sink get_extent parameter to read_extent_buffer_pages
David Sterba
1
-3
/
+3
2018-01-22
btrfs: sink get_extent parameter to __do_contiguous_readpages
David Sterba
1
-6
/
+4
2018-01-22
btrfs: sink get_extent parameter to __extent_readpages
David Sterba
1
-7
/
+8
2018-01-22
btrfs: sink get_extent parameter to extent_readpages
David Sterba
1
-6
/
+5
2018-01-22
btrfs: sink get_extent parameter to get_extent_skip_holes
David Sterba
1
-8
/
+5
2018-01-22
btrfs: sink get_extent parameter to extent_fiemap
David Sterba
1
-3
/
+3
2018-01-22
btrfs: drop get_extent from extent_page_data
David Sterba
1
-6
/
+1
2018-01-22
btrfs: sink get_extent parameter to extent_write_full_page
David Sterba
1
-2
/
+1
2018-01-22
btrfs: sink get_extent parameter to extent_write_locked_range
David Sterba
1
-3
/
+2
2018-01-22
btrfs: sink get_extent parameter to extent_writepages
David Sterba
1
-2
/
+1
2018-01-22
btrfs: sink gfp parameter to clear_extent_bit
David Sterba
1
-5
/
+5
2018-01-22
btrfs: prepare to drop gfp mask parameter from clear_extent_bit
David Sterba
1
-3
/
+3
2018-01-22
btrfs: Remove redundant mirror_num arg
Nikolay Borisov
1
-9
/
+7
2018-01-06
btrfs: avoid access to .bi_vcnt directly
Ming Lei
1
-4
/
+5
2018-01-06
fs: convert to bio_last_bvec_all()
Ming Lei
1
-1
/
+1
2017-11-30
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-11-16
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
1
-2
/
+2
2017-11-16
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
1
-3
/
+3
2017-11-16
btrfs: use pagevec_lookup_range_tag()
Jan Kara
1
-15
/
+4
2017-11-15
Btrfs: add write_flags for compression bio
Liu Bo
1
-1
/
+1
2017-11-15
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-26
/
+18
[next]