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
2021-08-25
io_uring: hand code io_accept() fd installing
Pavel Begunkov
1
-7
/
+20
2021-08-25
io_uring: openat directly into fixed fd table
Pavel Begunkov
1
-8
/
+66
2021-08-25
configfs: fix a race in configfs_lookup()
Sishuai Gong
1
-3
/
+4
2021-08-25
configfs: fold configfs_attach_attr into configfs_lookup
Christoph Hellwig
1
-49
/
+24
2021-08-25
configfs: simplify the configfs_dirent_is_ready
Christoph Hellwig
1
-3
/
+1
2021-08-25
configfs: return -ENAMETOOLONG earlier in configfs_lookup
Christoph Hellwig
1
-2
/
+3
2021-08-25
xfs: fix I_DONTCACHE
Dave Chinner
2
-2
/
+3
2021-08-24
block: mark blkdev_fsync static
Christoph Hellwig
1
-2
/
+2
2021-08-24
fs: clean up after mandatory file locking support removal
Lukas Bulwahn
1
-7
/
+3
2021-08-24
xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
Darrick J. Wong
1
-4
/
+4
2021-08-24
Keep read and write fds with each nlm_file
J. Bruce Fields
5
-41
/
+102
2021-08-23
io_uring: add support for IORING_OP_LINKAT
Dmitry Kadashev
3
-1
/
+74
2021-08-23
io_uring: add support for IORING_OP_SYMLINKAT
Dmitry Kadashev
3
-2
/
+69
2021-08-23
block: use the percpu bio cache in __blkdev_direct_IO
Christoph Hellwig
1
-2
/
+4
2021-08-23
io_uring: enable use of bio alloc cache
Jens Axboe
1
-1
/
+1
2021-08-23
io_uring: fix io_try_cancel_userdata race for iowq
Pavel Begunkov
1
-2
/
+3
2021-08-23
io_uring: add support for IORING_OP_MKDIRAT
Dmitry Kadashev
1
-0
/
+60
2021-08-23
namei: update do_*() helpers to return ints
Dmitry Kadashev
2
-8
/
+8
2021-08-23
namei: make do_linkat() take struct filename
Dmitry Kadashev
1
-16
/
+29
2021-08-23
namei: add getname_uflags()
Dmitry Kadashev
2
-6
/
+10
2021-08-23
namei: make do_symlinkat() take struct filename
Dmitry Kadashev
1
-11
/
+12
2021-08-23
namei: make do_mknodat() take struct filename
Dmitry Kadashev
1
-8
/
+11
2021-08-23
namei: make do_mkdirat() take struct filename
Dmitry Kadashev
2
-7
/
+20
2021-08-23
namei: change filename_parentat() calling conventions
Dmitry Kadashev
1
-55
/
+53
2021-08-23
namei: ignore ERR/NULL names in putname()
Dmitry Kadashev
1
-4
/
+5
2021-08-23
io_uring: IRQ rw completion batching
Pavel Begunkov
1
-1
/
+16
2021-08-23
io_uring: batch task work locking
Pavel Begunkov
1
-31
/
+49
2021-08-23
io_uring: flush completions for fallbacks
Pavel Begunkov
1
-0
/
+5
2021-08-23
io_uring: add ->splice_fd_in checks
Pavel Begunkov
1
-22
/
+30
2021-08-23
io_uring: add clarifying comment for io_cqring_ev_posted()
Jens Axboe
1
-0
/
+7
2021-08-23
io_uring: place fixed tables under memcg limits
Pavel Begunkov
1
-3
/
+4
2021-08-23
io_uring: limit fixed table size by RLIMIT_NOFILE
Pavel Begunkov
1
-0
/
+2
2021-08-23
io_uring: fix lack of protection for compl_nr
Hao Xu
1
-1
/
+2
2021-08-23
io_uring: Add register support for non-4k PAGE_SIZE
wangyangbo
1
-2
/
+2
2021-08-23
io_uring: extend task put optimisations
Pavel Begunkov
1
-7
/
+9
2021-08-23
io_uring: add comments on why PF_EXITING checking is safe
Jens Axboe
1
-0
/
+2
2021-08-23
io-wq: move nr_running and worker_refs out of wqe->lock protection
Hao Xu
1
-3
/
+4
2021-08-23
io_uring: fix io_timeout_remove locking
Pavel Begunkov
1
-4
/
+10
2021-08-23
io_uring: improve same wq polling
Pavel Begunkov
1
-3
/
+5
2021-08-23
io_uring: reuse io_req_complete_post()
Pavel Begunkov
1
-37
/
+11
2021-08-23
io_uring: better encapsulate buffer select for rw
Pavel Begunkov
1
-16
/
+7
2021-08-23
io_uring: optimise io_prep_linked_timeout()
Pavel Begunkov
1
-3
/
+22
2021-08-23
io_uring: cancel not-armed linked touts separately
Pavel Begunkov
1
-3
/
+16
2021-08-23
io_uring: simplify io_prep_linked_timeout
Pavel Begunkov
1
-10
/
+10
2021-08-23
io_uring: kill REQ_F_LTIMEOUT_ACTIVE
Pavel Begunkov
1
-9
/
+10
2021-08-23
io_uring: optimise hot path of ltimeout prep
Pavel Begunkov
1
-20
/
+25
2021-08-23
io_uring: deduplicate cancellation code
Pavel Begunkov
1
-28
/
+18
2021-08-23
io_uring: kill not necessary resubmit switch
Pavel Begunkov
1
-7
/
+7
2021-08-23
io_uring: optimise initial ltimeout refcounting
Pavel Begunkov
1
-2
/
+1
2021-08-23
io_uring: don't inflight-track linked timeouts
Pavel Begunkov
1
-2
/
+0
[prev]
[next]