summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-1620-570/+752
|\
| * gfs2: eliminate update_rgrp_lvb_unlinkedBob Peterson2018-08-081-9/+2
| * gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson2018-08-072-25/+40
| * gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher2018-08-031-37/+22
| * gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson2018-07-261-17/+13
| * gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-07-251-1/+1
| * GFS2: rgrp free blocks used incorrectlyBob Peterson2018-07-251-5/+34
| * gfs2: remove redundant variable 'moved'Colin Ian King2018-07-251-3/+1
| * gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher2018-07-251-1/+5
| * gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher2018-07-251-6/+0
| * Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-254-47/+420
| |\
| * | gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher2018-07-251-1/+2
| * | GFS2: Fix recovery issues for spectatorsBob Peterson2018-07-253-8/+30
| * | Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-243448-36104/+64049
| |\ \
| | * | gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher2018-07-021-213/+0
| | * | gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-023-110/+136
| | * | gfs2: gfs2_extent_length cleanupAndreas Gruenbacher2018-07-021-16/+8
| | * | gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-024-43/+338
| | * | gfs2: Further iomap cleanupsAndreas Gruenbacher2018-07-022-33/+43
| * | | fs: gfs2: Adding new return type vm_fault_tSouptick Joarder2018-07-241-1/+1
| * | | gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu2018-07-241-4/+2
| * | | gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson2018-07-241-1/+2
| * | | gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher2018-07-054-11/+10
| * | | gfs2: Stop messing with ip->i_rgd in the rlist codeAndreas Gruenbacher2018-07-041-6/+22
| * | | gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann2018-06-211-1/+1
| * | | gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher2018-06-211-5/+5
| * | | gfs2: Don't withdraw under a spin lockAndreas Gruenbacher2018-06-215-31/+49
| * | | gfs2: eliminate rs_inum and reduce the size of gfs2 inodesBob Peterson2018-06-213-4/+5
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-16212-4660/+5294
|\ \ \ \
| * | | | scsi: core: use blk_mq_run_hw_queues in scsi_kick_queueJianchao Wang2018-08-091-1/+1
| * | | | scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi2018-08-091-7/+8
| * | | | scsi: qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_...Quinn Tran2018-08-091-0/+1
| * | | | scsi: aacraid: Spelling fix in commentDongliang Mu2018-08-092-2/+2
| * | | | scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2018-08-092-1/+2
| * | | | scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter2018-08-091-1/+3
| * | | | scsi: st: remove redundant pointer STbufferColin Ian King2018-08-091-3/+0
| * | | | scsi: qla2xxx: Update driver version to 10.00.00.08-kHimanshu Madhani2018-08-021-1/+1
| * | | | scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran2018-08-0212-126/+413
| * | | | scsi: qla2xxx: Save frame payload size from ICBQuinn Tran2018-08-023-7/+5
| * | | | scsi: qla2xxx: Fix stalled reloginHimanshu Madhani2018-08-022-1/+2
| * | | | scsi: qla2xxx: Fix race between switch cmd completion and timeoutQuinn Tran2018-08-023-20/+58
| * | | | scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran2018-08-024-2/+32
| * | | | scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran2018-08-024-5/+74
| * | | | scsi: qla2xxx: Fix unintended LogoutQuinn Tran2018-08-021-1/+2
| * | | | scsi: qla2xxx: Fix session state stuck in Get Port DBQuinn Tran2018-08-021-3/+6
| * | | | scsi: qla2xxx: Fix redundant fc_rport registrationQuinn Tran2018-08-021-14/+11
| * | | | scsi: qla2xxx: Silent erroneous messageQuinn Tran2018-08-021-0/+9
| * | | | scsi: qla2xxx: Prevent sysfs access when chip is downQuinn Tran2018-08-023-7/+34
| * | | | scsi: qla2xxx: Add longer window for chip resetQuinn Tran2018-08-022-1/+6
| * | | | scsi: qla2xxx: Fix login retry countQuinn Tran2018-08-025-63/+70