index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: send: avoid double extent tree search when finding clone source
Filipe Manana
2022-12-05
3
-70
/
+73
*
btrfs: send: skip unnecessary backref iterations
Filipe Manana
2022-12-05
3
-70
/
+128
*
btrfs: send: cache leaf to roots mapping during backref walking
Filipe Manana
2022-12-05
3
-12
/
+236
*
btrfs: constify ulist parameter of ulist_next()
Filipe Manana
2022-12-05
2
-2
/
+2
*
btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()
Filipe Manana
2022-12-05
1
-15
/
+31
*
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
7
-227
/
+328
*
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
5
-51
/
+54
*
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
4
-24
/
+42
*
btrfs: send: avoid unnecessary backref lookups when finding clone source
Filipe Manana
2022-12-05
1
-1
/
+10
*
btrfs: send: drop unnecessary backref context field initializations
Filipe Manana
2022-12-05
1
-3
/
+2
*
btrfs: send: update comment at find_extent_clone()
Filipe Manana
2022-12-05
1
-7
/
+7
*
btrfs: send: avoid unnecessary path allocations when finding extent clone
Filipe Manana
2022-12-05
1
-21
/
+16
*
btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_work
Qu Wenruo
2022-12-05
3
-8
/
+1
*
btrfs: raid56: switch scrub path to use a single function
Qu Wenruo
2022-12-05
1
-318
/
+79
*
btrfs: raid56: extract scrub read bio list assembly code into a helper
Qu Wenruo
2022-12-05
1
-13
/
+31
*
btrfs: raid56: switch write path to rmw_rbio()
Qu Wenruo
2022-12-05
2
-313
/
+42
*
btrfs: raid56: introduce the main entrance for RMW path
Qu Wenruo
2022-12-05
2
-0
/
+166
*
btrfs: raid56: extract rwm write bios assembly into a helper
Qu Wenruo
2022-12-05
1
-56
/
+79
*
btrfs: raid56: extract the rmw bio list build code into a helper
Qu Wenruo
2022-12-05
1
-18
/
+38
*
btrfs: raid56: switch recovery path to a single function
Qu Wenruo
2022-12-05
2
-27
/
+119
*
btrfs: raid56: extract sector recovery code into a helper
Qu Wenruo
2022-12-05
1
-30
/
+29
*
btrfs: raid56: extract the recovery bio list build code into a helper
Qu Wenruo
2022-12-05
1
-23
/
+41
*
btrfs: raid56: extract the pq generation code into a helper
Qu Wenruo
2022-12-05
1
-46
/
+44
*
btrfs: raid56: extract the vertical stripe recovery code into recover_vertical()
Qu Wenruo
2022-12-05
1
-136
/
+149
*
btrfs: merge struct extent_page_data to btrfs_bio_ctrl
David Sterba
2022-12-05
1
-60
/
+55
*
btrfs: switch extent_page_data bit fields to bools
David Sterba
2022-12-05
1
-2
/
+2
*
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
9
-33
/
+18
*
btrfs: update stale comment for nowait direct IO writes
Filipe Manana
2022-12-05
1
-2
/
+2
*
btrfs: fix SPDX comment in tree-mod-log.h
David Sterba
2022-12-05
1
-1
/
+1
*
btrfs: extract the inline extent read code into its own function
Qu Wenruo
2022-12-05
1
-35
/
+34
*
btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()
Qu Wenruo
2022-12-05
4
-7
/
+4
*
btrfs: do not reset extent map members for inline extents read
Qu Wenruo
2022-12-05
1
-4
/
+9
*
btrfs: make inline extent read calculation much simpler
Qu Wenruo
2022-12-05
1
-18
/
+20
*
btrfs: selftests: remove impossible inline extent at non-zero file offset
Qu Wenruo
2022-12-05
2
-38
/
+26
*
btrfs: move orphan prototypes into orphan.h
Josef Bacik
2022-12-05
8
-6
/
+17
*
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
17
-17
/
+32
*
btrfs: move super prototypes into super.h
Josef Bacik
2022-12-05
5
-7
/
+15
*
btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h
Josef Bacik
2022-12-05
2
-15
/
+9
*
btrfs: move verity prototypes into verity.h
Josef Bacik
2022-12-05
6
-22
/
+32
*
btrfs: move dev-replace prototypes into dev-replace.h
Josef Bacik
2022-12-05
3
-9
/
+9
*
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
9
-11
/
+23
*
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
9
-20
/
+30
*
btrfs: move acl prototypes into acl.h
Josef Bacik
2022-12-05
4
-19
/
+29
*
btrfs: move the snapshot drop related prototypes to extent-tree.h
Josef Bacik
2022-12-05
2
-6
/
+6
*
btrfs: move the 32bit warn defines into messages.h
Josef Bacik
2022-12-05
2
-13
/
+13
*
btrfs: move file prototypes to file.h
Josef Bacik
2022-12-05
10
-26
/
+40
*
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
10
-12
/
+25
*
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
8
-7
/
+18
*
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
17
-31
/
+50
*
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
10
-38
/
+50
[next]