summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-1/+2
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* blkdev_write_iter: expand generic_file_checks() call in thereAl Viro2015-04-111-6/+9
* lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-111-0/+10
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-3/+2
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+40
|\
| * block: Change direct_access calling conventionMatthew Wilcox2015-01-131-0/+40
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-25/+1
* | block_dev: only write bdev inode on closeChristoph Hellwig2015-01-201-12/+19
|/
* fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski2014-11-171-2/+8
* Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-1/+2
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-23/+11
|\
| * bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2014-09-081-21/+11
| * block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-081-2/+0
* | block_dev: implement readpages() to optimize sequential readAkinobu Mita2014-10-091-0/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-22/+18
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-121-1/+1
| * blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-10/+6
| * fs/block_dev.c: switch to ->read_iter()Al Viro2014-05-061-10/+6
| * blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()Al Viro2014-05-061-3/+6
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+2
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+5
* | fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2014-06-041-0/+63
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-011-1/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-2/+2
* | fs/direct-io.c: remove some left over checksDan Carpenter2014-04-031-1/+1
|/
* Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-131-1/+1
|\
| * writeback: Do not sort b_io list only because of block device inodeJan Kara2013-07-091-1/+1
* | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-1/+1
|\ \
| * | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+1
* | | direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1
|/ /
* | Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-111-1/+8
|\ \
| * | writeback: Fix periodic writeback after fs mountJan Kara2013-06-281-1/+8
| |/
* | mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-031-0/+1
* | block_dev: switch to fixed_size_llseek()Al Viro2013-06-291-22/+1
|/
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+1
|\
| * fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gu Zheng2013-04-291-1/+1
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-071-0/+1
|\ \
| * | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | | make blkdev_put() return voidAl Viro2013-05-071-8/+6
* | | block_device_operations->release() should return voidAl Viro2013-05-071-1/+1
|/ /
* | fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong2013-04-301-5/+3
* | loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-011-0/+1
|/
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-2/+4
|\
| * block: remove redundant check to bd_openers()Guo Chao2013-02-221-1/+1
| * block: use i_size_write() in bd_set_size()Guo Chao2013-02-221-1/+3
OpenPOWER on IntegriCloud