index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-17
27
-46
/
+18
*
mm: use limited read-ahead to satisfy read
Jens Axboe
2020-10-17
1
-6
/
+14
*
mm: mark async iocb read as NOWAIT once some data has been copied
Jens Axboe
2020-10-17
1
-0
/
+8
*
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
4
-1
/
+41
*
io_uring: use percpu counters to track inflight requests
Jens Axboe
2020-10-17
2
-27
/
+30
*
io_uring: assign new io_identity for task if members have changed
Jens Axboe
2020-10-17
2
-5
/
+17
*
io_uring: store io_identity in io_uring_task
Jens Axboe
2020-10-17
2
-10
/
+12
*
io_uring: COW io_identity on mismatch
Jens Axboe
2020-10-17
2
-52
/
+171
*
io_uring: move io identity items into separate struct
Jens Axboe
2020-10-17
4
-57
/
+64
*
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
12
-200
/
+446
|
\
|
*
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
6
-8
/
+116
|
*
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
12
-172
/
+378
|
\
\
|
*
|
afs: Don't assert on unpurgeable server records
David Howells
2020-10-16
2
-1
/
+8
|
*
|
afs: Add tracing for cell refcount and active user count
David Howells
2020-10-16
10
-55
/
+208
|
*
|
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
|
*
|
afs: Fix rapid cell addition/removal by not using RCU on cells tree
David Howells
2020-10-16
5
-93
/
+71
*
|
|
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-17
28
-493
/
+1795
|
\
\
\
|
*
|
|
f2fs: code cleanup by removing unnecessary check
Chengguang Xu
2020-10-14
1
-3
/
+2
|
*
|
|
f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info
Jamie Iles
2020-10-14
1
-0
/
+1
|
*
|
|
f2fs: fix writecount false positive in releasing compress blocks
Daeho Jeong
2020-10-14
1
-1
/
+2
|
*
|
|
f2fs: introduce check_swap_activate_fast()
Chao Yu
2020-10-14
1
-0
/
+80
|
*
|
|
f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case
Chao Yu
2020-10-14
1
-0
/
+3
|
*
|
|
f2fs: handle errors of f2fs_get_meta_page_nofail
Jaegeuk Kim
2020-10-14
4
-6
/
+12
|
*
|
|
f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
Chao Yu
2020-10-09
1
-0
/
+3
[next]