summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2011-08-092-4/+4
|\
| * xen/blkback: Make description more obvious.Konrad Rzeszutek Wilk2011-08-091-1/+1
| * xen-blkfront: Fix one off warning about name clashStefan Bader2011-07-141-1/+1
| * xen-blkfront: Drop name and minor adjustments for emulated scsi devicesStefan Bader2011-07-141-2/+2
* | allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSHJeff Moyer2011-08-091-2/+3
* | cfq-iosched: Add documentation about idlingVivek Goyal2011-08-051-0/+71
* | block: Make rq_affinity = 1 work as expectedTao Ma2011-08-051-5/+3
* | block: swim3: fix unterminated of_device_id tableAxel Lin2011-08-031-0/+1
* | block/genhd.c: remove useless cast in diskstats_show()Herbert Poetzl2011-08-021-4/+4
* | drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton2011-08-021-1/+7
* | drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten2011-08-021-2/+2
* | bsg-lib: add module.h includeJens Axboe2011-08-021-0/+1
* | cfq-iosched: Reduce linked group count upon group destructionVivek Goyal2011-08-021-0/+3
* | blk-throttle: correctly determine sync bioShaohua Li2011-08-011-2/+2
* | loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers2011-07-311-2/+4
* | loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...Kay Sievers2011-07-313-20/+31
* | loop: add management interface for on-demand device allocationKay Sievers2011-07-313-4/+121
* | loop: replace linked list of allocated devices with an idr indexKay Sievers2011-07-312-73/+80
* | block: add bsg helper libraryMike Christie2011-07-315-0/+385
* | Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-07-3121-91/+3113
|\ \
| * | pnfsblock: write_pagelist handle zero invalid extentsPeng Tao2011-07-311-42/+233
| * | pnfsblock: note written INVAL areas for layoutcommitFred Isaman2011-07-313-0/+129
| * | pnfsblock: bl_write_pagelistFred Isaman2011-07-311-3/+126
| * | pnfsblock: bl_read_pagelistFred Isaman2011-07-311-0/+265
| * | pnfsblock: cleanup_layoutcommitFred Isaman2011-07-313-0/+217
| * | pnfsblock: encode_layoutcommitFred Isaman2011-07-313-44/+146
| * | pnfsblock: merge rw extentsFred Isaman2011-07-311-0/+47
| * | pnfsblock: add extent manipulation functionsFred Isaman2011-07-313-3/+287
| * | pnfsblock: bl_find_get_extentFred Isaman2011-07-312-0/+50
| * | pnfsblock: xdr decode pnfs_block_layout4Fred Isaman2011-07-311-2/+206
| * | pnfsblock: call and parse getdevicelistFred Isaman2011-07-315-8/+158
| * | pnfsblock: merge extentsFred Isaman2011-07-312-0/+119
| * | pnfsblock: lseg alloc and freeFred Isaman2011-07-313-6/+39
| * | pnfsblock: remove device operationsJim Rees2011-07-313-1/+115
| * | pnfsblock: add device operationsJim Rees2011-07-316-2/+277
| * | pnfsblock: basic extent codeFred Isaman2011-07-314-5/+107
| * | pnfsblock: use pageio_ops apiBenny Halevy2011-07-311-0/+14
| * | pnfsblock: add blocklayout Kconfig option, Makefile, and stubsFred Isaman2011-07-315-1/+278
| * | pnfs: cleanup_layoutcommitAndy Adamson2011-07-315-0/+14
| * | pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman2011-07-316-22/+91
| * | pnfs: add set-clear layoutdriver interfaceBenny Halevy2011-07-313-7/+24
| * | pnfs: GETDEVICELISTAndy Adamson2011-07-315-0/+203
| * | pnfs: use lwb as layoutcommit lengthPeng Tao2011-07-311-1/+1
| * | pnfs: let layoutcommit handle a list of lsegPeng Tao2011-07-314-18/+26
| * | pnfs: save layoutcommit cred at layout header initPeng Tao2011-07-312-11/+12
| * | pnfs: save layoutcommit lwb at layout headerPeng Tao2011-07-313-6/+8
| * | Additional readdir cookie loop informationBryan Schumaker2011-07-301-1/+2
| * | NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2011-07-302-24/+35
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-07-311-3/+4
|\ \ \
| * | | slab: use NUMA_NO_NODEAndrew Morton2011-07-311-1/+1