summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2020-12-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe
2020-12-12io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-12-10file: Remove get_files_structEric W. Biederman
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman
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-10zonefs: fix page reference and BIO leakDamien Le Moal
2020-12-10erofs: avoid using generic_block_bmapHuang Jianan
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