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.12.y
linux-6.13.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-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
btrfs: don't force read-only after error in drop snapshot
David Sterba
1
-2
/
+0
2020-09-23
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
1
-10
/
+9
2020-07-09
btrfs: fix a block group ref counter leak after failure to remove block group
Filipe Manana
1
-10
/
+9
2020-05-05
btrfs: fix block group leak when removing fails
Xiyu Yang
1
-6
/
+10
2019-10-29
btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()
Qu Wenruo
1
-0
/
+1
2019-10-05
btrfs: extent-tree: Make sure we only allocate extents from block groups with...
Qu Wenruo
1
-0
/
+8
2019-05-31
Revert "btrfs: Honour FITRIM range constraints during free space trim"
David Sterba
1
-19
/
+6
2019-05-31
btrfs: sysfs: Fix error path kobject memory leak
Tobin C. Harding
1
-2
/
+1
2019-05-25
btrfs: Honour FITRIM range constraints during free space trim
Nikolay Borisov
1
-6
/
+19
2018-12-05
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-12-05
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-11-13
btrfs: don't use ctl->free_space for max_extent_size
Josef Bacik
1
-2
/
+5
2018-11-13
btrfs: make sure we create all new block groups
Josef Bacik
1
-2
/
+5
2018-11-13
btrfs: wait on caching when putting the bg cache
Josef Bacik
1
-0
/
+1
2018-11-13
btrfs: don't attempt to trim devices that don't support it
Jeff Mahoney
1
-0
/
+4
2018-11-13
btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
Jeff Mahoney
1
-2
/
+2
2018-11-13
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
1
-9
/
+1
2018-11-13
btrfs: Enhance btrfs_trim_fs function to handle error better
Qu Wenruo
1
-11
/
+38
2018-11-13
btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
Qu Wenruo
1
-0
/
+13
2018-11-13
btrfs: Handle owner mismatch gracefully when walking up tree
Qu Wenruo
1
-6
/
+12
2018-09-15
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
2018-09-05
btrfs: don't leak ret from do_chunk_alloc
Josef Bacik
1
-1
/
+1
2018-05-30
btrfs: Fix possible softlock on single core machines
Nikolay Borisov
1
-0
/
+1
2018-05-19
btrfs: Take trans lock before access running trans in check_delayed_ref
ethanwu
1
-0
/
+7
2017-12-14
btrfs: fix missing error return in btrfs_drop_snapshot
Jeff Mahoney
1
-0
/
+1
2017-12-05
btrfs: clear space cache inode generation always
Josef Bacik
1
-7
/
+7
2017-11-30
btrfs: change how we decide to commit transactions during flushing
Josef Bacik
1
-14
/
+28
2017-08-21
btrfs: pass fs_info to btrfs_del_root instead of tree_root
Jeff Mahoney
1
-1
/
+1
2017-08-21
Btrfs: add one more sanity check for shared ref type
Liu Bo
1
-4
/
+25
2017-08-21
Btrfs: convert to use btrfs_get_extent_inline_ref_type
Liu Bo
1
-6
/
+30
2017-08-21
Btrfs: add a helper to retrive extent inline ref type
Liu Bo
1
-0
/
+37
2017-08-21
btrfs: Remove chunk_objectid argument from btrfs_make_block_group
Nikolay Borisov
1
-3
/
+3
2017-08-21
btrfs: Do not use data_alloc_cluster in ssd mode
Hans van Kranenburg
1
-5
/
+6
2017-08-18
btrfs: Remove never-reached WARN_ON
Nikolay Borisov
1
-1
/
+1
2017-08-16
btrfs: Simplify math in should_alloc chunk
Nikolay Borisov
1
-5
/
+4
2017-08-16
btrfs: account for pinned bytes in should_alloc_chunk
Jeff Mahoney
1
-1
/
+1
2017-08-16
btrfs: fix spelling of snapshotting
David Sterba
1
-11
/
+11
2017-08-16
btrfs: Make flush_space return void
Nikolay Borisov
1
-8
/
+8
2017-08-16
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
1
-3
/
+3
2017-08-16
btrfs: Remove unused parameters from volume.c functions
Nikolay Borisov
1
-3
/
+1
2017-08-16
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
1
-1
/
+1
2017-08-16
btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand
Nikolay Borisov
1
-9
/
+2
2017-08-16
btrfs: Remove redundant argument of flush_space
Nikolay Borisov
1
-9
/
+7
2017-08-16
btrfs: remove unused sectorsize member
Nikolay Borisov
1
-1
/
+0
2017-07-24
Btrfs: fix early ENOSPC due to delalloc
Omar Sandoval
1
-4
/
+0
2017-07-24
btrfs: fix lockup in find_free_extent with read-only block groups
Jeff Mahoney
1
-2
/
+5
2017-06-29
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
1
-6
/
+6
2017-06-29
btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...
Qu Wenruo
1
-5
/
+7
2017-06-29
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
Qu Wenruo
1
-10
/
+13
2017-06-29
btrfs: qgroup: Return actually freed bytes for qgroup release or free data
Qu Wenruo
1
-1
/
+1
[next]