summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-22/+8
|\
| * io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe2020-12-121-15/+6
| * io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe2020-12-121-7/+2
| * Merge branch 'x86/entry' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jens Axboe2020-11-092-7/+17
| |\
* | \ Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-161-2/+2
|\ \ \
| * | | parisc: Make user stack size configurableHelge Deller2020-11-111-2/+2
| |/ /
* | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+6
|\ \ \
| * | | seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+6
* | | | Merge tag 'pstore-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-166-76/+24
|\ \ \ \
| * | | | pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir2020-12-014-3/+10
| * | | | pstore/blk: remove {un,}register_pstore_blkChristoph Hellwig2020-12-011-73/+10
| * | | | pstore/zone: cap the maximum device sizeChristoph Hellwig2020-12-011-0/+4
* | | | | Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-12-161-156/+164
|\ \ \ \ \
| * | | | | fs: ext4: Modify inode-test.c to use KUnit parameterized testing featureArpitha Raghunandan2020-12-031-156/+164
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-169-34/+71
|\ \ \ \ \ \
| * | | | | | mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-161-5/+4
| * | | | | | bfs: don't use WARNING: string when it's just info.Randy Dunlap2020-12-161-1/+1
| * | | | | | fs/nilfs2: remove some unused macros to tame gccAlex Shi2020-12-161-5/+0
| * | | | | | kernel.h: split out mathematical helpersAndy Shevchenko2020-12-161-0/+5
| * | | | | | fs/proc: make pde_get() return nothingHui Su2020-12-161-2/+1
| * | | | | | proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-163-18/+29
| * | | | | | proc: provide details on indirect branch speculationAnand K Mistry2020-12-161-0/+28
| * | | | | | procfs: delete duplicated words + other fixesRandy Dunlap2020-12-162-3/+3
* | | | | | | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-162-11/+11
|\ \ \ \ \ \ \
| * | | | | | | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-102-11/+11
* | | | | | | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1610-135/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman2020-12-101-5/+5
| * | | | | | | | coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2020-12-102-0/+3
| * | | | | | | | file: Remove get_files_structEric W. Biederman2020-12-101-13/+0
| * | | | | | | | file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2020-12-102-3/+3
| * | | | | | | | file: Replace ksys_close with close_fdEric W. Biederman2020-12-101-2/+3
| * | | | | | | | file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2020-12-102-7/+5
| * | | | | | | | file: Merge __alloc_fd into alloc_fdEric W. Biederman2020-12-101-8/+3
| * | | | | | | | file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman2020-12-101-4/+5
| * | | | | | | | file: Merge __fd_install into fd_installEric W. Biederman2020-12-101-19/+6
| * | | | | | | | proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman2020-12-101-4/+5
| * | | | | | | | proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman2020-12-101-12/+5
| * | | | | | | | file: Implement task_lookup_next_fd_rcuEric W. Biederman2020-12-101-0/+21
| * | | | | | | | proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman2020-12-101-6/+1
| * | | | | | | | file: Implement task_lookup_fd_rcuEric W. Biederman2020-12-101-0/+15
| * | | | | | | | file: Rename fcheck lookup_fd_rcuEric W. Biederman2020-12-101-1/+1
| * | | | | | | | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-102-4/+4
| * | | | | | | | file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-103-8/+10
| * | | | | | | | file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman2020-12-101-1/+1
| * | | | | | | | proc/fd: In proc_fd_link use fget_taskEric W. Biederman2020-12-101-10/+3
| * | | | | | | | exec: Remove reset_files_structEric W. Biederman2020-12-101-12/+0
| * | | | | | | | exec: Simplify unshare_filesEric W. Biederman2020-12-102-8/+2
| * | | | | | | | exec: Move unshare_files to fix posix file locking during execEric W. Biederman2020-12-101-14/+15
| * | | | | | | | exec: Don't open code get_close_on_execEric W. Biederman2020-12-101-2/+1
* | | | | | | | | Merge tag 'close-range-openat2-v5.11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-12-162-10/+38
|\ \ \ \ \ \ \ \ \