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
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
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
2021-04-23
io_uring: check sqring and iopoll_list before shedule
Hao Xu
1
-17
/
+19
2021-04-23
afs: Use the netfs_write_begin() helper
David Howells
3
-97
/
+31
2021-04-23
afs: Use new netfs lib read helper API
David Howells
5
-251
/
+88
2021-04-23
afs: Use the fs operation ops to handle FetchData completion
David Howells
5
-7
/
+19
2021-04-23
afs: Prepare for use of THPs
David Howells
4
-202
/
+244
2021-04-23
afs: Extract writeback extension into its own function
David Howells
1
-42
/
+67
2021-04-23
afs: Wait on PG_fscache before modifying/releasing a page
David Howells
2
-0
/
+19
2021-04-23
afs: Use ITER_XARRAY for writing
David Howells
5
-186
/
+107
2021-04-23
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
6
-249
/
+314
2021-04-23
afs: Log remote unmarshalling errors
David Howells
1
-0
/
+34
2021-04-23
afs: Don't truncate iter during data fetch
David Howells
4
-8
/
+23
2021-04-23
afs: Move key to afs_read struct
David Howells
4
-15
/
+19
2021-04-23
afs: Print the operation debug_id when logging an unexpected data version
David Howells
1
-2
/
+3
2021-04-23
afs: Pass page into dirty region helpers to provide THP size
David Howells
3
-54
/
+42
2021-04-23
afs: Disable use of the fscache I/O routines
David Howells
3
-175
/
+36
2021-04-23
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
10
-3
/
+557
2021-04-23
netfs: Add a tracepoint to log failures that would be otherwise unseen
David Howells
1
-2
/
+12
2021-04-23
netfs: Define an interface to talk to a cache
David Howells
1
-1
/
+238
2021-04-23
netfs: Add write_begin helper
David Howells
3
-3
/
+174
2021-04-23
netfs: Gather stats
David Howells
5
-2
/
+127
2021-04-23
netfs: Add tracepoints
David Howells
1
-0
/
+26
2021-04-23
netfs: Provide readahead and readpage netfs helpers
David Howells
5
-0
/
+794
2021-04-23
netfs: Make a netfs helper module
David Howells
1
-0
/
+8
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
3
-3
/
+3
2021-04-22
fsverity: relax build time dependency on CRYPTO_SHA256
Ard Biesheuvel
1
-2
/
+6
2021-04-22
fscrypt: relax Kconfig dependencies for crypto API algorithms
Ard Biesheuvel
1
-8
/
+22
2021-04-21
fs/reiserfs/journal.c: delete useless variables
Tian Tao
1
-4
/
+2
2021-04-20
gfs2: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+3
2021-04-20
io_uring: refactor io_sq_offload_create()
Pavel Begunkov
1
-14
/
+6
2021-04-20
io_uring: safer sq_creds putting
Pavel Begunkov
1
-2
/
+2
2021-04-20
io_uring: move inflight un-tracking into cleanup
Pavel Begunkov
1
-10
/
+9
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
9
-2
/
+173
2021-04-20
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
4
-30
/
+31
2021-04-20
btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
1
-0
/
+16
2021-04-20
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
4
-2
/
+107
2021-04-20
btrfs: zoned: fix unpaired block group unfreeze during device replace
Filipe Manana
1
-3
/
+2
2021-04-20
btrfs: fix race when picking most recent mod log operation for an old root
Filipe Manana
1
-0
/
+20
2021-04-20
io-wq: remove unused io_wqe_need_worker() function
Jens Axboe
1
-13
/
+0
2021-04-20
btrfs: fix metadata extent leak after failure to create subvolume
Filipe Manana
1
-3
/
+15
2021-04-20
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
122
-1073
/
+1659
2021-04-19
btrfs: handle remount to no compress during compression
Qu Wenruo
1
-3
/
+8
2021-04-19
io_uring: fix shared sqpoll cancellation hangs
Pavel Begunkov
1
-13
/
+14
2021-04-19
io_uring: remove extra sqpoll submission halting
Pavel Begunkov
1
-8
/
+4
2021-04-19
btrfs: zoned: fail mount if the device does not support zone append
Johannes Thumshirn
1
-0
/
+7
2021-04-19
btrfs: fix race between transaction aborts and fsyncs leading to use-after-free
Filipe Manana
1
-1
/
+11
2021-04-19
btrfs: introduce submit_eb_subpage() to submit a subpage metadata page
Qu Wenruo
1
-0
/
+95
2021-04-19
btrfs: make lock_extent_buffer_for_io() to be subpage compatible
Qu Wenruo
1
-1
/
+7
2021-04-19
btrfs: introduce write_one_subpage_eb() function
Qu Wenruo
1
-0
/
+53
2021-04-19
btrfs: introduce end_bio_subpage_eb_writepage() function
Qu Wenruo
1
-29
/
+106
2021-04-19
btrfs: check return value of btrfs_commit_transaction in relocation
Josef Bacik
1
-4
/
+5
[prev]
[next]