index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-25
io_uring: use type appropriate io_kiocb handler for double poll
Jens Axboe
1
-2
/
+4
2020-10-23
io_uring: simplify __io_queue_sqe()
Pavel Begunkov
1
-17
/
+11
2020-10-23
io_uring: simplify nxt propagation in io_queue_sqe
Pavel Begunkov
1
-7
/
+3
2020-10-23
io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
Pavel Begunkov
1
-7
/
+3
2020-10-23
io_uring: don't defer put of cancelled ltimeout
Pavel Begunkov
1
-38
/
+20
2020-10-23
io_uring: always clear LINK_TIMEOUT after cancel
Pavel Begunkov
1
-1
/
+1
2020-10-23
io_uring: don't adjust LINK_HEAD in cancel ltimeout
Pavel Begunkov
1
-1
/
+0
2020-10-23
io_uring: remove opcode check on ltimeout kill
Pavel Begunkov
1
-2
/
+1
2020-10-22
splice: change exported internal do_splice() helper to take kernel offset
Jens Axboe
1
-13
/
+50
2020-10-22
io_uring: make loop_rw_iter() use original user supplied pointers
Jens Axboe
1
-14
/
+12
2020-10-22
io_uring: remove req cancel in ->flush()
Pavel Begunkov
1
-23
/
+5
2020-10-22
io-wq: re-set NUMA node affinities if CPUs come online
Jens Axboe
1
-4
/
+56
2020-10-21
io_uring: don't reuse linked_timeout
Pavel Begunkov
1
-1
/
+3
2020-10-20
io_uring: unify fsize with def->work_flags
Jens Axboe
3
-14
/
+18
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
-23
/
+8
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-16
Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
11
-200
/
+427
2020-10-16
Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
11
-171
/
+268
2020-10-16
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
22
-470
/
+1701
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
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
[next]