summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: flags is a u32 variableMarkus Pargmann2015-08-171-1/+1
* nbd: Rename functions for clearness of recv/send pathMarkus Pargmann2015-08-171-6/+6
* nbd: Change 'disconnect' to be booleanMarkus Pargmann2015-08-171-4/+4
* nbd: Add debugfs entriesMarkus Pargmann2015-08-171-1/+177
* nbd: Remove variable 'pid'Markus Pargmann2015-08-171-10/+9Star
* nbd: Move clear queue debug messageMarkus Pargmann2015-08-171-1/+1
* nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann2015-08-171-14/+14
* nbd: restructure sock_shutdownMarkus Pargmann2015-08-171-6/+7
* nbd: sock_shutdown, remove conditional lockMarkus Pargmann2015-08-171-8/+8
* nbd: Fix timeout detectionMarkus Pargmann2015-08-171-28/+70
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* block: nbd: convert to blkdev_reread_part()Ming Lei2015-05-201-1/+1
* nbd: stop using req->cmdChristoph Hellwig2015-05-051-25/+23Star
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-1/+1
* nbd: Return error pointer directlyMarkus Pargmann2015-04-021-5/+2Star
* nbd: Return error code directlyMarkus Pargmann2015-04-021-5/+2Star
* nbd: Remove fixme that was already fixedMarkus Pargmann2015-04-021-6/+3Star
* nbd: Restructure debugging printsMarkus Pargmann2015-04-021-66/+22Star
* nbd: Fix device bytesize typeMarkus Pargmann2015-04-021-1/+2
* nbd: Replace kthread_create with kthread_runMarkus Pargmann2015-04-021-3/+3
* nbd: Remove kernel internal headerMarkus Pargmann2015-04-021-0/+22
* nbd: fix possible memory leakSudip Mukherjee2015-03-051-4/+4
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles2014-06-071-5/+2Star
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-071-29/+19Star
|\
| * switch nbd to sockfd_lookup/sockfd_putAl Viro2014-04-021-29/+19Star
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* block: Immutable bio vecsKent Overstreet2013-11-241-1/+1
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-6/+6
* nbd: correct disconnect behaviorPaul Clements2013-07-041-1/+6
* nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk2013-07-041-1/+0Star
* block: do not pass disk names as format stringsKees Cook2013-07-041-1/+2
* nbd: increase default and max request sizesMichal Belczyk2013-05-011-0/+2
* nbd: fix sparse warningAlex Elder2013-02-281-0/+1
* nbd: show read-only state in sysfsPaolo Bonzini2013-02-281-0/+3
* nbd: fsync and kill block device on shutdownPaolo Bonzini2013-02-281-0/+10
* nbd: support FLUSH requestsAlex Bligh2013-02-281-2/+20
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* nbd: handle discard requestsPaul Clements2012-10-051-1/+14
* nbd: add set flags ioctlPaul Clements2012-10-051-1/+7
* nbd: clear waiting_queue on shutdownPaul Clements2012-09-181-0/+9
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-1/+1
|\
| * block/nbd: micro-optimization in nbd request completionChetan Loke2012-07-311-1/+1
* | nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman2012-08-011-1/+5
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-291-147/+148
|\
| * nbd: rename the nbd_device variable from lo to nbdWanlong Gao2012-03-291-147/+148
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
|/
* nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-191-1/+1
* nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-191-6/+5Star
* nbd: lower the loglevel of an error messageWANG Cong2011-08-191-1/+1