aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIGravatar Jens Axboe 1-0/+2
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-1/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMGravatar Christoph Hellwig 1-2/+2
2018-04-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+4
2018-04-05fs/direct-io.c: minor cleanups in do_blockdev_direct_IOGravatar Nikolay Borisov 1-5/+4
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicGravatar Nikolay Borisov 1-4/+2
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagGravatar Nikolay Borisov 1-2/+1
2018-02-26direct-io: Fix sleep in atomic due to sync AIOGravatar Jan Kara 1-2/+1
2018-01-08iomap: report collisions between directio and buffered writes to userspaceGravatar Darrick J. Wong 1-1/+23
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-11-03block: add a poll_fn callback to struct request_queueGravatar Christoph Hellwig 1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-18Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-8/+12
2017-10-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+13
2017-10-17fs: Avoid invalidation in interrupt context in dio_complete()Gravatar Lukas Czerner 1-6/+13
2017-10-16fs: invalidate page cache after end_io() in dio completionGravatar Eryu Guan 1-8/+12
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionGravatar Andreas Gruenbacher 1-1/+2
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOGravatar Lukas Czerner 1-6/+43
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-4/+4
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsGravatar Jens Axboe 1-0/+2
2017-06-20block: return on congested block deviceGravatar Goldwyn Rodrigues 1-2/+8
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-4/+4
2017-06-09fs: simplify dio_bio_completeGravatar Christoph Hellwig 1-4/+2
2017-06-09fs: remove the unused error argument to dio_end_io()Gravatar Christoph Hellwig 1-2/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedGravatar Chandan Rajendra 1-1/+2
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-21/+7
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cGravatar Christoph Hellwig 1-1/+1
2016-11-11block: move poll code to blk-mqGravatar Jens Axboe 1-1/+1
2016-11-04direct-io: Use clean_bdev_aliases() instead of handmade iterationGravatar Jan Kara 1-21/+7
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-10-03consistent treatment of EFAULT on O_DIRECT read/writeGravatar Al Viro 1-0/+3
2016-06-07direct-io: use bio set/get op accessorsGravatar Mike Christie 1-14/+20
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readGravatar Eryu Guan 1-7/+7
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-8/+9
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-05-01direct-io: remove the offset argument to dio_completeGravatar Christoph Hellwig 1-5/+5
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-13/+13
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+7
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2016-03-04direct-io: only use block polling if explicitly requestedGravatar Christoph Hellwig 1-1/+2
2016-02-08direct-io: always call ->end_io if non-NULLGravatar Christoph Hellwig 1-2/+7
2016-01-30block: fix use-after-free in dio_bio_completeGravatar Mike Krinkin 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Gravatar Al Viro 1-0/+1
2015-11-30direct-io: Fix negative return from dio read beyond eofGravatar Jan Kara 1-1/+9
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+10