index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
io_uring: don't unconditionally set plug->nowait = true
Jens Axboe
1
-3
/
+0
2020-09-25
io_uring: ensure open/openat2 name is cleaned on cancelation
Jens Axboe
1
-0
/
+5
2020-09-21
io_uring: fix openat/openat2 unified prep handling
Jens Axboe
1
-2
/
+4
2020-09-21
io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL
Jens Axboe
1
-2
/
+4
2020-09-21
io_uring: don't use retry based buffered reads for non-async bdev
Jens Axboe
1
-1
/
+5
2020-09-21
io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there
Jens Axboe
1
-6
/
+10
2020-09-14
io_uring: don't run task work on an exiting task
Jens Axboe
1
-0
/
+11
2020-09-14
io_uring: drop 'ctx' ref on task work cancelation
Jens Axboe
1
-0
/
+2
2020-09-13
io_uring: grab any needed state during defer prep
Jens Axboe
1
-0
/
+2
2020-09-05
io_uring: fix linked deferred ->files cancellation
Pavel Begunkov
1
-2
/
+23
2020-09-05
io_uring: fix cancel of deferred reqs with ->files
Pavel Begunkov
1
-0
/
+27
2020-09-05
io_uring: fix explicit async read/write mapping for large segments
Jens Axboe
1
-3
/
+4
2020-09-02
io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file
Jens Axboe
1
-0
/
+10
2020-09-02
io_uring: set table->files[i] to NULL when io_sqe_file_register failed
Jiufei Xue
1
-0
/
+1
2020-09-01
io_uring: fix removing the wrong file in __io_sqe_files_update()
Jiufei Xue
1
-1
/
+1
2020-08-27
io_uring: don't bounce block based -EAGAIN retry off task_work
Jens Axboe
1
-20
/
+6
2020-08-27
io_uring: fix IOPOLL -EAGAIN retries
Jens Axboe
1
-5
/
+9
2020-08-26
io_uring: clear req->result on IOPOLL re-issue
Jens Axboe
1
-0
/
+1
2020-08-26
io_uring: make offset == -1 consistent with preadv2/pwritev2
Jens Axboe
1
-4
/
+9
2020-08-25
io_uring: ensure read requests go through -ERESTART* transformation
Jens Axboe
1
-1
/
+2
2020-08-25
io_uring: don't use poll handler if file can't be nonblocking read/written
Jens Axboe
1
-1
/
+9
2020-08-25
io_uring: fix imbalanced sqo_mm accounting
Jens Axboe
1
-7
/
+3
2020-08-25
io_uring: revert consumed iov_iter bytes on error
Jens Axboe
1
-0
/
+4
2020-08-23
io-wq: fix hang after cancelling pending hashed work
Pavel Begunkov
1
-2
/
+19
2020-08-23
io_uring: don't recurse on tsk->sighand->siglock with signalfd
Jens Axboe
1
-6
/
+16
2020-08-20
io_uring: kill extra iovec=NULL in import_iovec()
Pavel Begunkov
1
-3
/
+1
2020-08-20
io_uring: comment on kfree(iovec) checks
Pavel Begunkov
1
-0
/
+2
2020-08-20
io_uring: fix racy req->flags modification
Pavel Begunkov
1
-44
/
+17
2020-08-19
io_uring: use system_unbound_wq for ring exit work
Jens Axboe
1
-1
/
+7
2020-08-18
io_uring: cleanup io_import_iovec() of pre-mapped request
Jens Axboe
1
-14
/
+14
2020-08-16
io_uring: get rid of kiocb_wait_page_queue_init()
Jens Axboe
1
-30
/
+11
2020-08-16
io_uring: find and cancel head link async work on files exit
Jens Axboe
1
-4
/
+29
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-153
/
+386
2020-08-15
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-15
Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux
Linus Torvalds
3
-62
/
+17
2020-08-15
Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-2
/
+4
2020-08-15
Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
23
-121
/
+2274
2020-08-14
fs: autofs: delete repeated words in comments
Randy Dunlap
1
-2
/
+2
2020-08-14
exec: restore EACCES of S_ISDIR execve()
Kees Cook
1
-1
/
+3
2020-08-13
SMB3: Fix mkdir when idsfromsid configured on mount
Steve French
1
-0
/
+1
2020-08-13
io_uring: internally retry short reads
Jens Axboe
1
-39
/
+70
2020-08-13
io_uring: retain iov_iter state over io_read/io_write calls
Jens Axboe
1
-66
/
+70
2020-08-13
Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
9
-25
/
+65
2020-08-13
Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
15
-19
/
+21
2020-08-13
Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-116
/
+121
2020-08-12
io_uring: enable lookup of links holding inflight files
Jens Axboe
1
-10
/
+87
2020-08-12
Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
14
-103
/
+482
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
37
-315
/
+386
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
[next]