index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-wq: re-set NUMA node affinities if CPUs come online
Jens Axboe
2020-10-22
1
-4
/
+56
*
io_uring: don't reuse linked_timeout
Pavel Begunkov
2020-10-22
1
-1
/
+3
*
io_uring: unify fsize with def->work_flags
Jens Axboe
2020-10-21
3
-14
/
+18
*
io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
Pavel Begunkov
2020-10-19
1
-4
/
+13
*
io_uring: do poll's hash_node init in common code
Pavel Begunkov
2020-10-19
1
-2
/
+1
*
io_uring: inline io_poll_task_handler()
Pavel Begunkov
2020-10-19
1
-19
/
+12
*
io_uring: remove extra ->file check in poll prep
Pavel Begunkov
2020-10-19
1
-2
/
+0
*
io_uring: make cached_cq_overflow non atomic_t
Pavel Begunkov
2020-10-19
1
-5
/
+6
*
io_uring: inline io_fail_links()
Pavel Begunkov
2020-10-19
1
-10
/
+3
*
io_uring: kill ref get/drop in personality init
Pavel Begunkov
2020-10-19
1
-4
/
+9
*
io_uring: flags-based creds init in queue
Pavel Begunkov
2020-10-19
1
-2
/
+2
*
io_uring: use blk_queue_nowait() to check if NOWAIT supported
Jeffle Xu
2020-10-19
1
-1
/
+1
*
io_uring: fix double poll mask init
Pavel Begunkov
2020-10-17
1
-1
/
+3
*
io-wq: inherit audit loginuid and sessionid
Jens Axboe
2020-10-17
3
-1
/
+37
*
io_uring: use percpu counters to track inflight requests
Jens Axboe
2020-10-17
1
-22
/
+28
*
io_uring: assign new io_identity for task if members have changed
Jens Axboe
2020-10-17
1
-4
/
+15
*
io_uring: store io_identity in io_uring_task
Jens Axboe
2020-10-17
1
-10
/
+11
*
io_uring: COW io_identity on mismatch
Jens Axboe
2020-10-17
1
-52
/
+170
*
io_uring: move io identity items into separate struct
Jens Axboe
2020-10-17
3
-56
/
+52
*
io_uring: rely solely on work flags to determine personality.
Jens Axboe
2020-10-17
2
-22
/
+33
*
io_uring: pass required context in as flags
Jens Axboe
2020-10-17
3
-64
/
+52
*
io-wq: assign NUMA node locality if appropriate
Jens Axboe
2020-10-17
1
-0
/
+1
*
io_uring: fix error path cleanup in io_sqe_files_register()
Jens Axboe
2020-10-17
1
-1
/
+2
*
Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
Jens Axboe
2020-10-17
1
-2
/
+2
*
io_uring: fix REQ_F_COMP_LOCKED by killing it
Pavel Begunkov
2020-10-17
1
-80
/
+69
*
io_uring: dig out COMP_LOCK from deep call chain
Pavel Begunkov
2020-10-17
1
-24
/
+9
*
io_uring: don't put a poll req under spinlock
Pavel Begunkov
2020-10-17
1
-2
/
+1
*
io_uring: don't unnecessarily clear F_LINK_TIMEOUT
Pavel Begunkov
2020-10-17
1
-1
/
+0
*
io_uring: don't set COMP_LOCKED if won't put
Pavel Begunkov
2020-10-17
1
-1
/
+1
*
io_uring: Fix sizeof() mismatch
Colin Ian King
2020-10-17
1
-1
/
+1
*
Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-17
11
-200
/
+427
|
\
|
*
ovl: use generic vfs_ioc_setflags_prepare() helper
Amir Goldstein
2020-10-06
1
-32
/
+30
|
*
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
Amir Goldstein
2020-10-06
3
-12
/
+51
|
*
ovl: rearrange ovl_can_list()
Miklos Szeredi
2020-09-02
1
-3
/
+6
|
*
ovl: enumerate private xattrs
Miklos Szeredi
2020-09-02
3
-26
/
+59
|
*
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
2020-09-02
9
-86
/
+107
|
*
ovl: drop flags argument from ovl_do_setxattr()
Miklos Szeredi
2020-09-02
6
-9
/
+9
|
*
ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
Miklos Szeredi
2020-09-02
2
-4
/
+4
|
*
ovl: use ovl_do_getxattr() for private xattr
Miklos Szeredi
2020-09-02
4
-8
/
+15
|
*
ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()
Miklos Szeredi
2020-09-02
1
-36
/
+17
|
*
ovl: clean up ovl_getxattr() in copy_up.c
Miklos Szeredi
2020-09-02
1
-21
/
+11
|
*
duplicate ovl_getxattr()
Miklos Szeredi
2020-09-02
3
-4
/
+35
|
*
ovl: provide a mount option "volatile"
Vivek Goyal
2020-09-02
5
-8
/
+97
|
*
ovl: check for incompatible features in work dir
Amir Goldstein
2020-09-02
2
-11
/
+46
*
|
Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-17
11
-172
/
+269
|
\
\
|
*
|
afs: Don't assert on unpurgeable server records
David Howells
2020-10-16
1
-1
/
+6
|
*
|
afs: Add tracing for cell refcount and active user count
David Howells
2020-10-16
9
-55
/
+101
|
*
|
afs: Fix cell removal
David Howells
2020-10-16
2
-6
/
+11
|
*
|
afs: Fix cell purging with aliases
David Howells
2020-10-16
1
-0
/
+3
|
*
|
afs: Fix cell refcounting by splitting the usage counter
David Howells
2020-10-16
9
-76
/
+136
[next]