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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
btrfs: change name and type of private member of btrfs_free_space_ctl
Nikolay Borisov
2
-7
/
+7
2022-01-03
btrfs: make __btrfs_add_free_space take just block group reference
Nikolay Borisov
2
-19
/
+12
2022-01-03
btrfs: consolidate unlink_free_space/__unlink_free_space functions
Nikolay Borisov
1
-25
/
+15
2022-01-03
btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bits
Nikolay Borisov
1
-24
/
+13
2022-01-03
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
9
-80
/
+263
2022-01-03
btrfs: remove useless WARN_ON in record_root_in_trans
Josef Bacik
1
-1
/
+0
2022-01-03
btrfs: stop accessing ->free_space_root directly
Josef Bacik
4
-20
/
+26
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
10
-27
/
+60
2022-01-03
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
5
-4
/
+13
2022-01-03
btrfs: fix csum assert to check objectid of the root
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
16
-44
/
+77
2022-01-03
btrfs: init root block_rsv at init root time
Josef Bacik
3
-23
/
+32
2022-01-03
btrfs: don't use the extent_root in flush_space
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: don't use extent_root in iterate_extent_inodes
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_item
Josef Bacik
1
-2
/
+1
2022-01-03
btrfs: remove unnecessary extent root check in btrfs_defrag_leaves
Josef Bacik
1
-8
/
+0
2022-01-03
btrfs: do not special case the extent root for switch commit roots
Josef Bacik
1
-6
/
+2
2022-01-03
btrfs: use chunk_root in find_free_extent_update_loop
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: make remove_extent_backref pass the root
Josef Bacik
1
-8
/
+10
2022-01-03
btrfs: add a btrfs_block_group_root() helper
Josef Bacik
2
-9
/
+15
2022-01-03
btrfs: remove BUG_ON(!eie) in find_parent_nodes
Josef Bacik
1
-3
/
+11
2022-01-03
btrfs: remove BUG_ON() in find_parent_nodes()
Josef Bacik
1
-1
/
+6
2022-01-03
btrfs: remove SANITY_TESTS check form find_parent_nodes
Josef Bacik
1
-4
/
+0
2022-01-03
btrfs: move comment in find_parent_nodes()
Josef Bacik
1
-7
/
+4
2022-01-03
btrfs: pass the root to add_keyed_refs
Josef Bacik
1
-4
/
+5
2022-01-03
btrfs: remove trans_handle->root
Josef Bacik
2
-2
/
+0
2022-01-03
btrfs: pass fs_info to trace_btrfs_transaction_commit
Josef Bacik
2
-3
/
+3
2022-01-03
btrfs: rework async transaction committing
Josef Bacik
5
-61
/
+18
2022-01-03
btrfs: remove unused BTRFS_FS_BARRIER flag
Josef Bacik
2
-2
/
+0
2022-01-03
btrfs: eliminate if in main loop in tree_search_offset
Nikolay Borisov
1
-7
/
+4
2022-01-03
btrfs: don't check stripe length if the profile is not stripe based
Qu Wenruo
1
-1
/
+6
2022-01-03
btrfs: get next entry in tree_search_offset before doing checks
Nikolay Borisov
1
-5
/
+4
2022-01-03
btrfs: add self test for bytes_index free space cache
Josef Bacik
1
-0
/
+181
2022-01-03
btrfs: index free space entries on size
Josef Bacik
2
-44
/
+139
2022-01-03
btrfs: only use ->max_extent_size if it is set in the bitmap
Josef Bacik
1
-1
/
+25
2022-01-03
btrfs: remove unnecessary @nr_written parameters
Qu Wenruo
1
-16
/
+11
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
13
-30
/
+30
2022-01-03
btrfs: get rid of root->orphan_cleanup_state
Josef Bacik
3
-11
/
+3
2022-01-03
btrfs: remove global rsv stealing logic for orphan cleanup
Josef Bacik
1
-7
/
+0
2022-01-03
btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing code
Josef Bacik
2
-12
/
+19
2022-01-03
btrfs: check ticket->steal in steal_from_global_block_rsv
Josef Bacik
1
-2
/
+4
2022-01-03
btrfs: check for priority ticket granting before flushing
Josef Bacik
1
-1
/
+14
2022-01-03
btrfs: handle priority ticket failures in their respective helpers
Josef Bacik
1
-25
/
+21
2022-01-03
btrfs: zoned: cache reported zone during mount
Naohiro Aota
5
-13
/
+87
2022-01-03
btrfs: remove unused parameter fs_devices from btrfs_init_workqueues
Su Yue
1
-3
/
+2
2022-01-03
btrfs: reduce the scope of the tree log mutex during transaction commit
Filipe Manana
1
-34
/
+42
2022-01-03
btrfs: consolidate device_list_mutex in prepare_sprout to its parent
Anand Jain
1
-18
/
+51
2022-01-03
btrfs: switch seeding_dev in init_new_device to bool
Anand Jain
1
-2
/
+2
2022-01-03
btrfs: send: remove unused type parameter to iterate_inode_ref_t
Omar Sandoval
1
-19
/
+13
2022-01-03
btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()
Omar Sandoval
1
-7
/
+3
[next]