summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfsLinus Torvalds2014-10-185-293/+167
|\
| * NTFS: Bump version to 2.1.31.Anton Altaparmakov2014-10-161-1/+1
| * NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov2014-10-161-0/+124
| * NTFS: Remove changelog from Documentation/filesystems/ntfs.txt.Anton Altaparmakov2014-10-161-268/+0
| * NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-163-24/+42
* | Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-1816-20/+278
|\ \
| * | NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust2014-10-131-4/+3
| * | NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust2014-10-131-1/+2
| * | NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust2014-10-083-12/+29
| * | NFSv4: Remove dead prototype for nfs4_insert_deviceid_node()Tom Haynes2014-10-081-1/+0
| * | Merge branch 'client-4.2' into linux-nextTrond Myklebust2014-09-3046-407/+1188
| |\ \
| | * | NFS: Implement SEEKAnna Schumaker2014-09-3012-2/+244
| | * | Merge commit '24bab491220f' into client-4.2Trond Myklebust2014-09-3035-405/+944
| | |\ \
* | | \ \ Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds2014-10-189-89/+238
|\ \ \ \ \
| * | | | | dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov2014-10-061-1/+1
| * | | | | dm bufio: when done scanning return from __scan immediatelyMikulas Patocka2014-10-061-2/+2
| * | | | | dm bufio: update last_accessed when relinking a bufferJoe Thornber2014-10-061-0/+1
| * | | | | dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen2014-10-061-4/+34
| * | | | | dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen2014-10-061-2/+28
| * | | | | dm: allow active and inactive tables to share dm_devsBenjamin Marzinski2014-10-065-72/+167
| * | | | | dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski2014-10-061-1/+3
| * | | | | dm: use bioset_create_nobvec()Junichi Nomura2014-10-061-1/+1
| * | | | | dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura2014-10-061-10/+5
* | | | | | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1830-147/+132
|\ \ \ \ \ \
| * | | | | | block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-0414-2/+18
| * | | | | | Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-10-013-6/+13
| |\ \ \ \ \ \
| | * | | | | | xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini2014-10-011-3/+9
| | * | | | | | xen-blkback: fix leak on grant map error pathRoger Pau Monné2014-10-011-0/+1
| | * | | | | | xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov2014-10-011-3/+3
| * | | | | | | rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-1/+1
| * | | | | | | block: hd: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-11/+1
| |/ / / / / /
| * | | | | | drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan2014-09-181-34/+2
| * | | | | | drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-09-181-0/+4
| * | | | | | drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner2014-09-111-1/+3
| * | | | | | drbd: reduce lock contention in drbd_workerLars Ellenberg2014-09-111-6/+4
| * | | | | | drbd: Improve asender performanceLars Ellenberg2014-09-112-10/+7
| * | | | | | drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher2014-09-111-8/+7
| * | | | | | drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2014-09-112-8/+12
| * | | | | | drbd: Avoid inconsistent locking warningAndreas Gruenbacher2014-09-111-1/+1
| * | | | | | drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek2014-09-111-1/+1
| * | | | | | drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-114-9/+9
| * | | | | | drbd: Use better variable namesAndreas Gruenbacher2014-09-114-49/+49
* | | | | | | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1865-1172/+1210
|\ \ \ \ \ \ \
| * | | | | | | block: Remove REQ_KERNELMartin K. Petersen2014-10-145-15/+9
| * | | | | | | blk-mq: allocate cpumask on the home nodeJens Axboe2014-10-131-1/+2
| * | | | | | | bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng2014-10-131-2/+0
| * | | | | | | block: include func name in __get_request printsRobert Elliott2014-10-131-2/+2
| * | | | | | | block: make blk_update_request print prefix match ratelimited prefixRobert Elliott2014-10-131-2/+2
| * | | | | | | blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei2014-10-091-2/+6
| * | | | | | | block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-092-5/+4