index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
btrfs: unlock newly allocated extent buffer after error
Qu Wenruo
1
-0
/
+1
2021-07-28
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
1
-0
/
+3
2021-06-10
btrfs: fix unmountable seed device after fstrim
Anand Jain
1
-3
/
+7
2021-06-10
btrfs: return errors from btrfs_del_csums in cleanup_ref_head
Josef Bacik
1
-1
/
+1
2021-03-04
btrfs: account for new extents being deleted in total_bytes_pinned
Josef Bacik
1
-14
/
+19
2021-03-04
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
1
-85
/
+12
2021-01-27
btrfs: don't get an EINTR during drop_snapshot for reloc
Josef Bacik
1
-1
/
+9
2020-12-30
btrfs: update last_byte_to_unpin in switch_commit_roots
Josef Bacik
1
-25
/
+0
2020-12-30
btrfs: do not shorten unpin len for caching block groups
Josef Bacik
1
-4
/
+4
2020-10-26
btrfs: tree-checker: fix incorrect printk format
Pujin Shi
1
-1
/
+1
2020-10-07
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
1
-5
/
+7
2020-10-07
btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()
Qu Wenruo
1
-1
/
+19
2020-10-07
btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()
Qu Wenruo
1
-13
/
+147
2020-10-07
btrfs: call btrfs_try_granting_tickets when unpinning anything
Josef Bacik
1
-4
/
+3
2020-10-07
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
1
-3
/
+4
2020-09-07
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
1
-10
/
+9
2020-08-27
btrfs: set the correct lockdep class for new nodes
Josef Bacik
1
-1
/
+1
2020-08-21
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
1
-6
/
+11
2020-08-12
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
1
-0
/
+14
2020-07-27
btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...
Qu Wenruo
1
-1
/
+8
2020-07-27
btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped
Qu Wenruo
1
-0
/
+8
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
1
-1
/
+1
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-1
/
+1
2020-05-25
btrfs: remove unused function heads_to_leaves
YueHaibing
1
-16
/
+0
2020-05-25
btrfs: don't force read-only after error in drop snapshot
David Sterba
1
-2
/
+0
2020-05-25
btrfs: add missing annotation for btrfs_lock_cluster()
Jules Irenge
1
-0
/
+1
2020-03-23
btrfs: do not use readahead for running delayed refs
Josef Bacik
1
-4
/
+0
2020-03-23
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
1
-5
/
+2
2020-03-23
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
1
-8
/
+1
2020-03-23
btrfs: Open code insert_extent_backref
Nikolay Borisov
1
-20
/
+9
2020-03-23
btrfs: factor out prepare_allocation() for extent allocation
Naohiro Aota
1
-42
/
+68
2020-03-23
btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
Naohiro Aota
1
-0
/
+3
2020-03-23
btrfs: factor out chunk_allocation_failed() for extent allocation
Naohiro Aota
1
-9
/
+18
2020-03-23
btrfs: drop unnecessary arguments from find_free_extent_update_loop()
Naohiro Aota
1
-5
/
+2
2020-03-23
btrfs: factor out found_extent() for extent allocation
Naohiro Aota
1
-5
/
+25
2020-03-23
btrfs: factor out release_block_group()
Naohiro Aota
1
-5
/
+19
2020-03-23
btrfs: drop unnecessary arguments from clustered allocation functions
Naohiro Aota
1
-9
/
+7
2020-03-23
btrfs: factor out do_allocation() for extent allocation
Naohiro Aota
1
-31
/
+44
2020-03-23
btrfs: move variables for clustered allocation into find_free_extent_ctl
Naohiro Aota
1
-15
/
+23
2020-03-23
btrfs: move hint_byte into find_free_extent_ctl
Naohiro Aota
1
-5
/
+9
2020-03-23
btrfs: introduce extent allocation policy
Naohiro Aota
1
-0
/
+8
2020-03-23
btrfs: change full_search to bool in find_free_extent_update_loop
Naohiro Aota
1
-1
/
+1
2020-03-23
btrfs: simplify parameters of btrfs_set_disk_extent_flags
David Sterba
1
-4
/
+3
2020-03-23
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
1
-44
/
+0
2020-03-23
btrfs: handle logged extent failure properly
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
1
-23
/
+8
2020-03-23
btrfs: Mark pinned log extents as excluded
Nikolay Borisov
1
-0
/
+8
2020-03-23
btrfs: Make pin_down_extent take transaction handle
Nikolay Borisov
1
-5
/
+6
2020-03-23
btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
Nikolay Borisov
1
-2
/
+2
2020-03-23
btrfs: Make btrfs_pin_reserved_extent take transaction handle
Nikolay Borisov
1
-3
/
+5
[next]