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
2017-06-21
btrfs: preallocate device flush bio
David Sterba
1
-0
/
+12
2017-06-20
btrfs: Round down values which are written for total_bytes_size
Nikolay Borisov
1
-5
/
+13
2017-06-20
btrfs: obsolete and remove mount option alloc_start
David Sterba
1
-3
/
+1
2017-06-19
btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdev
David Sterba
1
-1
/
+1
2017-06-19
btrfs: sink gfp parameter to btrfs_bio_clone
David Sterba
1
-1
/
+1
2017-06-19
btrfs: btrfs_bio_clone never fails, skip error handling
David Sterba
1
-3
/
+2
2017-06-19
btrfs: cleanup root usage by btrfs_get_alloc_profile
Jeff Mahoney
1
-3
/
+2
2017-06-19
btrfs: Convert fs_info->free_chunk_space to atomic64_t
Nikolay Borisov
1
-19
/
+7
2017-05-05
btrfs: fix the gfp_mask for the reada_zones radix tree
Chris Mason
1
-1
/
+1
2017-04-18
btrfs: use q which is already obtained from bdev_get_queue
Anand Jain
1
-4
/
+3
2017-04-18
Btrfs: switch to div64_u64 if with a u64 divisor
Liu Bo
1
-4
/
+4
2017-04-18
btrfs: drop redundant parameters from btrfs_map_sblock
David Sterba
1
-4
/
+2
2017-04-18
btrfs: track exclusive filesystem operation in flags
David Sterba
1
-3
/
+3
2017-04-18
btrfs: preallocate radix tree node for readahead
David Sterba
1
-1
/
+1
2017-04-18
Btrfs: convert BUG_ON to WARN_ON
Liu Bo
1
-2
/
+2
2017-04-18
Btrfs: helper for ops that requires full stripe
Liu Bo
1
-8
/
+10
2017-04-18
Btrfs: do not add extra mirror when dev_replace target dev is not available
Liu Bo
1
-3
/
+4
2017-04-18
Btrfs: handle operations for device replace separately
Liu Bo
1
-81
/
+98
2017-04-18
Btrfs: introduce a function to get extra mirror from replace
Liu Bo
1
-72
/
+89
2017-04-18
Btrfs: separate DISCARD from __btrfs_map_block
Liu Bo
1
-114
/
+175
2017-04-18
Btrfs: create a helper for getting chunk map
Liu Bo
1
-108
/
+55
2017-04-18
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-04-18
btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: fix a bogus warning when converting only data or metadata
Adam Borowski
1
-3
/
+9
2017-04-15
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-04-11
Btrfs: fix potential use-after-free for cloned bio
Liu Bo
1
-1
/
+1
2017-03-03
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+12
2017-02-28
btrfs: handle allocation error in update_dev_stat_item
David Sterba
1
-1
/
+2
2017-02-28
btrfs: constify device path passed to relevant helpers
David Sterba
1
-8
/
+10
2017-02-26
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+7
2017-02-17
btrfs: remove unused parameter from init_first_rw_device
David Sterba
1
-5
/
+3
2017-02-17
btrfs: remove unused parameter from __btrfs_alloc_chunk
David Sterba
1
-6
/
+4
2017-02-02
block: Get rid of blk_get_backing_dev_info()
Jan Kara
1
-1
/
+1
2016-12-16
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-432
/
+413
2016-12-06
btrfs: opencode chunk locking, remove helpers
David Sterba
1
-35
/
+35
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
1
-17
/
+16
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-92
/
+67
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-254
/
+257
2016-12-06
btrfs: root->fs_info cleanup, lock/unlock_chunks
Jeff Mahoney
1
-35
/
+35
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-19
/
+22
2016-12-06
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
Jeff Mahoney
1
-21
/
+20
2016-12-06
btrfs: btrfs_init_new_device should use fs_info->dev_root
Jeff Mahoney
1
-1
/
+2
2016-12-06
btrfs: call functions that always use the same root with fs_info instead
Jeff Mahoney
1
-21
/
+26
2016-12-06
btrfs: call functions that overwrite their root parameter with fs_info
Jeff Mahoney
1
-31
/
+25
2016-11-30
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
1
-1
/
+1
2016-11-30
btrfs: use new helpers to set uuids in eb
David Sterba
1
-2
/
+2
2016-11-29
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
1
-28
/
+30
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
2016-11-01
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-10-10
Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"
Chris Mason
1
-10
/
+14
[next]