aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gu Zheng2013-04-29
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-02
| |\
| | * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-01
| * | bio-integrity: Add explicit field for owner of bip_bufKent Overstreet2013-03-23
| * | block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-23
| * | block: Add bio_alloc_pages()Kent Overstreet2013-03-23
| * | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-23
| * | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-23
| * | block: Add bio_copy_data()Kent Overstreet2013-03-23
| * | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-23
| * | block: Remove bi_idx referencesKent Overstreet2013-03-23
| * | block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-23
| * | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-23
| * | block: Add bio_end_sector()Kent Overstreet2013-03-23
| * | block: Add bio_advance()Kent Overstreet2013-03-23
| * | block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-23
| * | block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2013-03-23
| * | block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-23
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-07
|\ \ \
| * | | aio: don't include aio.h in sched.hKent Overstreet2013-05-07
| * | | aio: kill ki_retryKent Overstreet2013-05-07
| * | | aio: kill ki_keyKent Overstreet2013-05-07
| * | | aio: give shared kioctx fields their own cachelinesKent Overstreet2013-05-07
| * | | aio: kill struct aio_ring_infoKent Overstreet2013-05-07
| * | | aio: kill batch allocationKent Overstreet2013-05-07
| * | | aio: change reqs_active to include unreaped completionsKent Overstreet2013-05-07
| * | | aio: use cancellation list lazilyKent Overstreet2013-05-07
| * | | aio: use flush_dcache_page()Kent Overstreet2013-05-07
| * | | aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet2013-05-07
| * | | aio: refcounting cleanupKent Overstreet2013-05-07
| * | | aio: make aio_put_req() locklessKent Overstreet2013-05-07
| * | | aio: do fget() after aio_get_req()Kent Overstreet2013-05-07
| * | | aio: dprintk() -> pr_debug()Kent Overstreet2013-05-07
| * | | aio: move private stuff out of aio.hKent Overstreet2013-05-07
| * | | aio: add kiocb_cancel()Kent Overstreet2013-05-07
| * | | aio: kill return value of aio_complete()Kent Overstreet2013-05-07
| * | | aio: remove retry-based AIOZach Brown2013-05-07
| * | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-07
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-07
|\ \ \ \
| * | | | make blkdev_put() return voidAl Viro2013-05-07
| * | | | block_device_operations->release() should return voidAl Viro2013-05-07
| * | | | hfs: SMP race on directory close()Al Viro2013-05-05
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-07
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-01
| * | | | fuse: truncate file if async dio failedMaxim Patlasov2013-04-18
| * | | | fuse: optimize short direct readsMaxim Patlasov2013-04-17
| * | | | fuse: enable asynchronous processing direct IOMaxim Patlasov2013-04-17
| * | | | fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-17
| * | | | fuse: add support of async IOMaxim Patlasov2013-04-17