summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | fs, close_range: add flag CLOSE_RANGE_CLOEXECGiuseppe Scrivano2020-12-041-10/+34
| * | | | | openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai2020-12-031-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-162-416/+302
|\ \ \ \ \
| * | | | | epoll: take epitem list out of struct fileAl Viro2020-10-262-43/+126
| * | | | | epoll: massage the check list insertionAl Viro2020-10-261-4/+4
| * | | | | lift rcu_read_lock() into reverse_path_check()Al Viro2020-10-261-2/+2
| * | | | | convert ->f_ep_links/->fllink to hlistAl Viro2020-10-261-9/+9
| * | | | | ep_insert(): move creation of wakeup source past the fl_ep_links insertionAl Viro2020-10-261-11/+9
| * | | | | fold ep_read_events_proc() into the only callerAl Viro2020-10-261-29/+20
| * | | | | take the common part of ep_eventpoll_poll() and ep_item_poll() into helperAl Viro2020-10-261-30/+27
| * | | | | ep_insert(): we only need tep->mtx around the insertion itselfAl Viro2020-10-261-18/+10
| * | | | | ep_insert(): don't open-code ep_remove() on failure exitsAl Viro2020-10-261-37/+14