aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
2018-03-08direct-io: Fix sleep in atomic due to sync AIOJan Kara
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-17fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner
2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09fs: simplify dio_bio_completeChristoph Hellwig
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedChandan Rajendra
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig
2016-11-11block: move poll code to blk-mqJens Axboe
2016-11-04direct-io: Use clean_bdev_aliases() instead of handmade iterationJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-03consistent treatment of EFAULT on O_DIRECT read/writeAl Viro
2016-06-07direct-io: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: remove the offset argument to dio_completeChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-04direct-io: only use block polling if explicitly requestedChristoph Hellwig
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-01-30block: fix use-after-free in dio_bio_completeMike Krinkin
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro
2015-11-30direct-io: Fix negative return from dio read beyond eofJan Kara
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-10direct-io: be sure to assign dio->bio_bdev for both pathsJens Axboe
2015-11-07directio: add block polling supportJens Axboe
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-09-23fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe