summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-05direct-io: allow direct writes to empty inodesErnesto A. Fernández1-2/+3
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2017-10-18direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2016-10-04consistent treatment of EFAULT on O_DIRECT read/writeAl Viro1-0/+3
2016-06-07direct-io: use bio set/get op accessorsMike Christie3-19/+25
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
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 Hellwig12-65/+46
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig13-16/+25
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 Hellwig37-112/+99
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds70-1591/+2196
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-465/+488
2016-03-04direct-io: only use block polling if explicitly requestedChristoph Hellwig1-1/+2
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig6-14/+35
2016-01-31block: fix use-after-free in dio_bio_completeMike Krinkin1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro1-0/+1
2015-11-30direct-io: Fix negative return from dio read beyond eofJan Kara1-1/+9
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds33-90/+286
2015-11-10direct-io: be sure to assign dio->bio_bdev for both pathsJens Axboe1-3/+3
2015-11-07directio: add block polling supportJens Axboe1-4/+10
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman38-68/+71
2015-09-23fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei1-3/+6
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet16-74/+18
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin4-6/+14
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig95-682/+622
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe9-33/+50
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval20-74/+67
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig63-86/+55
2015-03-13fs: split generic and aio kiocbChristoph Hellwig7-77/+81
2014-09-27fuse: honour max_read and max_write in direct_io modeMiklos Szeredi4-7/+12
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro4-13/+12
2014-08-01direct-io: fix AIO regressionChristoph Hellwig1-5/+4
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh1-7/+7
2014-05-06new helper: iov_iter_npages()Al Viro4-22/+31
2014-05-06new helper: iov_iter_get_pages()Al Viro3-73/+67
2014-05-06dio: take updating ->result into do_direct_IO()Al Viro1-4/+2
2014-05-06new primitive: iov_iter_alignment()Al Viro4-27/+34
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro19-60/+49
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds56-415/+1215
2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-02-09direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig2-6/+15
2013-11-24block: Abstract out bvec iteratorKent Overstreet107-638/+700
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson1-2/+3
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig6-14/+41
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig11-131/+105
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds50-956/+1000
[next]