summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Remove redundant check in select_idle_smt()Abel Wu2022-09-071-7/+4
* sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing2022-09-011-1/+1
* sched/deadline: Add replenish_dl_new_period helperShang XiaoJing2022-09-011-10/+13
* sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing2022-09-011-12/+12
* Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar2022-08-3012311-249203/+1236650
|\
| * sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-127-25/+26
| * x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-113-2/+6
| * Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-111-0/+5
| * crypto: blake2b: effectively disable frame size warningLinus Torvalds2022-08-111-0/+1
| * Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1037-457/+1032
| |\
| | * NFS: Improve readpage/writepage tracingTrond Myklebust2022-08-091-28/+26
| | * NFS: Improve O_DIRECT tracingTrond Myklebust2022-08-091-12/+9
| | * NFS: Improve write error tracingTrond Myklebust2022-08-093-20/+27
| | * NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-082-18/+63
| | * NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
| | * NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust2022-08-021-2/+0
| | * SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-274-21/+22
| | * SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-07-271-0/+14
| | * NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-07-271-0/+3
| | * NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia2022-07-251-0/+8
| | * SUNRPC create a function that probes only offline transportsOlga Kornievskaia2022-07-252-0/+67
| | * SUNRPC export xprt_iter_rewind functionOlga Kornievskaia2022-07-252-1/+2
| | * SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia2022-07-251-21/+31
| | * NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia2022-07-251-0/+3
| | * SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-255-8/+24
| | * SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia2022-07-252-0/+15
| | * SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-253-12/+101
| | * NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia2022-07-251-0/+1
| | * SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia2022-07-252-0/+47
| | * SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia2022-07-253-23/+40
| | * SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker2022-07-232-68/+0
| | * NFS: Replace the READ_PLUS decoding codeAnna Schumaker2022-07-231-82/+88
| | * SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker2022-07-232-0/+25
| | * SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker2022-07-232-0/+31
| | * SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker2022-07-232-0/+61
| | * NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2022-07-232-10/+73
| | * SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever2022-07-232-2/+24
| | * SUNRPC: Fail faster on bad verifierChuck Lever2022-07-231-1/+1
| | * nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2022-07-233-19/+32
| | * nfs: always check dreq->error after a commitJeff Layton2022-07-231-1/+2
| | * nfs: add new nfs_direct_req tracepoint eventsJeff Layton2022-07-233-33/+114
| | * SUNRPC: Shrink size of struct rpc_taskTrond Myklebust2022-07-231-2/+2
| | * NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-07-131-22/+24
| | * NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-124-10/+31
| | * sunrpc: fix expiry of auth credsDan Aloni2022-07-121-1/+1
| | * nfs: fix port value parsingIan Kent2022-07-121-1/+1
| | * nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-121-2/+2
| | * NFS: remove redundant code in nfs_file_write()ChenXiaoSong2022-07-121-2/+0
| | * nfs/blocklayout: refactor block device openingChristoph Hellwig2022-07-121-31/+11
| | * NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-07-121-1/+0