summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: correct port role bitsJames Smart2017-05-201-2/+2
* nvme: unmap CMB and remove sysfs file in reset pathJon Derrick2017-05-201-1/+6
* blktrace: fix integer parseShaohua Li2017-05-191-2/+2
* fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-171-1/+8
* Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-05-151-3/+5
|\
| * block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva2017-05-151-3/+5
* | drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg2017-05-111-12/+15
* | block: handle partial completions for special payload requestsChristoph Hellwig2017-05-111-12/+12
* | blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2017-05-101-2/+2
* | blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe2017-05-101-7/+10
* | elevator: remove redundant warnings on IO scheduler switchJens Axboe2017-05-101-4/+1Star
* | block, bfq: stress that low_latency must be off to get max throughputPaolo Valente2017-05-102-1/+21
* | block, bfq: use pointer entity->sched_data only if setPaolo Valente2017-05-101-2/+11
* | nvme: lightnvm: fix memory leakRakesh Pandit2017-05-101-1/+2
* | blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King2017-05-081-1/+1
* | lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven2017-05-081-3/+3
* | block/mq: fix potential deadlock during cpu hotplugWanpeng Li2017-05-081-2/+2
* | docs: complete bumping minimal GNU Make version to 3.81Max Filippov2017-05-071-1/+1
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-0614-105/+465
|\ \
| * | CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-052-0/+7
| * | SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-041-3/+11
| * | cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-041-0/+2
| * | CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-041-2/+2
| * | CIFS: fix oplock break deadlocksRabin Vincent2017-05-034-5/+18
| * | cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-031-0/+2
| * | cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-031-0/+1
| * | Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
| * | CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-022-51/+139
| * | CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-022-39/+131
| * | CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-023-0/+139
| * | cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson2017-05-021-2/+7
| * | cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2017-05-021-3/+3
* | | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-0656-667/+2162
|\ \ \
| * | | xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan2017-05-051-2/+2
| * | | xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-05-033-9/+37
| * | | xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-04-281-1/+2
| * | | xfs: update ag iterator to support wait on new inodesBrian Foster2017-04-282-8/+53
| * | | xfs: support ability to wait on new inodesBrian Foster2017-04-282-2/+7
| * | | xfs: publish UUID in struct super_blockAmir Goldstein2017-04-281-0/+4
| * | | xfs: Allow user to kill fstrim processLukas Czerner2017-04-271-1/+9
| * | | xfs: better log intent item refcount checkingDarrick J. Wong2017-04-254-0/+4
| * | | xfs: fix up quotacheck buffer list error handlingBrian Foster2017-04-253-6/+26
| * | | xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-04-253-60/+55Star
| * | | xfs: don't use bool values in trace buffersChristoph Hellwig2017-04-251-5/+5
| * | | xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong2017-04-251-1/+1
| * | | xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig2017-04-251-8/+8
| * | | xfs: corruption needs to respect endianess too!Christoph Hellwig2017-04-251-1/+1
| * | | xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig2017-04-251-1/+1
| * | | xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig2017-04-251-1/+1
| * | | xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-256-122/+41Star