aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman1-4/+5
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman1-12/+5
2020-12-10file: Implement task_lookup_next_fd_rcuEric W. Biederman1-0/+21
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman1-6/+1
2020-12-10file: Implement task_lookup_fd_rcuEric W. Biederman1-0/+15
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman1-1/+1
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2-4/+4
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman3-8/+10
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman1-1/+1
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman1-10/+3
2020-12-10exec: Remove reset_files_structEric W. Biederman1-12/+0
2020-12-10exec: Simplify unshare_filesEric W. Biederman2-8/+2
2020-12-10exec: Move unshare_files to fix posix file locking during execEric W. Biederman1-14/+15
2020-12-10exec: Don't open code get_close_on_execEric W. Biederman1-2/+1
2020-12-10f2fs: compress: fix compression chksumChao Yu2-2/+1
2020-12-10f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu1-5/+4
2020-12-10fuse: fix bad inodeMiklos Szeredi7-17/+74
2020-12-10NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()Trond Myklebust1-5/+7
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-12-10erofs: avoid using generic_block_bmapHuang Jianan1-19/+7
2020-12-09ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu1-1/+0
2020-12-09ext4: update ext4_data_block_valid related commentsChunguang Xu1-3/+3
2020-12-09io_uring: fix io_cqring_events()'s noflushPavel Begunkov1-1/+1
2020-12-09io_uring: fix racy IOPOLL flush overflowPavel Begunkov1-4/+6
2020-12-09io_uring: fix racy IOPOLL completionsPavel Begunkov1-5/+18
2020-12-09io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang1-2/+13
2020-12-09io_uring: add timeout updatePavel Begunkov1-4/+50
2020-12-09io_uring: restructure io_timeout_cancel()Pavel Begunkov1-19/+23
2020-12-09io_uring: fix files cancellationPavel Begunkov1-4/+4
2020-12-09io_uring: use bottom half safe lock for fixed file dataJens Axboe1-8/+8
2020-12-09io_uring: fix miscounting ios_leftPavel Begunkov1-12/+9
2020-12-09io_uring: change submit file state invariantPavel Begunkov1-11/+10
2020-12-09io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang1-1/+9
2020-12-09io_uring: share fixed_file_refs b/w multiple rsrcsPavel Begunkov1-8/+15
2020-12-09io_uring: replace inflight_wait with tctx->waitPavel Begunkov1-7/+6
2020-12-09io_uring: don't take fs for recvmsg/sendmsgPavel Begunkov1-4/+2
2020-12-09io_uring: only wake up sq thread while current task is in io worker contextXiaoguang Wang1-3/+8
2020-12-09io_uring: don't acquire uring_lock twiceXiaoguang Wang1-11/+7
2020-12-09io_uring: initialize 'timeout' properly in io_sq_thread()Xiaoguang Wang1-1/+1
2020-12-09io_uring: refactor io_sq_thread() handlingXiaoguang Wang1-102/+67
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov3-125/+21
2020-12-09io_uring: pass files into kill timeouts/pollPavel Begunkov1-8/+10
2020-12-09io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov1-22/+12
2020-12-09io_uring: cancel only requests of current taskPavel Begunkov1-18/+5
2020-12-09io_uring: add a {task,files} pair matching helperPavel Begunkov1-26/+22
2020-12-09io_uring: simplify io_task_match()Pavel Begunkov1-5/+1
2020-12-09io_uring: inline io_import_iovec()Pavel Begunkov1-24/+16
2020-12-09io_uring: remove duplicated io_size from rwPavel Begunkov1-10/+6
2020-12-09fs/io_uring Don't use the return value from import_iovec().David Laight1-4/+4
2020-12-09io_uring: NULL files dereference by SQPOLLPavel Begunkov1-7/+12