summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-168-44/+28
|\
| * c6x: kill ELF_CORE_COPY_FPREGSAl Viro2020-10-261-2/+0
| * whack-a-mole: USE_ELF_CORE_DUMPAl Viro2020-10-264-4/+0
| * [ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea()Al Viro2020-10-261-20/+23
| * [ia64] missed cleanups from switch to regset coredumpsAl Viro2020-10-262-5/+5
| * arm: kill dump_task_regs()Al Viro2020-10-262-13/+0
* | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-164-429/+305
|\ \
| * | epoll: take epitem list out of struct fileAl Viro2020-10-264-56/+129
| * | 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-263-12/+12
| * | 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
| * | lift locking/unlocking ep->mtx out of ep_{start,done}_scan()Al Viro2020-10-261-31/+26
| * | ep_send_events_proc(): fold into the callerAl Viro2020-10-261-40/+20
| * | lift the calls of ep_send_events_proc() into the callersAl Viro2020-10-261-28/+5
| * | lift the calls of ep_read_events_proc() into the callersAl Viro2020-10-261-10/+14
| * | ep_scan_ready_list(): prepare to splitupAl Viro2020-10-261-27/+36
| * | ep_loop_check_proc(): saner calling conventionsAl Viro2020-10-261-22/+16
| * | get rid of ep_push_nested()Al Viro2020-10-261-25/+4
| * | ep_loop_check_proc(): lift pushing the cookie into callersAl Viro2020-10-261-6/+12
| * | clean reverse_path_check_proc() a bitAl Viro2020-10-261-17/+9
| * | reverse_path_check_proc(): don't bother with cookiesAl Viro2020-10-261-2/+1
| * | reverse_path_check_proc(): sane argumentsAl Viro2020-10-261-7/+5
| * | untangling ep_call_nested(): and there was much rejoicingAl Viro2020-10-261-32/+11
| * | untangling ep_call_nested(): move push/pop of cookie into the callbacksAl Viro2020-10-261-9/+9
| * | untangling ep_call_nested(): take pushing cookie into a helperAl Viro2020-10-261-9/+17
| * | untangling ep_call_nested(): it's all serialized on epmutex.Al Viro2020-10-261-69/+11
| * | untangling ep_call_nested(): get rid of useless argumentsAl Viro2020-10-261-19/+12
| * | epoll: get rid of epitem->nwaitAl Viro2020-10-261-26/+20
| * | epoll: switch epitem->pwqlist to single-linked listAl Viro2020-10-261-26/+25
| |/
* | Merge tag 'erofs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-166-111/+149
|\ \
| * | erofs: avoid using generic_block_bmapHuang Jianan2020-12-101-19/+7
| * | erofs: force inplace I/O under low memory scenarioGao Xiang2020-12-092-8/+43
| * | erofs: simplify try_to_claim_pcluster()Gao Xiang2020-12-081-27/+24
| * | erofs: insert to managed cache after adding to pclGao Xiang2020-12-081-17/+9
| * | erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang2020-12-084-40/+71
| * | erofs: remove a void EROFS_VERSION macro set in MakefileVladimir Zapolskiy2020-12-081-5/+0
* | | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-1658-2187/+3462
|\ \ \
| * | | nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust2020-12-095-2/+15
| * | | nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2020-12-093-3/+14
| * | | nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALETrond Myklebust2020-12-091-4/+12
| * | | exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust2020-12-092-8/+29
| * | | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-094-10/+26
| * | | nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-094-1/+20
| * | | nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-096-3/+50
| * | | Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields2020-12-093-19/+0