summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-154-429/+305
|\
| * epoll: take epitem list out of struct fileAl Viro2020-10-254-56/+129
| * epoll: massage the check list insertionAl Viro2020-10-251-4/+4
| * lift rcu_read_lock() into reverse_path_check()Al Viro2020-10-251-2/+2
| * convert ->f_ep_links/->fllink to hlistAl Viro2020-10-253-12/+12
| * ep_insert(): move creation of wakeup source past the fl_ep_links insertionAl Viro2020-10-251-11/+9
| * fold ep_read_events_proc() into the only callerAl Viro2020-10-251-29/+20
| * take the common part of ep_eventpoll_poll() and ep_item_poll() into helperAl Viro2020-10-251-30/+27
| * ep_insert(): we only need tep->mtx around the insertion itselfAl Viro2020-10-251-18/+10
| * ep_insert(): don't open-code ep_remove() on failure exitsAl Viro2020-10-251-37/+14
| * lift locking/unlocking ep->mtx out of ep_{start,done}_scan()Al Viro2020-10-251-31/+26
| * ep_send_events_proc(): fold into the callerAl Viro2020-10-251-40/+20
| * lift the calls of ep_send_events_proc() into the callersAl Viro2020-10-251-28/+5
| * lift the calls of ep_read_events_proc() into the callersAl Viro2020-10-251-10/+14
| * ep_scan_ready_list(): prepare to splitupAl Viro2020-10-251-27/+36
| * ep_loop_check_proc(): saner calling conventionsAl Viro2020-10-251-22/+16
| * get rid of ep_push_nested()Al Viro2020-10-251-25/+4
| * ep_loop_check_proc(): lift pushing the cookie into callersAl Viro2020-10-251-6/+12
| * clean reverse_path_check_proc() a bitAl Viro2020-10-251-17/+9
| * reverse_path_check_proc(): don't bother with cookiesAl Viro2020-10-251-2/+1
| * reverse_path_check_proc(): sane argumentsAl Viro2020-10-251-7/+5
| * untangling ep_call_nested(): and there was much rejoicingAl Viro2020-10-251-32/+11
| * untangling ep_call_nested(): move push/pop of cookie into the callbacksAl Viro2020-10-251-9/+9
| * untangling ep_call_nested(): take pushing cookie into a helperAl Viro2020-10-251-9/+17
| * untangling ep_call_nested(): it's all serialized on epmutex.Al Viro2020-10-251-69/+11
| * untangling ep_call_nested(): get rid of useless argumentsAl Viro2020-10-251-19/+12
| * epoll: get rid of epitem->nwaitAl Viro2020-10-251-26/+20
| * epoll: switch epitem->pwqlist to single-linked listAl Viro2020-10-251-26/+25
* | Merge tag 'erofs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-156-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-1558-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
| * | | nfsd4: don't query change attribute in v2/v3 caseJ. Bruce Fields2020-12-091-5/+9
| * | | nfsd: minor nfsd4_change_attribute cleanupJ. Bruce Fields2020-12-092-8/+18
| * | | nfsd: simplify nfsd4_change_infoJ. Bruce Fields2020-12-092-20/+2
| * | | nfsd: only call inode_query_iversion in the I_VERSION caseJ. Bruce Fields2020-12-093-12/+13
| * | | nfs_common: need lock during iterate through the listCheng Lin2020-12-091-1/+5
| * | | NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-091-0/+1