index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2015-12-03
btrfs: make btrfs_close_one_device static
David Sterba
1
-1
/
+2
2015-11-28
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+6
2015-11-25
btrfs: fix balance range usage filters in 4.4-rc
Holger Hoffstätte
1
-2
/
+2
2015-11-25
btrfs: fix rcu warning during device replace
David Sterba
1
-4
/
+2
2015-11-25
Btrfs: fix the number of transaction units needed to remove a block group
Filipe Manana
1
-1
/
+2
2015-11-25
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
1
-1
/
+1
2015-11-14
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+21
2015-11-11
btrfs: Fix lost-data-profile caused by balance bg
Zhao Lei
1
-0
/
+21
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+2
2015-10-27
btrfs: extend balance filter usage to take minimum and maximum
David Sterba
1
-1
/
+40
2015-10-27
btrfs: add balance filter for stripes
Gabríel Arthúr Pétursson
1
-0
/
+19
2015-10-27
btrfs: extend balance filter limit to take minimum and maximum
David Sterba
1
-0
/
+42
2015-10-22
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
1
-1
/
+1
2015-10-22
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
1
-68
/
+88
2015-10-21
btrfs: cleanup btrfs_balance profile validity checks
Alexandru Moise
1
-9
/
+12
2015-10-21
btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()
Zhao Lei
1
-0
/
+7
2015-10-21
btrfs: Move btrfs_raid_array to public
Zhao Lei
1
-59
/
+69
2015-10-13
Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...
Chris Mason
1
-0
/
+3
2015-10-13
Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-61
/
+78
2015-10-10
btrfs: comment the rest of implicit barriers before waitqueue_active
David Sterba
1
-0
/
+3
2015-10-08
btrfs: switch more printks to our helpers
David Sterba
1
-1
/
+2
2015-10-08
btrfs: switch message printers to ratelimited _in_rcu variants
David Sterba
1
-2
/
+2
2015-10-08
btrfs: switch message printers to _in_rcu variants
David Sterba
1
-9
/
+9
2015-10-01
Btrfs: add helper for closing one device
Anand Jain
1
-30
/
+36
2015-10-01
Btrfs: don't log error from btrfs_get_bdev_and_sb
Anand Jain
1
-1
/
+0
2015-10-01
Btrfs: enhance btrfs_scratch_superblock to scratch all superblocks
Anand Jain
1
-12
/
+26
2015-10-01
Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not found
Anand Jain
1
-4
/
+2
2015-09-29
Btrfs: consolidate btrfs_error() to btrfs_std_error()
Anand Jain
1
-7
/
+7
2015-09-29
Btrfs: SB read failure should return EIO for __bread failure
Anand Jain
1
-4
/
+4
2015-09-29
Btrfs: rename super_kobj to fsid_kobj
Anand Jain
1
-1
/
+1
2015-09-29
Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link
Anand Jain
1
-3
/
+3
2015-09-29
Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link
Anand Jain
1
-1
/
+1
2015-09-11
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-17
/
+4
2015-09-06
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-35
/
+44
2015-08-31
btrfs: Add raid56 support for updating
Zhao Lei
1
-17
/
+4
2015-08-21
btrfs: fix compile when block cgroups are not enabled
Chris Mason
1
-0
/
+2
2015-08-20
btrfs: use __GFP_NOFAIL in alloc_btrfs_bio
Michal Hocko
1
-3
/
+1
2015-08-13
btrfs: remove bio splitting and merge_bvec_fn() calls
Kent Overstreet
1
-72
/
+0
2015-08-09
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
Chris Mason
1
-24
/
+39
2015-08-09
Btrfs: add support for blkio controllers
Chris Mason
1
-0
/
+8
2015-08-09
btrfs: Cleanup: Remove chunk_objectid argument from btrfs_relocate_chunk()
Zhaolei
1
-8
/
+2
2015-08-09
btrfs: Fix data checksum error cause by replace with io-load.
Zhaolei
1
-0
/
+2
2015-07-29
btrfs: iterate over unused chunk space in FITRIM
Jeff Mahoney
1
-24
/
+39
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-12
/
+11
2015-07-11
Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+44
2015-07-01
Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+163
2015-07-01
Btrfs: fix race between balance and unused block group deletion
Filipe Manana
1
-5
/
+43
2015-06-30
btrfs: cleanup noused initialization of dev in btrfs_end_bio()
Zhao Lei
1
-1
/
+1
2015-06-26
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+6
[prev]
[next]