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
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
2020-10-19
io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
Pavel Begunkov
1
-4
/
+13
2020-10-19
io_uring: do poll's hash_node init in common code
Pavel Begunkov
1
-2
/
+1
2020-10-19
io_uring: inline io_poll_task_handler()
Pavel Begunkov
1
-19
/
+12
2020-10-19
io_uring: remove extra ->file check in poll prep
Pavel Begunkov
1
-2
/
+0
2020-10-19
io_uring: make cached_cq_overflow non atomic_t
Pavel Begunkov
1
-5
/
+6
2020-10-19
io_uring: inline io_fail_links()
Pavel Begunkov
1
-10
/
+3
2020-10-19
io_uring: kill ref get/drop in personality init
Pavel Begunkov
1
-4
/
+9
2020-10-19
io_uring: flags-based creds init in queue
Pavel Begunkov
1
-2
/
+2
2020-10-19
io_uring: use blk_queue_nowait() to check if NOWAIT supported
Jeffle Xu
1
-1
/
+1
2020-10-17
io_uring: fix double poll mask init
Pavel Begunkov
1
-1
/
+3
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
3
-1
/
+37
2020-10-17
io_uring: use percpu counters to track inflight requests
Jens Axboe
1
-22
/
+28
2020-10-17
io_uring: assign new io_identity for task if members have changed
Jens Axboe
1
-4
/
+15
2020-10-17
io_uring: store io_identity in io_uring_task
Jens Axboe
1
-10
/
+11
2020-10-17
io_uring: COW io_identity on mismatch
Jens Axboe
1
-52
/
+170
2020-10-17
io_uring: move io identity items into separate struct
Jens Axboe
3
-56
/
+52
2020-10-17
io_uring: rely solely on work flags to determine personality.
Jens Axboe
2
-22
/
+33
2020-10-17
io_uring: pass required context in as flags
Jens Axboe
3
-64
/
+52
2020-10-17
io-wq: assign NUMA node locality if appropriate
Jens Axboe
1
-0
/
+1
2020-10-17
io_uring: fix error path cleanup in io_sqe_files_register()
Jens Axboe
1
-1
/
+2
2020-10-17
Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
Jens Axboe
1
-2
/
+2
2020-10-17
io_uring: fix REQ_F_COMP_LOCKED by killing it
Pavel Begunkov
1
-80
/
+69
2020-10-17
io_uring: dig out COMP_LOCK from deep call chain
Pavel Begunkov
1
-24
/
+9
2020-10-17
io_uring: don't put a poll req under spinlock
Pavel Begunkov
1
-2
/
+1
2020-10-17
io_uring: don't unnecessarily clear F_LINK_TIMEOUT
Pavel Begunkov
1
-1
/
+0
2020-10-17
io_uring: don't set COMP_LOCKED if won't put
Pavel Begunkov
1
-1
/
+1
2020-10-17
io_uring: Fix sizeof() mismatch
Colin Ian King
1
-1
/
+1
2020-10-17
Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-200
/
+427
2020-10-17
Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-172
/
+269
2020-10-17
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
22
-470
/
+1701
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+15
2020-10-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
17
-415
/
+330
2020-10-16
ROMFS: support inode blocks calculation
Libing Zhou
1
-0
/
+1
2020-10-16
nilfs2: fix some kernel-doc warnings for nilfs2
Wang Hai
4
-7
/
+6
2020-10-16
autofs: harden ioctl table
Matthew Wilcox
1
-2
/
+6
2020-10-16
ramfs: fix nommu mmap with gaps in the page cache
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
2
-37
/
+9
2020-10-16
binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
Jann Horn
3
-119
/
+129
2020-10-16
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
3
-199
/
+105
2020-10-16
coredump: refactor page range dumping into common helper
Jann Horn
3
-35
/
+39
2020-10-16
coredump: let dump_emit() bail out on short writes
Jann Horn
1
-11
/
+11
2020-10-16
binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU
Jann Horn
1
-8
/
+0
2020-10-16
fs/binfmt_elf: use PT_LOAD p_align values for suitable start address
Chris Kennelly
1
-0
/
+25
2020-10-16
fs: configfs: delete repeated words in comments
Randy Dunlap
2
-2
/
+2
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
2
-4
/
+4
2020-10-16
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
1
-0
/
+2
2020-10-16
afs: Don't assert on unpurgeable server records
David Howells
1
-1
/
+6
2020-10-16
afs: Add tracing for cell refcount and active user count
David Howells
9
-55
/
+101
2020-10-16
afs: Fix cell removal
David Howells
2
-6
/
+11
2020-10-16
afs: Fix cell purging with aliases
David Howells
1
-0
/
+3
[next]