index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: remove btrfs_bio_end_io_t
Johannes Thumshirn
2018-12-17
1
-3
/
+0
*
btrfs: replace btrfs_io_bio::end_io with a simple helper
David Sterba
2018-12-17
1
-2
/
+8
*
btrfs: remove redundant csum buffer in btrfs_io_bio
David Sterba
2018-12-17
1
-1
/
+0
*
btrfs: add helper to describe block group flags
Anand Jain
2018-12-17
1
-0
/
+1
*
btrfs: add members to fs_devices to track fsid changes
Nikolay Borisov
2018-12-17
1
-0
/
+5
*
btrfs: Introduce support for FSID change without metadata rewrite
Nikolay Borisov
2018-12-17
1
-0
/
+1
*
btrfs: introduce nparity raid_attr
Hans van Kranenburg
2018-12-17
1
-0
/
+2
*
Btrfs: rename and export get_chunk_map
Omar Sandoval
2018-12-17
1
-0
/
+2
*
btrfs: Make btrfs_find_device_by_devspec return btrfs_device directly
Nikolay Borisov
2018-10-15
1
-3
/
+3
*
btrfs: Make btrfs_find_device_missing_or_by_path return directly a device
Nikolay Borisov
2018-10-15
1
-3
/
+0
*
btrfs: Introduce mount time chunk <-> dev extent mapping check
Qu Wenruo
2018-08-06
1
-0
/
+2
*
btrfs: Remove fs_info from btrfs_finish_chunk_alloc
Nikolay Borisov
2018-08-06
1
-4
/
+2
*
btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev
Nikolay Borisov
2018-08-06
1
-2
/
+1
*
btrfs: Remove fs_info from btrfs_assign_next_active_device
Nikolay Borisov
2018-08-06
1
-2
/
+2
*
btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdev
Nikolay Borisov
2018-08-06
1
-2
/
+1
*
btrfs: refactor block group replication factor calculation to a helper
David Sterba
2018-08-06
1
-0
/
+2
*
btrfs: return device pointer from btrfs_scan_one_device
Gu Jinxiang
2018-08-06
1
-2
/
+2
*
btrfs: Remove unused function btrfs_account_dev_extents_size
Qu Wenruo
2018-08-06
1
-2
/
+0
*
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
2018-08-06
1
-0
/
+2
*
btrfs: Remove fs_info from btrfs_alloc_chunk
Nikolay Borisov
2018-08-06
1
-2
/
+1
*
btrfs: remove redundant btrfs_balance_control::fs_info
David Sterba
2018-05-28
1
-3
/
+2
*
btrfs: Remove devid parameter from btrfs_rmap_block
Nikolay Borisov
2018-05-28
1
-3
/
+2
*
btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr table
Anand Jain
2018-05-28
1
-1
/
+1
*
btrfs: move btrfs_raid_group values to btrfs_raid_attr table
Anand Jain
2018-05-28
1
-1
/
+1
*
btrfs: move btrfs_raid_type_names values to btrfs_raid_attr table
Anand Jain
2018-05-28
1
-0
/
+3
*
btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static
David Sterba
2018-05-28
1
-4
/
+0
*
btrfs: export and rename free_device
David Sterba
2018-05-28
1
-0
/
+1
*
btrfs: rename struct btrfs_fs_devices::list
Anand Jain
2018-05-28
1
-1
/
+1
*
btrfs: replace GPL boilerplate by SPDX -- headers
David Sterba
2018-04-12
1
-16
/
+3
*
btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids
Anand Jain
2018-03-26
1
-1
/
+1
*
btrfs: add (the only possible) __exit annotation
David Sterba
2018-03-26
1
-1
/
+1
*
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
Qu Wenruo
2018-03-26
1
-0
/
+22
*
btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_used
Nikolay Borisov
2018-03-26
1
-2
/
+1
*
btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()
Anand Jain
2018-03-26
1
-2
/
+0
*
btrfs: Remove unused readahead spinlock
Matthew Wilcox
2018-01-22
1
-1
/
+0
*
btrfs: rename btrfs_device::scrub_device to scrub_ctx
Anand Jain
2018-01-22
1
-1
/
+1
*
btrfs: factor btrfs_check_rw_degradable() to check given device
Anand Jain
2018-01-22
1
-2
/
+2
*
btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT
Anand Jain
2018-01-22
1
-0
/
+1
*
btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT
Anand Jain
2018-01-22
1
-1
/
+1
*
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
2018-01-22
1
-1
/
+1
*
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
2018-01-22
1
-1
/
+1
*
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
2018-01-22
1
-1
/
+3
*
btrfs: drop btrfs_device::can_discard to query directly
Anand Jain
2018-01-22
1
-1
/
+0
*
btrfs: Remove unused function
Nikolay Borisov
2018-01-22
1
-5
/
+0
*
btrfs: Remove redundant memory barrier in dev stats
Nikolay Borisov
2018-01-22
1
-1
/
+7
*
btrfs: Fix memory barriers usage with device stats counters
Nikolay Borisov
2018-01-22
1
-0
/
+12
*
Btrfs: free btrfs_device in place
Liu Bo
2018-01-22
1
-1
/
+0
*
btrfs: declare btrfs_report_missing_device() static
Anand Jain
2017-10-30
1
-2
/
+0
*
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2017-09-09
1
-3
/
+5
|
\
|
*
btrfs: Remove unused sectorsize variable from struct map_lookup
Nikolay Borisov
2017-08-18
1
-1
/
+0
[next]