index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-16
btrfs: fix race between block group removal and block group creation
Filipe Manana
1
-8
/
+19
2020-06-16
btrfs: fix a block group ref counter leak after failure to remove block group
Filipe Manana
1
-10
/
+9
2020-05-25
btrfs: remove duplicated include in block-group.c
Tiezhu Yang
1
-1
/
+0
2020-05-25
btrfs: block-group: rename write_one_cache_group()
Qu Wenruo
1
-8
/
+8
2020-05-25
btrfs: block-group: refactor how we insert a block group item
Qu Wenruo
1
-16
/
+25
2020-05-25
btrfs: block-group: refactor how we delete one block group item
Qu Wenruo
1
-12
/
+25
2020-05-25
btrfs: block-group: refactor how we read one block group item
Qu Wenruo
1
-15
/
+32
2020-05-25
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()
Qu Wenruo
1
-1
/
+0
2020-05-25
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
1
-0
/
+41
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-13
/
+16
2020-05-25
btrfs: simplify error handling of clean_pinned_extents()
Filipe Manana
1
-12
/
+6
2020-05-25
btrfs: improve global reserve stealing logic
Josef Bacik
1
-1
/
+1
2020-04-23
btrfs: fix block group leak when removing fails
Xiyu Yang
1
-6
/
+10
2020-04-23
btrfs: fix memory leak of transaction when deleting unused block group
Filipe Manana
1
-0
/
+4
2020-04-08
btrfs: fix reclaim counter leak of space_info objects
Filipe Manana
1
-0
/
+1
2020-03-23
btrfs: add RCU locks around block group initialization
Madhuparna Bhowmik
1
-0
/
+2
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
1
-13
/
+25
2020-03-23
btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
Nikolay Borisov
1
-29
/
+38
2020-03-23
btrfs: add wrapper for transaction abort predicate
David Sterba
1
-1
/
+1
2020-03-20
btrfs: fix removal of raid[56|1c34} incompat flags after removing block group
Filipe Manana
1
-2
/
+2
2020-01-31
btrfs: take overcommit into account in inc_block_group_ro
Josef Bacik
1
-11
/
+26
2020-01-31
btrfs: fix force usage in inc_block_group_ro
Josef Bacik
1
-2
/
+2
2020-01-23
btrfs: Refactor btrfs_rmap_block to improve readability
Nikolay Borisov
1
-22
/
+33
2020-01-23
btrfs: Move and unexport btrfs_rmap_block
Nikolay Borisov
1
-0
/
+86
2020-01-20
btrfs: remove unnecessary wrapper get_alloc_profile
Johannes Thumshirn
1
-6
/
+1
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
1
-3
/
+44
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
1
-3
/
+34
2020-01-20
btrfs: rename DISCARD mount option to to DISCARD_SYNC
Dennis Zhou
1
-1
/
+1
2020-01-20
btrfs: kill min_allocable_bytes in inc_block_group_ro
Josef Bacik
1
-18
/
+4
2019-11-18
btrfs: scrub: Don't check free space before marking a block group RO
Qu Wenruo
1
-17
/
+31
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-67
/
+61
2019-11-18
btrfs: block-group: Reuse the item key from caller of read_one_block_group()
Qu Wenruo
1
-9
/
+8
2019-11-18
btrfs: block-group: Refactor btrfs_read_block_groups()
Qu Wenruo
1
-111
/
+108
2019-11-18
btrfs: drop incompat bit for raid1c34 after last block group is gone
David Sterba
1
-9
/
+18
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-68
/
+69
2019-11-18
btrfs: rename block_group_item on-stack accessors to follow naming
David Sterba
1
-9
/
+9
2019-11-18
btrfs: remove embedded block_group_cache::item
David Sterba
1
-11
/
+5
2019-11-18
btrfs: move block_group_item::flags to block group
David Sterba
1
-3
/
+3
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-20
/
+30
2019-11-18
btrfs: use btrfs_block_group_cache_done in update_block_group
Josef Bacik
1
-1
/
+1
2019-11-18
btrfs: block-group: Rework documentation of check_system_chunk function
Marcos Paulo de Souza
1
-3
/
+1
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
1
-2
/
+1
2019-10-11
btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()
Qu Wenruo
1
-0
/
+1
2019-09-09
btrfs: add space reservation tracepoint for reserved bytes
Josef Bacik
1
-0
/
+2
2019-09-09
btrfs: roll tracepoint into btrfs_space_info_update helper
Josef Bacik
1
-3
/
+0
2019-09-09
btrfs: move math functions to misc.h
David Sterba
1
-1
/
+1
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
1
-2
/
+2
2019-09-09
btrfs: unexport the temporary exported functions
Josef Bacik
1
-14
/
+14
2019-09-09
btrfs: migrate the block group cleanup code
Josef Bacik
1
-0
/
+127
2019-09-09
btrfs: migrate the alloc_profile helpers
Josef Bacik
1
-0
/
+105
[next]