aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
AgeCommit message (Expand)Author
2017-04-30ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-09-30ext4: remove unused variableEric Engestrom
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-05ext4: remove unnecessary bio get/putJens Axboe
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-02ext4 crypto: fix some error handlingDan Carpenter
2016-03-26ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-08ext4: remove i_ioend_countJan Kara
2016-02-29ext4: Fix data exposure after failed AIO DIOJan Kara
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-10-02ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-21ext4: implement cgroup writeback supportTejun Heo
2015-07-21ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-31ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow
2015-04-02ext4: remove unused header filesSheng Yong
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox
2014-05-27ext4: fix zeroing of page during writebackJan Kara
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon
2014-04-07ext4: note the error in ext4_end_bio()Matthew Wilcox
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet
2013-10-16ext4: fix assertion in ext4_add_complete_io()Jan Kara
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig
2013-07-11ext4: rate limit printk in buffer_io_error()Anatol Pomozov
2013-07-10ext4: fix warning in ext4_evict_inode()Jan Kara
2013-06-06ext4: add check to io_submit_init_bioTheodore Ts'o