summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Introduce infrastructure to support completion IDsChuck Lever2020-07-132-0/+67
* svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever2020-07-133-14/+41
* svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever2020-07-137-34/+56
* SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever2020-07-133-15/+40
* svcrdma: Remove declarations for functions long removedChuck Lever2020-07-131-4/+0
* svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever2020-07-132-6/+3
* svcrdma: Consolidate send_error helper functionsChuck Lever2020-07-131-47/+5
* svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever2020-07-132-9/+23
* svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever2020-07-131-11/+14
* svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever2020-07-131-6/+26
* svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever2020-07-132-16/+16
* svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever2020-07-131-4/+5
* svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever2020-07-131-7/+21
* SUNRPC: Augment server-side rpcgss tracepointsChuck Lever2020-07-133-64/+224
* nfsd: add fattr support for user extended attributesFrank van der Linden2020-07-131-0/+9
* nfsd: implement the xattr functions and en/decode logicFrank van der Linden2020-07-133-1/+571
* nfsd: add structure definitions for xattr requests / responsesFrank van der Linden2020-07-131-0/+31
* nfsd: take xattr bits into account for permission checksFrank van der Linden2020-07-132-1/+19
* nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2020-07-132-0/+237
* nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden2020-07-131-1/+4
* nfsd: split off the write decode code into a separate functionFrank van der Linden2020-07-131-30/+42
* xattr: add a function to check if a namespace is supportedFrank van der Linden2020-07-132-0/+29
* xattr: break delegations in {set,remove}xattrFrank van der Linden2020-07-132-7/+79
* nfs,nfsd: NFSv4.2 extended attribute protocol definitionsFrank van der Linden2020-07-132-0/+23
* Linux 5.8-rc5v5.8-rc5Linus Torvalds2020-07-121-1/+1
* Merge tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-07-123-6/+5
|\
| * xtensa: simplify xtensa_pmu_irq_handlerXu Wang2020-07-081-3/+1
| * xtensa: update *pos in cpuinfo_op.nextMax Filippov2020-07-021-1/+2
| * xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov2020-07-021-2/+2
* | Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-121-1/+4
|\ \
| * | io_uring: fix not initialised work->flagsPavel Begunkov2020-07-121-1/+2
| * | io_uring: fix missing msg_name assignmentPavel Begunkov2020-07-121-0/+2
* | | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-123-8/+3
|\ \ \
| * | | btrfs: wire up iter_file_splice_writeChristoph Hellwig2020-07-091-0/+1
| * | | btrfs: fix double put of block group with nocowJosef Bacik2020-07-091-8/+1
| * | | btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo2020-07-071-0/+1
* | | | Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-117-9/+41
|\ \ \ \
| * | | | riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2020-07-092-3/+4
| * | | | kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen2020-07-092-1/+1
| * | | | riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen2020-07-091-5/+5
| * | | | riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen2020-07-091-0/+2
| * | | | kgdb: enable arch to support XML packet.Vincent Chen2020-07-093-0/+29
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-07-116-8/+12
|\ \ \ \ \
| * | | | | scsi: dh: Add Fujitsu device to devinfo and dh listsSteve Schremmer2020-07-082-0/+2
| * | | | | scsi: mpt3sas: Fix error returns in BRM_status_showJohannes Thumshirn2020-07-071-4/+6
| * | | | | scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal2020-07-021-1/+1
| * | | | | scsi: iscsi: Change iSCSI workqueue max_active back to 1Bob Liu2020-07-022-2/+2
| * | | | | scsi: scsi_transport_spi: Fix function pointer checkTom Rix2020-06-291-1/+1
* | | | | | Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-111-3/+1
|\ \ \ \ \ \
| * | | | | | xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter2020-07-101-3/+1