Arun Sharma
|
60063497a9
atomic: use <linux/atomic.h>
|
14 years ago |
Christoph Hellwig
|
72c5052ddc
fs: move inode_dio_done to the end_io handler
|
14 years ago |
Christoph Hellwig
|
df2d6f2658
fs: always maintain i_dio_count
|
14 years ago |
Christoph Hellwig
|
bd5fe6c5eb
fs: kill i_alloc_sem
|
14 years ago |
Christoph Hellwig
|
f9b5570d7f
fs: simplify handling of zero sized reads in __blockdev_direct_IO
|
14 years ago |
Linus Torvalds
|
6c51038900
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
|
14 years ago |
Jens Axboe
|
721a9602e6
block: kill off REQ_UNPLUG
|
14 years ago |
Jens Axboe
|
7eaceaccab
block: remove per-queue plugging
|
14 years ago |
Jiri Kosina
|
0a9d59a246
Merge branch 'master' into for-next
|
14 years ago |
David Dillow
|
20d9600cb4
fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bio
|
14 years ago |
Namhyung Kim
|
f0940cee22
dio: fix typos in comments
|
14 years ago |
Edward Shishkin
|
cd1c584f38
fs/direct-io.c: fix truncation error in dio_complete() return
|
14 years ago |
Jeff Moyer
|
7a801ac6f5
O_DIRECT: fix the splitting up of contiguous I/O
|
14 years ago |
Christoph Hellwig
|
eafdc7d190
sort out blockdev_direct_IO variants
|
15 years ago |
Christoph Hellwig
|
40e2e97316
direct-io: move aio_complete into ->end_io
|
15 years ago |
npiggin@suse.de
|
7bb46a6734
fs: introduce new truncate sequence
|
15 years ago |
Josef Bacik
|
c2c6ca417e
direct-io: do not merge logically non-contiguous requests
|
15 years ago |
Josef Bacik
|
facd07b07d
direct-io: add a hook for the fs to provide its own submit_bio function
|
15 years ago |
Al Viro
|
06777d308f
dio: fix use-after-free
|
15 years ago |
Christoph Hellwig
|
5fe878ae7f
direct-io: cleanup blockdev_direct_IO locking
|
15 years ago |
Jeff Moyer
|
23aee091d8
dio: don't zero out the pages array inside struct dio
|
15 years ago |
Vivek Goyal
|
d9449ce35a
Fix regression in direct writes performance due to WRITE_ODIRECT flag removal
|
15 years ago |
Jeff Moyer
|
cfb1e33eed
aio: implement request batching
|
15 years ago |
Jeff Moyer
|
1af60fbd75
block: get rid of the WRITE_ODIRECT flag
|
15 years ago |
Martin K. Petersen
|
e1defc4ff0
block: Do away with the notion of hardsect_size
|
16 years ago |
Nikanth Karthikesan
|
4d1f9fdb61
dio: Remove code handling bio_alloc failure with __GFP_WAIT
|
16 years ago |
Jens Axboe
|
aeb6fafb8f
block: Add flag for telling the IO schedulers NOT to anticipate more IO
|
16 years ago |
Dmitri Monakhov
|
0f64415d42
fs: truncate blocks outside i_size after O_DIRECT write error
|
16 years ago |
Francois Cami
|
e1f8e87449
Remove Andrew Morton's old email accounts
|
16 years ago |
Nick Piggin
|
f5dd33c494
dio: use get_user_pages_fast
|
17 years ago |