aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-11/+4
2015-10-08nbd: Add locking for tasksMarkus Pargmann1-6/+30
2015-08-17nbd: flags is a u32 variableMarkus Pargmann1-1/+1
2015-08-17nbd: Rename functions for clearness of recv/send pathMarkus Pargmann1-6/+6
2015-08-17nbd: Change 'disconnect' to be booleanMarkus Pargmann1-4/+4
2015-08-17nbd: Add debugfs entriesMarkus Pargmann1-1/+177
2015-08-17nbd: Remove variable 'pid'Markus Pargmann1-10/+9
2015-08-17nbd: Move clear queue debug messageMarkus Pargmann1-1/+1
2015-08-17nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann1-14/+14
2015-08-17nbd: restructure sock_shutdownMarkus Pargmann1-6/+7
2015-08-17nbd: sock_shutdown, remove conditional lockMarkus Pargmann1-8/+8
2015-08-17nbd: Fix timeout detectionMarkus Pargmann1-28/+70
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-05-20block: nbd: convert to blkdev_reread_part()Ming Lei1-1/+1
2015-05-05nbd: stop using req->cmdChristoph Hellwig1-25/+23
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-1/+1
2015-04-02nbd: Return error pointer directlyMarkus Pargmann1-5/+2
2015-04-02nbd: Return error code directlyMarkus Pargmann1-5/+2
2015-04-02nbd: Remove fixme that was already fixedMarkus Pargmann1-6/+3
2015-04-02nbd: Restructure debugging printsMarkus Pargmann1-66/+22
2015-04-02nbd: Fix device bytesize typeMarkus Pargmann1-1/+2
2015-04-02nbd: Replace kthread_create with kthread_runMarkus Pargmann1-3/+3
2015-04-02nbd: Remove kernel internal headerMarkus Pargmann1-0/+22
2015-03-05nbd: fix possible memory leakSudip Mukherjee1-4/+4
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles1-5/+2
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar1-29/+19
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-01switch nbd to sockfd_lookup/sockfd_putAl Viro1-29/+19
2013-11-23block: Immutable bio vecsKent Overstreet1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-6/+6
2013-07-03nbd: correct disconnect behaviorPaul Clements1-1/+6
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk1-1/+0
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+2
2013-04-30nbd: increase default and max request sizesMichal Belczyk1-0/+2
2013-02-27nbd: fix sparse warningAlex Elder1-0/+1
2013-02-27nbd: show read-only state in sysfsPaolo Bonzini1-0/+3
2013-02-27nbd: fsync and kill block device on shutdownPaolo Bonzini1-0/+10
2013-02-27nbd: support FLUSH requestsAlex Bligh1-2/+20
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-06nbd: handle discard requestsPaul Clements1-1/+14
2012-10-06nbd: add set flags ioctlPaul Clements1-1/+7
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-07-31nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman1-1/+5
2012-07-31block/nbd: micro-optimization in nbd request completionChetan Loke1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-147/+148
2012-03-28nbd: rename the nbd_device variable from lo to nbdWanlong Gao1-147/+148
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-19nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton1-1/+1