summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: correct disconnect behaviorPaul Clements2013-07-031-1/+6
* nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk2013-07-031-1/+0
* block: do not pass disk names as format stringsKees Cook2013-07-031-1/+2
* nbd: increase default and max request sizesMichal Belczyk2013-04-301-0/+2
* nbd: fix sparse warningAlex Elder2013-02-271-0/+1
* nbd: show read-only state in sysfsPaolo Bonzini2013-02-271-0/+3
* nbd: fsync and kill block device on shutdownPaolo Bonzini2013-02-271-0/+10
* nbd: support FLUSH requestsAlex Bligh2013-02-271-2/+20
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* nbd: handle discard requestsPaul Clements2012-10-061-1/+14
* nbd: add set flags ioctlPaul Clements2012-10-061-1/+7
* nbd: clear waiting_queue on shutdownPaul Clements2012-09-171-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-07-311-1/+5
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-147/+148
|\
| * nbd: rename the nbd_device variable from lo to nbdWanlong Gao2012-03-281-147/+148
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* 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/+5
* nbd: lower the loglevel of an error messageWANG Cong2011-08-191-1/+1
* nbd: replace printk KERN_ERR with dev_err()WANG Cong2011-08-191-25/+25
* nbd: replace sysfs_create_file() with device_create_file()WANG Cong2011-08-191-3/+3
* nbd: use task_pid_nr() to get current pidWANG Cong2011-08-191-1/+1
* nbd: adjust 'max_part' according to part_shiftNamhyung Kim2011-05-281-1/+12
* nbd: limit module parameters to a sane valueNamhyung Kim2011-05-281-0/+6
* nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim2011-05-281-1/+2
* nbd: remove module-level ioctl mutexSoren Hansen2011-02-111-3/+0
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+4
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+5
|\
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+4
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* | update email addressPavel Machek2010-07-191-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-3/+1
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-3/+3
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-6/+6
* nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo2009-05-111-7/+0
* nbd: trivial cleanupsPavel Machek2009-04-021-6/+4
* nbd: add locking to nbd_ioctlPavel Machek2009-04-021-35/+67
* nbd: fix I/O hang on disconnected nbdsPaul Clements2009-02-111-0/+9
* nbd: do not allow two clients at the same timePavel Machek2009-01-151-0/+4
* nbd: tell the block layer that it is not a rotational deviceJens Axboe2008-12-291-6/+4
* block: get rid of elevator_t typedefJens Axboe2008-12-291-1/+1
* [PATCH] switch nbdAl Viro2008-10-211-14/+14
* [PATCH] beginning of methods conversionAl Viro2008-10-211-1/+1
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-2/+2
* nbd: fix memory leak of nbd_dev arraySven Wegener2008-08-201-4/+6