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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
btrfs: allow scanning multiple devices during mount
Christoph Hellwig
1
-5
/
+16
2008-09-25
btrfs: sanity mount option parsing and early mount code
Christoph Hellwig
3
-108
/
+141
2008-09-25
btrfs: fix strange indentation in lookup_extent_mapping
Christoph Hellwig
1
-1
/
+7
2008-09-25
btrfs: tiny makefile cleanup
Christoph Hellwig
1
-7
/
+1
2008-09-25
Btrfs: transaction ioctls
Sage Weil
5
-2
/
+83
2008-09-25
Btrfs: Dislable acl xattr handlers
Yan
1
-6
/
+6
2008-09-25
Btrfs: bdi_init and bdi_destroy come with 2.6.23
Jan Engelhardt
1
-3
/
+3
2008-09-25
btrfsctl -A error code fixup
Linda Knippers
1
-2
/
+2
2008-09-25
Btrfs: Invalidate dcache entry after creating snapshot and
Sven Wegener
3
-1
/
+39
2008-09-25
Btrfs: Fix race in running_transaction checks
Chris Mason
1
-1
/
+3
2008-09-25
btrfs delete ordered inode handling fix
Mingming
5
-32
/
+23
2008-09-25
Btrfs: Always use the async submission queue for checksummed writes
Chris Mason
1
-7
/
+0
2008-09-25
Btrfs: Allocator fix variety pack
Chris Mason
5
-97
/
+209
2008-09-25
Btrfs: Use kzalloc on the fs_devices allocation
Chris Mason
1
-2
/
+1
2008-09-25
Btrfs: Handle transid == 0 while opening devices
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Enable btree balancing on old kernels again
Chris Mason
1
-3
/
+0
2008-09-25
Btrfs: Change the congestion functions to meter the number of async submits a...
Chris Mason
2
-0
/
+10
2008-09-25
Fix corners in writepage and btrfs_truncate_page
Chris Mason
3
-15
/
+17
2008-09-25
Fix btrfs_open_devices to deal with changes since the scan ioctls
Chris Mason
3
-15
/
+63
2008-09-25
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
Chris Mason
6
-109
/
+253
2008-09-25
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
9
-49
/
+155
2008-09-25
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
6
-64
/
+55
2008-09-25
Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls forever
Chris Mason
1
-0
/
+8
2008-09-25
Btrfs: Chunk relocation fine tuning, and add a few printks to show progress
Chris Mason
2
-3
/
+19
2008-09-25
Btrfs: A number of nodatacow fixes
Chris Mason
2
-5
/
+23
2008-09-25
Btrfs: Only open block devices once during mount -o subvol=
Chris Mason
1
-0
/
+3
2008-09-25
Btrfs: Update nodatacow mode to support cloned single files and resizing
Chris Mason
3
-5
/
+19
2008-09-25
Btrfs: Properly find the root for snapshotted blocks during chunk relocation
Chris Mason
3
-12
/
+156
2008-09-25
Btrfs: Add support for online device removal
Chris Mason
8
-122
/
+412
2008-09-25
Btrfs: Fix clone ioctl to not hold the path over inserts
Chris Mason
1
-32
/
+47
2008-09-25
Btrfs: Silence bogus inode.c compiler warnings
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Add workaround for AppArmor changing remove_suid()
Jeff Mahoney
2
-0
/
+30
2008-09-25
Btrfs: Fix do_sync_file_range ifdefs (2.6.22)
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Compile warning fixup in volume.c
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Clone file data ioctl
Sage Weil
5
-11
/
+179
2008-09-25
Btrfs: Fixes for 2.6.18 enterprise kernels
Chris Mason
3
-7
/
+26
2008-09-25
Btrfs: Tune stripe selection for raid1 and raid10
Chris Mason
1
-10
/
+7
2008-09-25
Btrfs: Deal with failed writes in mirrored configurations
Chris Mason
4
-8
/
+33
2008-09-25
Btrfs: Drop some verbose printks
Chris Mason
3
-23
/
+10
2008-09-25
Btrfs: Add balance ioctl to restripe the chunks
Chris Mason
5
-27
/
+208
2008-09-25
Btrfs: Add new ioctl to add devices
Chris Mason
6
-0
/
+108
2008-09-25
Btrfs: Do more optimal file RA during shrinking and defrag
Chris Mason
2
-9
/
+22
2008-09-25
Btrfs: Avoid recursive chunk allocations
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Make the resizer work based on shrinking and growing devices
Chris Mason
6
-108
/
+407
2008-09-25
Btrfs: write_cache_pages came in 2.6.22
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Add failure handling for read_sys_array
Chris Mason
2
-9
/
+18
2008-09-25
Btrfs: write_extent_pages came in 2.6.23
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Throttle file_write when data=ordered is flushing the inode
Chris Mason
6
-2
/
+28
2008-09-25
Btrfs: Fix balance_level to free the middle block if there is room in the lef...
Chris Mason
2
-9
/
+30
2008-09-25
Btrfs: Don't empty the middle buffer in push_nodes_for_insert
Chris Mason
1
-7
/
+12
[next]