summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman
2020-12-10file: Implement task_lookup_next_fd_rcuEric W. Biederman
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman
2020-12-10file: Implement task_lookup_fd_rcuEric W. Biederman
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman
2020-12-10exec: Remove reset_files_structEric W. Biederman
2020-12-10exec: Simplify unshare_filesEric W. Biederman
2020-12-10exec: Move unshare_files to fix posix file locking during execEric W. Biederman
2020-12-10exec: Don't open code get_close_on_execEric W. Biederman
2020-12-10f2fs: compress: fix compression chksumChao Yu
2020-12-10f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-12-10NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()Trond Myklebust
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal
2020-12-10erofs: avoid using generic_block_bmapHuang Jianan
2020-12-09ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu
2020-12-09ext4: update ext4_data_block_valid related commentsChunguang Xu
2020-12-09io_uring: fix io_cqring_events()'s noflushPavel Begunkov
2020-12-09io_uring: fix racy IOPOLL flush overflowPavel Begunkov
2020-12-09io_uring: fix racy IOPOLL completionsPavel Begunkov
2020-12-09io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang
2020-12-09io_uring: add timeout updatePavel Begunkov
2020-12-09io_uring: restructure io_timeout_cancel()Pavel Begunkov
2020-12-09io_uring: fix files cancellationPavel Begunkov
2020-12-09io_uring: use bottom half safe lock for fixed file dataJens Axboe
2020-12-09io_uring: fix miscounting ios_leftPavel Begunkov
2020-12-09io_uring: change submit file state invariantPavel Begunkov
2020-12-09io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang
2020-12-09io_uring: share fixed_file_refs b/w multiple rsrcsPavel Begunkov
2020-12-09io_uring: replace inflight_wait with tctx->waitPavel Begunkov
2020-12-09io_uring: don't take fs for recvmsg/sendmsgPavel Begunkov
2020-12-09io_uring: only wake up sq thread while current task is in io worker contextXiaoguang Wang
2020-12-09io_uring: don't acquire uring_lock twiceXiaoguang Wang
2020-12-09io_uring: initialize 'timeout' properly in io_sq_thread()Xiaoguang Wang
2020-12-09io_uring: refactor io_sq_thread() handlingXiaoguang Wang
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov
2020-12-09io_uring: pass files into kill timeouts/pollPavel Begunkov
2020-12-09io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov
2020-12-09io_uring: cancel only requests of current taskPavel Begunkov
2020-12-09io_uring: add a {task,files} pair matching helperPavel Begunkov
2020-12-09io_uring: simplify io_task_match()Pavel Begunkov
2020-12-09io_uring: inline io_import_iovec()Pavel Begunkov
2020-12-09io_uring: remove duplicated io_size from rwPavel Begunkov
2020-12-09fs/io_uring Don't use the return value from import_iovec().David Laight
2020-12-09io_uring: NULL files dereference by SQPOLLPavel Begunkov