summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-106-15/+17
|\
| * NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-044-13/+17
| * nfs: Remove writepageMatthew Wilcox (Oracle)2024-01-041-1/+0
| * SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker2024-01-041-1/+0
* | Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-101-11/+26
|\ \
| * | jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng2024-01-041-11/+0
| * | jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng2024-01-041-0/+26
* | | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-104-36/+134
|\ \ \
| * | | crypto: skcipher - remove excess kerneldoc membersVegard Nossum2023-12-291-16/+0
| * | | crypto: shash - remove excess kerneldoc membersVegard Nossum2023-12-291-4/+0
| * | | crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu2023-12-081-0/+2
| * | | crypto: skcipher - Make use of internal stateHerbert Xu2023-12-081-0/+33
| * | | crypto: skcipher - Add internal state supportHerbert Xu2023-12-081-9/+75
| * | | crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2023-12-081-0/+12
| * | | crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2023-12-081-1/+7
| * | | crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2023-12-081-0/+3
| * | | crypto: hisilicon/qm - simplify the status of qmWeili Qian2023-12-011-6/+2
* | | | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-103-4/+6
|\ \ \ \
| * | | | params: Introduce the param_unknown_fn typeAndy Shevchenko2023-12-011-3/+3
| * | | | lkdtm: Add kfence read after free crash typeStephen Boyd2023-12-011-0/+2
| * | | | i40e: Annotate struct i40e_qvlist_info with __counted_byKees Cook2023-11-301-1/+1
* | | | | Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-01-106-166/+204
|\ \ \ \ \
| * | | | | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-26/+1
| * | | | | svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-071-1/+7
| * | | | | svcrdma: Implement multi-stage Read completion againChuck Lever2024-01-071-2/+4
| * | | | | svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever2024-01-071-0/+1
| * | | | | svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever2024-01-071-0/+1
| * | | | | svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever2024-01-071-1/+3
| * | | | | svcrdma: De-duplicate completion ID initialization helpersChuck Lever2024-01-071-0/+24
| * | | | | svcrdma: Move the svc_rdma_cc_init() callChuck Lever2024-01-071-0/+2
| * | | | | svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever2024-01-071-0/+7
| * | | | | svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever2024-01-071-0/+1
| * | | | | svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever2024-01-071-0/+1
| * | | | | svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever2024-01-071-0/+4
| * | | | | svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever2024-01-071-0/+15
| * | | | | svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever2024-01-071-10/+11
| * | | | | svcrdma: DMA error tracepoints should report completion IDsChuck Lever2024-01-071-37/+37
| * | | | | svcrdma: SQ error tracepoints should report completion IDsChuck Lever2024-01-071-20/+29
| * | | | | rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-071-67/+26
| * | | | | svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever2024-01-071-0/+2
| * | | | | svcrdma: Add a utility workqueue to svcrdmaChuck Lever2024-01-071-0/+1
| * | | | | svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever2024-01-071-1/+2
| * | | | | NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong2024-01-071-0/+22
| * | | | | SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-072-3/+0
| * | | | | SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever2024-01-071-1/+6
* | | | | | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-01-103-342/+455
|\ \ \ \ \ \
| * | | | | | afs: trace: Log afs_make_call(), including server addressDavid Howells2024-01-011-0/+36
| * | | | | | afs: Fix fileserver rotationDavid Howells2024-01-011-12/+69
| * | | | | | afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-4/+0
| * | | | | | afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells2024-01-011-1/+29