summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe1-15/+6
2020-12-12io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe1-7/+2
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-104/+162
2020-12-12Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+8
2020-12-12proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-26/+72
2020-12-11NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-11NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-11NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2-11/+11
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman1-5/+5
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2-0/+3
2020-12-10file: Remove get_files_structEric W. Biederman1-13/+0
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2-3/+3
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman1-2/+3
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2-7/+5
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman1-8/+3
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman1-4/+5
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman1-19/+6
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-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-12-10erofs: avoid using generic_block_bmapHuang Jianan1-19/+7
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