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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
btrfs: fix null pointer dereference in btrfs_show_devname when name is null
Anand Jain
1
-0
/
+2
2014-07-03
btrfs: fix null pointer dereference in clone_fs_devices when name is null
Anand Jain
1
-5
/
+7
2014-07-03
btrfs: fix nossd and ssd_spread mount option regression
Eric Sandeen
1
-1
/
+2
2014-07-03
Btrfs: fix race between balance recovery and root deletion
Wang Shilong
2
-0
/
+4
2014-07-03
Btrfs: atomically set inode->i_flags in btrfs_update_iflags
Filipe Manana
1
-7
/
+10
2014-06-29
btrfs: only unlock block in verify_parent_transid if we locked it
Josef Bacik
1
-1
/
+2
2014-06-29
Btrfs: assert send doesn't attempt to start transactions
Filipe Manana
1
-2
/
+4
2014-06-29
btrfs compression: reuse recently used workspace
Sergey Senozhatsky
1
-1
/
+1
2014-06-29
Btrfs: fix crash when mounting raid5 btrfs with missing disks
Liu Bo
1
-2
/
+3
2014-06-29
btrfs: create sprout should rename fsid on the sysfs as well
Anand Jain
1
-0
/
+9
2014-06-29
btrfs: dev replace should replace the sysfs entry
Anand Jain
1
-0
/
+5
2014-06-29
btrfs: dev add should add its sysfs entry
Anand Jain
3
-3
/
+16
2014-06-29
btrfs: dev delete should remove sysfs entry
Anand Jain
3
-0
/
+26
2014-06-29
btrfs: rename add_device_membership to btrfs_kobj_add_device
Anand Jain
1
-2
/
+2
2014-06-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
11
-172
/
+359
2014-06-20
Btrfs: fix wrong error handle when the device is missing or is not writeable
Miao Xie
1
-7
/
+15
2014-06-20
Btrfs: fix deadlock when mounting a degraded fs
Miao Xie
2
-1
/
+9
2014-06-20
Btrfs: use bio_endio_nodec instead of open code
Miao Xie
1
-8
/
+1
2014-06-20
Btrfs: fix NULL pointer crash when running balance and scrub concurrently
Wang Shilong
3
-7
/
+6
2014-06-20
btrfs: Skip scrubbing removed chunks to avoid -ENOENT.
Qu Wenruo
1
-10
/
+9
2014-06-20
Btrfs: fix broken free space cache after the system crashed
Miao Xie
4
-44
/
+186
2014-06-20
Btrfs: make free space cache write out functions more readable
Miao Xie
1
-66
/
+93
2014-06-20
Btrfs: remove unused wait queue in struct extent_buffer
Filipe Manana
1
-1
/
+0
2014-06-20
Btrfs: fix deadlocks with trylock on tree nodes
Chris Mason
1
-34
/
+46
2014-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
8
-36
/
+182
2014-06-13
btrfs: fix error handling in create_pending_snapshot
Eric Sandeen
1
-5
/
+7
2014-06-13
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-13
btrfs: free ulist in qgroup_shared_accounting() error path
Eric Sandeen
1
-1
/
+3
2014-06-13
Btrfs: fix qgroups sanity test crash or hang
Filipe Manana
1
-0
/
+2
2014-06-13
btrfs: prevent RCU warning when dereferencing radix tree slot
Sasha Levin
1
-1
/
+1
2014-06-13
Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting
Wang Shilong
1
-2
/
+7
2014-06-13
btrfs: new ioctl TREE_SEARCH_V2
Gerhard Heift
1
-0
/
+41
2014-06-13
btrfs: tree_search, search_ioctl: direct copy to userspace
Gerhard Heift
1
-15
/
+33
2014-06-13
btrfs: new function read_extent_buffer_to_user
Gerhard Heift
2
-0
/
+40
2014-06-13
btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW
Gerhard Heift
1
-9
/
+15
2014-06-13
btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer
Gerhard Heift
1
-2
/
+26
2014-06-13
btrfs: tree_search, search_ioctl: accept varying buffer
Gerhard Heift
1
-7
/
+11
2014-06-13
btrfs: tree_search: eliminate redundant nr_items check
Gerhard Heift
1
-5
/
+7
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-62
/
+36
2014-06-12
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
2
-2
/
+6
2014-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
46
-1303
/
+3693
2014-06-11
Btrfs: convert smp_mb__{before,after}_clear_bit
Chris Mason
1
-2
/
+2
2014-06-10
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
3
-15
/
+24
2014-06-10
Btrfs: make fsync work after cloning into a file
Filipe Manana
4
-38
/
+155
2014-06-10
Btrfs: use right type to get real comparison
Liu Bo
1
-1
/
+1
2014-06-10
Btrfs: don't check nodes for extent items
Josef Bacik
1
-2
/
+3
2014-06-10
Btrfs: don't release invalid page in btrfs_page_exists_in_range()
Filipe Manana
1
-0
/
+1
2014-06-10
Btrfs: make sure we retry if page is a retriable exception
Filipe Manana
1
-1
/
+3
2014-06-10
Btrfs: make sure we retry if we couldn't get the page
Filipe Manana
1
-1
/
+3
2014-06-10
btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56
Gui Hecheng
1
-1
/
+1
[prev]
[next]