index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdev
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from device in btrfs_scrub_cancel_dev
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from device in btrfs_rm_dev_item
David Sterba
1
-4
/
+3
2019-04-29
btrfs: get fs_info from trans in btrfs_run_dev_stats
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from trans in btrfs_finish_sprout
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from trans in init_first_rw_device
David Sterba
1
-5
/
+4
2019-04-29
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
1
-2
/
+1
2019-04-29
btrfs: get fs_info from eb in read_one_dev
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from eb in read_one_chunk
David Sterba
1
-4
/
+4
2019-04-29
btrfs: get fs_info from eb in btrfs_check_chunk_valid
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in should_balance_chunk
David Sterba
1
-4
/
+3
2019-04-29
btrfs: Factor out in_range macro
Nikolay Borisov
1
-1
/
+0
2019-04-29
btrfs: Remove 'trans' argument from find_free_dev_extent(_start)
Nikolay Borisov
1
-7
/
+4
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
1
-60
/
+25
2019-04-29
btrfs: Stop using call_rcu for device freeing
Nikolay Borisov
1
-12
/
+8
2019-04-29
btrfs: Populate ->orig_block_len during read_one_chunk
Nikolay Borisov
1
-19
/
+22
2019-04-29
btrfs: Handle pending/pinned chunks before blockgroup relocation during devic...
Nikolay Borisov
1
-32
/
+23
2019-04-29
btrfs: combine device update operations during transaction commit
Nikolay Borisov
1
-51
/
+36
2019-04-29
btrfs: tree-checker: Verify dev item
Qu Wenruo
1
-9
/
+0
2019-04-29
btrfs: tree-checker: Check chunk item at tree block read time
Qu Wenruo
1
-3
/
+9
2019-04-29
btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export it
Qu Wenruo
1
-93
/
+1
2019-04-29
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
1
-1
/
+1
2019-03-13
btrfs: don't report readahead errors and don't update statistics
David Sterba
1
-1
/
+1
2019-02-25
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
1
-2
/
+2
2019-02-25
btrfs: fix comment its device list mutex not volume lock
Anand Jain
1
-1
/
+0
2019-02-25
btrfs: introduce new ioctl to unregister a btrfs device
Anand Jain
1
-0
/
+11
2019-02-25
btrfs: merge btrfs_find_device and find_device
Anand Jain
1
-37
/
+35
2019-02-25
btrfs: refactor btrfs_free_stale_devices() to get return value
Anand Jain
1
-15
/
+31
2019-02-25
btrfs: refactor btrfs_find_device() take fs_devices as argument
Anand Jain
1
-19
/
+20
2019-02-25
btrfs: cleanup btrfs_find_device_by_devspec()
Anand Jain
1
-17
/
+18
2019-02-25
btrfs: merge btrfs_find_device_missing_or_by_path() into parent
Anand Jain
1
-27
/
+13
2019-01-30
btrfs: fix potential oops in device_list_add
Al Viro
1
-2
/
+2
2019-01-10
btrfs: Use real device structure to verify dev extent
Qu Wenruo
1
-0
/
+12
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-7
/
+7
2018-12-17
btrfs: Remove 1st shrink/grow phase from balance
Nikolay Borisov
1
-53
/
+0
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
1
-1
/
+1
2018-12-17
btrfs: dev-replace: open code trivial locking helpers
David Sterba
1
-7
/
+7
2018-12-17
btrfs: dev-replace: remove custom read/write blocking scheme
David Sterba
1
-7
/
+6
2018-12-17
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
1
-2
/
+4
2018-12-17
btrfs: balance: print to system log when balance ends or is paused
Anand Jain
1
-0
/
+7
2018-12-17
btrfs: balance: print args during start and resume
Anand Jain
1
-3
/
+158
2018-12-17
btrfs: add helper to describe block group flags
Anand Jain
1
-0
/
+54
2018-12-17
Btrfs: fix access to available allocation bits when starting balance
Filipe Manana
1
-16
/
+23
2018-12-17
btrfs: Handle final split-brain possibility during fsid change
Nikolay Borisov
1
-11
/
+53
2018-12-17
btrfs: Handle one more split-brain scenario during fsid change
Nikolay Borisov
1
-4
/
+73
2018-12-17
btrfs: add members to fs_devices to track fsid changes
Nikolay Borisov
1
-1
/
+8
2018-12-17
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
1
-6
/
+4
2018-12-17
btrfs: Introduce support for FSID change without metadata rewrite
Nikolay Borisov
1
-15
/
+59
2018-12-17
btrfs: Remove superfluous check form btrfs_remove_chunk
Nikolay Borisov
1
-7
/
+5
2018-12-17
btrfs: harden agaist duplicate fsid on scanned devices
Anand Jain
1
-0
/
+29
[next]