Soren Hansen
|
de1f016f88
nbd: remove module-level ioctl mutex
|
14 years ago |
Arnd Bergmann
|
2a48fc0ab2
block: autoconvert trivial BKL users to private mutex
|
15 years ago |
Linus Torvalds
|
2f9e825d3e
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
|
15 years ago |
Arnd Bergmann
|
8a6cfeb6de
block: push down BKL into .locked_ioctl
|
15 years ago |
Christoph Hellwig
|
33659ebbae
block: remove wrappers for request type/flags
|
15 years ago |
Pavel Machek
|
a2531293db
update email address
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Alexey Dobriyan
|
83d5cde47d
const: make block_device_operations const
|
16 years ago |
Tejun Heo
|
9934c8c045
block: implement and enforce request peek/start/fetch
|
16 years ago |
Tejun Heo
|
1011c1b9f2
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
|
16 years ago |
Tejun Heo
|
83096ebf12
block: convert to pos and nr_sectors accessors
|
16 years ago |
Tejun Heo
|
53d6979ab6
nbd: don't clear rq->sector and nr_sectors unnecessarily
|
16 years ago |
Pavel Machek
|
15746fcaa3
nbd: trivial cleanups
|
16 years ago |
Pavel Machek
|
1a2ad21128
nbd: add locking to nbd_ioctl
|
16 years ago |
Paul Clements
|
4d48a542b4
nbd: fix I/O hang on disconnected nbds
|
16 years ago |
Pavel Machek
|
c91192d66d
nbd: do not allow two clients at the same time
|
16 years ago |
Jens Axboe
|
31dcfab0ae
nbd: tell the block layer that it is not a rotational device
|
16 years ago |
Jens Axboe
|
b374d18a4b
block: get rid of elevator_t typedef
|
16 years ago |
Al Viro
|
a8cdc308c0
[PATCH] switch nbd
|
17 years ago |
Al Viro
|
d4430d62fa
[PATCH] beginning of methods conversion
|
17 years ago |
Parag Warudkar
|
01e8ef11bc
x86: sysfs: kill owner field from attribute
|
17 years ago |
Tejun Heo
|
ed9e198234
block: implement and use {disk|part}_to_dev()
|
17 years ago |
Sven Wegener
|
f3944d61dd
nbd: fix memory leak of nbd_dev array
|
17 years ago |
Linus Torvalds
|
bd5d435a96
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
|
17 years ago |
Hirofumi Nakagawa
|
801678c5a3
Remove duplicated unlikely() in IS_ERR()
|
17 years ago |
Laurent Vivier
|
d71a6d7332
NBD: add partition support
|
17 years ago |
Laurent Vivier
|
48cf6061b3
NBD: allow nbd to be used locally
|
17 years ago |
FUJITA Tomonori
|
4f54eec831
block: use blk_rq_init() to initialize the request
|
17 years ago |
Mike Snitzer
|
ffc41cf8db
nbd: prevent sock_xmit from attempting to use a NULL socket
|
17 years ago |
Paul Clements
|
48f15b93b2
NBD: make nbd default to deadline I/O scheduler
|
17 years ago |