summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0813-221/+420
|\
| * fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gu Zheng2013-04-291-1/+1
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-0253-301/+1042
| |\
| | * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-011-70/+32
| * | bio-integrity: Add explicit field for owner of bip_bufKent Overstreet2013-03-231-3/+2
| * | block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-231-1/+3
| * | block: Add bio_alloc_pages()Kent Overstreet2013-03-231-0/+28
| * | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-232-14/+14
| * | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-233-8/+8
| * | block: Add bio_copy_data()Kent Overstreet2013-03-231-0/+70
| * | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-231-0/+36
| * | block: Remove bi_idx referencesKent Overstreet2013-03-233-8/+0
| * | block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-232-6/+5
| * | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-1/+1
| * | block: Add bio_end_sector()Kent Overstreet2013-03-232-3/+2
| * | block: Add bio_advance()Kent Overstreet2013-03-231-0/+41
| * | block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-232-105/+63
| * | block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2013-03-231-2/+3
| * | block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-231-2/+114
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0741-1077/+602
|\ \ \
| * | | aio: don't include aio.h in sched.hKent Overstreet2013-05-0738-3/+38
| * | | aio: kill ki_retryKent Overstreet2013-05-071-139/+85
| * | | aio: kill ki_keyKent Overstreet2013-05-071-2/+5
| * | | aio: give shared kioctx fields their own cachelinesKent Overstreet2013-05-071-12/+15
| * | | aio: kill struct aio_ring_infoKent Overstreet2013-05-071-81/+74
| * | | aio: kill batch allocationKent Overstreet2013-05-071-101/+15
| * | | aio: change reqs_active to include unreaped completionsKent Overstreet2013-05-071-15/+32
| * | | aio: use cancellation list lazilyKent Overstreet2013-05-071-44/+62
| * | | aio: use flush_dcache_page()Kent Overstreet2013-05-071-28/+17
| * | | aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet2013-05-071-150/+90
| * | | aio: refcounting cleanupKent Overstreet2013-05-071-153/+119
| * | | aio: make aio_put_req() locklessKent Overstreet2013-05-071-52/+34
| * | | aio: do fget() after aio_get_req()Kent Overstreet2013-05-071-13/+9
| * | | aio: dprintk() -> pr_debug()Kent Overstreet2013-05-071-33/+24
| * | | aio: move private stuff out of aio.hKent Overstreet2013-05-071-0/+61
| * | | aio: add kiocb_cancel()Kent Overstreet2013-05-071-36/+43
| * | | aio: kill return value of aio_complete()Kent Overstreet2013-05-071-14/+7
| * | | aio: remove retry-based AIOZach Brown2013-05-073-356/+31
| * | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-071-14/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-078-46/+24
|\ \ \ \
| * | | | make blkdev_put() return voidAl Viro2013-05-077-45/+21
| * | | | block_device_operations->release() should return voidAl Viro2013-05-071-1/+1
| * | | | hfs: SMP race on directory close()Al Viro2013-05-051-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-076-71/+356
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-013-5/+10
| * | | | fuse: truncate file if async dio failedMaxim Patlasov2013-04-183-10/+32
| * | | | fuse: optimize short direct readsMaxim Patlasov2013-04-171-6/+13
| * | | | fuse: enable asynchronous processing direct IOMaxim Patlasov2013-04-171-7/+44
| * | | | fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-174-21/+58
| * | | | fuse: add support of async IOMaxim Patlasov2013-04-172-0/+109
OpenPOWER on IntegriCloud