aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig1-12/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+3
2019-01-22direct-io: allow direct writes to empty inodesErnesto A. Fernández1-2/+3
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-2/+2
2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-1/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-0/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-2/+2
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+4
2018-04-05fs/direct-io.c: minor cleanups in do_blockdev_direct_IONikolay Borisov1-5/+4
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov1-4/+2
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov1-2/+1
2018-02-26direct-io: Fix sleep in atomic due to sync AIOJan Kara1-2/+1
2018-01-08iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong1-1/+23
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-8/+12
2017-10-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+13
2017-10-17fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner1-6/+13
2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan1-8/+12
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner1-6/+43
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-4/+4
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe1-0/+2
2017-06-20block: return on congested block deviceGoldwyn Rodrigues1-2/+8
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-4/+4
2017-06-09fs: simplify dio_bio_completeChristoph Hellwig1-4/+2
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig1-2/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedChandan Rajendra1-1/+2
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-1/+1
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+7
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig1-1/+1
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-04direct-io: Use clean_bdev_aliases() instead of handmade iterationJan Kara1-21/+7
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-10-03consistent treatment of EFAULT on O_DIRECT read/writeAl Viro1-0/+3
2016-06-07direct-io: use bio set/get op accessorsMike Christie1-14/+20
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan1-7/+7
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-8/+9
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: remove the offset argument to dio_completeChristoph Hellwig1-5/+5
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-13/+13
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+7