index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
proc/fd: In fdinfo seq_show don't use get_files_struct
Eric W. Biederman
1
-4
/
+5
2020-12-10
proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
Eric W. Biederman
1
-12
/
+5
2020-12-10
file: Implement task_lookup_next_fd_rcu
Eric W. Biederman
1
-0
/
+21
2020-12-10
proc/fd: In tid_fd_mode use task_lookup_fd_rcu
Eric W. Biederman
1
-6
/
+1
2020-12-10
file: Implement task_lookup_fd_rcu
Eric W. Biederman
1
-0
/
+15
2020-12-10
file: Rename fcheck lookup_fd_rcu
Eric W. Biederman
1
-1
/
+1
2020-12-10
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
2
-4
/
+4
2020-12-10
file: Factor files_lookup_fd_locked out of fcheck_files
Eric W. Biederman
3
-8
/
+10
2020-12-10
file: Rename __fcheck_files to files_lookup_fd_raw
Eric W. Biederman
1
-1
/
+1
2020-12-10
proc/fd: In proc_fd_link use fget_task
Eric W. Biederman
1
-10
/
+3
2020-12-10
exec: Remove reset_files_struct
Eric W. Biederman
1
-12
/
+0
2020-12-10
exec: Simplify unshare_files
Eric W. Biederman
2
-8
/
+2
2020-12-10
exec: Move unshare_files to fix posix file locking during exec
Eric W. Biederman
1
-14
/
+15
2020-12-10
exec: Don't open code get_close_on_exec
Eric W. Biederman
1
-2
/
+1
2020-12-10
f2fs: compress: fix compression chksum
Chao Yu
2
-2
/
+1
2020-12-10
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
1
-5
/
+4
2020-12-10
fuse: fix bad inode
Miklos Szeredi
7
-17
/
+74
2020-12-10
NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()
Trond Myklebust
1
-5
/
+7
2020-12-10
zonefs: fix page reference and BIO leak
Damien Le Moal
1
-6
/
+8
2020-12-10
erofs: avoid using generic_block_bmap
Huang Jianan
1
-19
/
+7
2020-12-09
ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()
Chunguang Xu
1
-1
/
+0
2020-12-09
ext4: update ext4_data_block_valid related comments
Chunguang Xu
1
-3
/
+3
2020-12-09
io_uring: fix io_cqring_events()'s noflush
Pavel Begunkov
1
-1
/
+1
2020-12-09
io_uring: fix racy IOPOLL flush overflow
Pavel Begunkov
1
-4
/
+6
2020-12-09
io_uring: fix racy IOPOLL completions
Pavel Begunkov
1
-5
/
+18
2020-12-09
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
1
-2
/
+13
2020-12-09
io_uring: add timeout update
Pavel Begunkov
1
-4
/
+50
2020-12-09
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
1
-19
/
+23
2020-12-09
io_uring: fix files cancellation
Pavel Begunkov
1
-4
/
+4
2020-12-09
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
1
-8
/
+8
2020-12-09
io_uring: fix miscounting ios_left
Pavel Begunkov
1
-12
/
+9
2020-12-09
io_uring: change submit file state invariant
Pavel Begunkov
1
-11
/
+10
2020-12-09
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
1
-1
/
+9
2020-12-09
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
1
-8
/
+15
2020-12-09
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
1
-7
/
+6
2020-12-09
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
1
-4
/
+2
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
1
-3
/
+8
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
1
-11
/
+7
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
1
-1
/
+1
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
1
-102
/
+67
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
3
-125
/
+21
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
1
-18
/
+5
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-26
/
+22
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
1
-24
/
+16
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
1
-10
/
+6
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
1
-4
/
+4
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
1
-7
/
+12
[prev]
[next]