index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
2020-03-23
1
-8
/
+1
*
btrfs: Open code insert_extent_backref
Nikolay Borisov
2020-03-23
1
-20
/
+9
*
btrfs: factor out prepare_allocation() for extent allocation
Naohiro Aota
2020-03-23
1
-42
/
+68
*
btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
Naohiro Aota
2020-03-23
1
-0
/
+3
*
btrfs: factor out chunk_allocation_failed() for extent allocation
Naohiro Aota
2020-03-23
1
-9
/
+18
*
btrfs: drop unnecessary arguments from find_free_extent_update_loop()
Naohiro Aota
2020-03-23
1
-5
/
+2
*
btrfs: factor out found_extent() for extent allocation
Naohiro Aota
2020-03-23
1
-5
/
+25
*
btrfs: factor out release_block_group()
Naohiro Aota
2020-03-23
1
-5
/
+19
*
btrfs: drop unnecessary arguments from clustered allocation functions
Naohiro Aota
2020-03-23
1
-9
/
+7
*
btrfs: factor out do_allocation() for extent allocation
Naohiro Aota
2020-03-23
1
-31
/
+44
*
btrfs: move variables for clustered allocation into find_free_extent_ctl
Naohiro Aota
2020-03-23
1
-15
/
+23
*
btrfs: move hint_byte into find_free_extent_ctl
Naohiro Aota
2020-03-23
1
-5
/
+9
*
btrfs: introduce extent allocation policy
Naohiro Aota
2020-03-23
1
-0
/
+8
*
btrfs: change full_search to bool in find_free_extent_update_loop
Naohiro Aota
2020-03-23
1
-1
/
+1
*
btrfs: simplify parameters of btrfs_set_disk_extent_flags
David Sterba
2020-03-23
1
-4
/
+3
*
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
2020-03-23
1
-44
/
+0
*
btrfs: handle logged extent failure properly
Josef Bacik
2020-03-23
1
-1
/
+1
*
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
2020-03-23
1
-23
/
+8
*
btrfs: Mark pinned log extents as excluded
Nikolay Borisov
2020-03-23
1
-0
/
+8
*
btrfs: Make pin_down_extent take transaction handle
Nikolay Borisov
2020-03-23
1
-5
/
+6
*
btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
Nikolay Borisov
2020-03-23
1
-2
/
+2
*
btrfs: Make btrfs_pin_reserved_extent take transaction handle
Nikolay Borisov
2020-03-23
1
-3
/
+5
*
btrfs: Make btrfs_pin_extent take trans handle
Nikolay Borisov
2020-03-23
1
-11
/
+6
*
btrfs: add wrapper for transaction abort predicate
David Sterba
2020-03-23
1
-5
/
+5
*
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
2020-03-23
1
-1
/
+1
*
btrfs: handle logged extent failure properly
Josef Bacik
2020-02-19
1
-0
/
+2
*
btrfs: calculate discard delay based on number of extents
Dennis Zhou
2020-01-20
1
-1
/
+3
*
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
2020-01-20
1
-0
/
+4
*
btrfs: rename DISCARD mount option to to DISCARD_SYNC
Dennis Zhou
2020-01-20
1
-1
/
+1
*
btrfs: remove struct find_free_extent.ram_bytes
Omar Sandoval
2020-01-20
1
-2
/
+0
*
btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent
Nikolay Borisov
2020-01-20
1
-19
/
+11
*
btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extent
Nikolay Borisov
2020-01-20
1
-9
/
+15
*
btrfs: Don't discard unwritten extents
Nikolay Borisov
2020-01-20
1
-2
/
+0
*
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
2019-12-13
1
-3
/
+4
*
btrfs: handle error in btrfs_cache_block_group
Josef Bacik
2019-12-13
1
-2
/
+18
*
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
1
-34
/
+33
*
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
2019-11-18
1
-10
/
+31
*
btrfs: add dedicated members for start and length of a block group
David Sterba
2019-11-18
1
-14
/
+14
*
btrfs: move block_group_item::used to block group
David Sterba
2019-11-18
1
-2
/
+1
*
btrfs: User assert to document transaction requirement
Nikolay Borisov
2019-11-18
1
-3
/
+2
*
btrfs: opencode extent_buffer_get
David Sterba
2019-11-18
1
-1
/
+1
*
btrfs: refactor the ticket wakeup code
Josef Bacik
2019-09-09
1
-2
/
+2
*
btrfs: roll tracepoint into btrfs_space_info_update helper
Josef Bacik
2019-09-09
1
-9
/
+0
*
btrfs: move math functions to misc.h
David Sterba
2019-09-09
1
-1
/
+0
*
btrfs: move cond_wake_up functions out of ctree
David Sterba
2019-09-09
1
-0
/
+1
*
btrfs: improve comments around nocow path
Nikolay Borisov
2019-09-09
1
-0
/
+3
*
btrfs: tree-checker: Add EXTENT_DATA_REF check
Qu Wenruo
2019-09-09
1
-1
/
+1
*
btrfs: migrate the block group cleanup code
Josef Bacik
2019-09-09
1
-128
/
+0
*
btrfs: migrate the alloc_profile helpers
Josef Bacik
2019-09-09
1
-121
/
+1
*
btrfs: migrate the chunk allocation code
Josef Bacik
2019-09-09
1
-244
/
+0
[prev]
[next]