aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2015-04-19nbd: fix possible memory leakSudip Mukherjee
2013-07-21nbd: correct disconnect behaviorPaul Clements
2013-07-13block: 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
2012-10-06nbd: handle discard requestsPaul Clements
2012-10-06nbd: add set flags ioctlPaul Clements
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-07-31nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman
2012-07-31block/nbd: micro-optimization in nbd request completionChetan Loke
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28nbd: rename the nbd_device variable from lo to nbdWanlong Gao
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-08-19nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton
2011-08-19nbd: replace some printk with dev_warn() and dev_info()WANG Cong
2011-08-19nbd: lower the loglevel of an error messageWANG Cong
2011-08-19nbd: replace printk KERN_ERR with dev_err()WANG Cong
2011-08-19nbd: replace sysfs_create_file() with device_create_file()WANG Cong
2011-08-19nbd: use task_pid_nr() to get current pidWANG Cong
2011-05-28nbd: adjust 'max_part' according to part_shiftNamhyung Kim
2011-05-28nbd: limit module parameters to a sane valueNamhyung Kim
2011-05-28nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim
2011-02-11nbd: remove module-level ioctl mutexSoren Hansen
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-07-19update email addressPavel Machek
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo
2009-04-02nbd: trivial cleanupsPavel Machek
2009-04-02nbd: add locking to nbd_ioctlPavel Machek
2009-02-11nbd: fix I/O hang on disconnected nbdsPaul Clements
2009-01-15nbd: do not allow two clients at the same timePavel Machek
2008-12-29nbd: tell the block layer that it is not a rotational deviceJens Axboe
2008-12-29block: get rid of elevator_t typedefJens Axboe
2008-10-21[PATCH] switch nbdAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener