summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust2017-07-191-7/+0
| * | pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust2017-07-191-0/+4
| * | NFS: Fix another COMMIT race in pNFSTrond Myklebust2017-07-191-1/+6
| * | NFS: Fix a COMMIT race in pNFSTrond Myklebust2017-07-191-3/+7
| * | mount: copy the port field into the cloned nfs_server structure.Steve Dickson2017-07-191-0/+1
| * | NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust2017-07-132-1/+18
| * | nfs: add export operationsPeng Tao2017-07-134-1/+182
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-227-42/+88
|\ \ \
| * | | ovl: check for bad and whiteout index on lookupAmir Goldstein2017-07-201-5/+17
| * | | ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-202-5/+19
| * | | ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-204-23/+31
| * | | ovl: remove unneeded check for IS_ERR()Amir Goldstein2017-07-131-4/+0
| * | | ovl: fix origin verification of index dirAmir Goldstein2017-07-131-1/+2
| * | | ovl: mark parent impure on ovl_link()Amir Goldstein2017-07-131-4/+18
| * | | ovl: fix random return value on mountAmir Goldstein2017-07-131-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-2212-37/+92
|\ \ \ \
| * | | | nvmet: don't report 0-bytes in serial numberMartin Wilck2017-07-201-2/+14
| * | | | nvmet: preserve controller serial number between rebootsJohannes Thumshirn2017-07-201-0/+22
| * | | | nvmet: Move serial number from controller to subsystemJohannes Thumshirn2017-07-203-5/+4
| * | | | nvmet: prefix version configfs file with attrJohannes Thumshirn2017-07-201-4/+4
| * | | | nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET2017-07-201-3/+4
| * | | | nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch2017-07-201-8/+25
| * | | | nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate2017-07-201-0/+3
| * | | | nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationChristoph Hellwig2017-07-201-4/+4
| * | | | nvme: fix byte swapping in the streams codeChristoph Hellwig2017-07-202-8/+8
| * | | | nbd: kill unused ret in recv_workKefeng Wang2017-07-131-2/+0
| * | | | bfq: dispatch request to prevent queue stalling after the request completionHou Tao2017-07-121-0/+3
| * | | | bfq: fix typos in comments about B-WF2Q+ algorithmHou Tao2017-07-122-2/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-2132-119/+306
|\ \ \ \ \
| * | | | | RDMA/core: Initialize port_num in qp_attrIsmail, Mustafa2017-07-201-0/+2
| * | | | | RDMA/uverbs: Fix the check for port numberIsmail, Mustafa2017-07-201-1/+2
| * | | | | IB/cma: Fix reference count leak when no ipv4 addresses are setKalderon, Michal2017-07-201-2/+4
| * | | | | RDMA/iser: don't send an rkey if all data is written as immadiate-dataSagi Grimberg2017-07-201-2/+4
| * | | | | rxe: fix broken receive queue drainingVijay Immanuel2017-07-202-0/+6
| * | | | | RDMA/qedr: Prevent memory overrun in verbs' user responsesAmrani, Ram2017-07-201-4/+12
| * | | | | iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar2017-07-201-1/+1
| * | | | | IB/mlx4: Fix CM REQ retries in paravirt modeHÃ¥kon Bugge2017-07-201-0/+4
| * | | | | IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan2017-07-202-3/+15
| * | | | | IB/core: Fix sparse warningsMatan Barak2017-07-201-10/+0
| * | | | | RDMA/bnxt_re: Fix the value reported for local ack delaySelvin Xavier2017-07-202-1/+8
| * | | | | RDMA/bnxt_re: Report MISSED_EVENTS in req_notify_cqSelvin Xavier2017-07-203-0/+25
| * | | | | RDMA/bnxt_re: Fix return value of poll routineDevesh Sharma2017-07-201-0/+1
| * | | | | RDMA/bnxt_re: Enable atomics only if host bios supportsDevesh Sharma2017-07-203-2/+21
| * | | | | RDMA/bnxt_re: Specify RDMA component when allocating stats contextSomnath Kotur2017-07-201-0/+1
| * | | | | RDMA/bnxt_re: Fixed the max_rd_atomic support for initiator and destination QPEddie Wai2017-07-201-2/+13
| * | | | | RDMA/bnxt_re: Report supported value to IB stack in query_deviceSelvin Xavier2017-07-203-4/+12
| * | | | | RDMA/bnxt_re: Do not free the ctx_tbl entry if delete GID failsSelvin Xavier2017-07-201-7/+9
| * | | | | RDMA/bnxt_re: Fix WQE Size posted to HW to prevent it from throwing errorSomnath Kotur2017-07-201-0/+10
| * | | | | RDMA/bnxt_re: Free doorbell page index (DPI) during dealloc ucontextDevesh Sharma2017-07-202-31/+30
| * | | | | IB/mlx5: Fix a warning messageDan Carpenter2017-07-201-1/+1