summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
...
* nbd: change a parameter's type to remove a memcpy callDenis Cheng2007-10-171-5/+3
* nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng2007-10-171-4/+2
* Fixup rq_for_each_segment() indentationJens Axboe2007-10-101-23/+20
* Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-101-13/+9
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* nbd.c: sock_xmit: cleanup signal related codeOleg Nesterov2007-07-161-16/+6
* [PATCH] fix request->cmd == INT casesBoaz Harrosh2007-07-101-1/+1
* nbd: check the return value of sysfs_create_fileWANG Cong2007-05-091-4/+11
* [PATCH] struct path: convert nbdJosef Sipek2006-12-081-1/+1
* [PATCH] nbd: show nbd client pid in sysfsPaul Clements2006-12-071-0/+16
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-4/+4
* [PATCH] nbd: Abort request on data reception failureMichal Feix2006-07-311-1/+2
* [PATCH] nbd: Check magic before doing anything elseMichal Feix2006-07-311-7/+9
* [PATCH] drivers/block/nbd.c compile fixIngo van Lil2006-07-011-1/+1
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] nbd: kill obsolete changelog, add GPLPavel Machek2006-06-251-32/+2
* [PATCH] drivers/block/nbd.c: don't defer compile error to runtimeAdrian Bunk2006-03-251-4/+1
* [PATCH] sem2mutex: drivers/block/nbd.cIngo Molnar2006-03-231-8/+8
* [PATCH] nbd: remove duplicate assignmenttaneli.vahakangas@netsonic.fi2006-01-081-1/+0
* Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-061-1/+1
|\
| * [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-061-1/+1
* | [PATCH] nbd: fix TX/RX race conditionHerbert Xu2006-01-061-62/+60
|/
* [PATCH] nbd: Don't create all MAX_NBD devices by default all the timeLars Marowsky-Bree2005-05-011-3/+13
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+731