summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2006-07-31[PATCH] nbd: Abort request on data reception failureMichal Feix
2006-07-31[PATCH] nbd: Check magic before doing anything elseMichal Feix
2006-07-01[PATCH] drivers/block/nbd.c compile fixIngo van Lil
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman
2006-06-25[PATCH] nbd: kill obsolete changelog, add GPLPavel Machek
2006-03-25[PATCH] drivers/block/nbd.c: don't defer compile error to runtimeAdrian Bunk
2006-03-23[PATCH] sem2mutex: drivers/block/nbd.cIngo Molnar
2006-01-08[PATCH] nbd: remove duplicate assignmenttaneli.vahakangas@netsonic.fi
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2006-01-06[PATCH] nbd: fix TX/RX race conditionHerbert Xu
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo
2005-05-01[PATCH] nbd: Don't create all MAX_NBD devices by default all the timeLars Marowsky-Bree
2005-03-31[NBD]: Fix i_sock reference.David S. Miller
2005-03-13[PATCH] verify_area cleanup : drivers part 1Jesper Juhl
2005-03-11[PATCH] Make lots of things staticAdrian Bunk
2005-01-20[PATCH] Lock initializer cleanup: Block devicesThomas Gleixner
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton
2004-08-22[PATCH] nbd: fix struct request race conditionPaul Clements
2004-07-15[PATCH] sparse: iovec cleanups - the restAlexander Viro
2004-02-22[PATCH] nbd: remove PARANOIA and other cleanupsAndrew Morton
2004-02-22[PATCH] nbd: fix set_capacity callAndrew Morton
2004-02-22[PATCH] NBD rmmod oops fixAndrew Morton
2004-02-18[PATCH] fix display of NBD in /proc/partitionsAndrew Morton
2003-08-14[PATCH] nbd: fix send/receive/shutdown/disconnect racesAndrew Morton
2003-08-06[PATCH] Proper block queue reference countingJens Axboe
2003-07-17[PATCH] misc fixesAndrew Morton
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk
2003-07-10[PATCH] nbd: make nbd and block layer agree about device andAndrew Morton
2003-07-10[PATCH] nbd: remove unneeded nbd_open/nbd_release and refcntAndrew Morton
2003-07-10[PATCH] nbd: cleanup PARANOIA usage & codeAndrew Morton
2003-07-10[PATCH] nbd: initialise the embedded kobjectAndrew Morton
2003-07-10[PATCH] nbd: remove unneeded blksize_bits fieldAndrew Morton
2003-07-10[PATCH] nbd: enhanced diagnostics supportAndrew Morton
2003-07-10[PATCH] NBD: cosmetic cleanupsAndrew Morton
2003-06-22[PATCH] fix nbd driver for 2.5 block layerLou Langholtz
2003-06-05[NET]: Some stuff missed during acme's struct sock cleanup.David S. Miller
2003-04-20[PATCH] devfs: nbdChristoph Hellwig
2003-04-06[PATCH] kill blk_queue_empty()Jens Axboe
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig
2003-03-20[PATCH] make nbd working in 2.5.xDave Jones
2003-03-08[PATCH] register_blkdev cleanupsAndrew Morton
2003-02-12Make dequeue_signal() take the process as an argument.Linus Torvalds
2003-02-07[PATCH] signal locking updateChris Wedgwood
2003-02-06[PATCH] Spelling fixes for consistent, dependent, persistentSteven Cole
2002-12-08Merge bk://kernel.bkbits.net/acme/misc-2.5Linus Torvalds
2002-12-07[NBD]: nbd.c wants blkdev.h and blk.hDavid S. Miller
2002-12-07o nbd: fix up headers changes, include blk.h and blkdev.hArnaldo Carvalho de Melo