aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2016-04-12nbd: switch to using blk_queue_write_cache()Jens Axboe
2016-03-04nbd: use correct div_s64 helperArnd Bergmann
2016-02-15nbd: Create size change events for userspaceMarkus Pargmann
2016-02-05nbd: ratelimit error msgs after socket closeDan Streetman
2016-02-05nbd: Move flag parsing to a functionMarkus Pargmann
2016-02-05nbd: Cleanup reset of nbd and bdev after a disconnectMarkus Pargmann
2016-02-05nbd: Timeouts are not user requested disconnectsMarkus Pargmann
2016-02-05nbd: Remove signal usageMarkus Pargmann
2016-02-03nbd: Fix debugfs error handlingMarkus Pargmann
2016-01-08nbd: use ->compat_ioctl()Al Viro
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov
2015-10-08nbd: Add locking for tasksMarkus Pargmann
2015-08-17nbd: flags is a u32 variableMarkus Pargmann
2015-08-17nbd: Rename functions for clearness of recv/send pathMarkus Pargmann
2015-08-17nbd: Change 'disconnect' to be booleanMarkus Pargmann
2015-08-17nbd: Add debugfs entriesMarkus Pargmann
2015-08-17nbd: Remove variable 'pid'Markus Pargmann
2015-08-17nbd: Move clear queue debug messageMarkus Pargmann
2015-08-17nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann
2015-08-17nbd: restructure sock_shutdownMarkus Pargmann
2015-08-17nbd: sock_shutdown, remove conditional lockMarkus Pargmann
2015-08-17nbd: Fix timeout detectionMarkus Pargmann
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-05-20block: nbd: convert to blkdev_reread_part()Ming Lei
2015-05-05nbd: stop using req->cmdChristoph Hellwig
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig
2015-04-02nbd: Return error pointer directlyMarkus Pargmann
2015-04-02nbd: Return error code directlyMarkus Pargmann
2015-04-02nbd: Remove fixme that was already fixedMarkus Pargmann
2015-04-02nbd: Restructure debugging printsMarkus Pargmann
2015-04-02nbd: Fix device bytesize typeMarkus Pargmann
2015-04-02nbd: Replace kthread_create with kthread_runMarkus Pargmann
2015-04-02nbd: Remove kernel internal headerMarkus Pargmann
2015-03-05nbd: fix possible memory leakSudip Mukherjee
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang
2014-04-01switch nbd to sockfd_lookup/sockfd_putAl Viro
2013-11-23block: Immutable bio vecsKent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-07-03nbd: correct disconnect behaviorPaul Clements
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk
2013-07-03block: do not pass disk names as format stringsKees Cook
2013-04-30nbd: increase default and max request sizesMichal Belczyk
2013-02-27nbd: fix sparse warningAlex Elder
2013-02-27nbd: show read-only state in sysfsPaolo Bonzini
2013-02-27nbd: fsync and kill block device on shutdownPaolo Bonzini
2013-02-27nbd: support FLUSH requestsAlex Bligh
2013-02-22new helper: file_inode(file)Al Viro