summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-01-23blockdev: Fix livelocks on loop deviceJan Kara1-10/+18
2018-03-05mm: optimize for CMA allocate timetao zeng27-605/+1686
2017-11-14Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan418-6051/+12280
2017-10-18fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox3-5/+16
2017-07-04Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan285-1374/+2521
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2017-06-08Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan430-2087/+5264
2017-05-20fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov4-21/+2
2017-05-12mm: avoid PFN busy when cma allocateTao Zeng7-0/+81
2017-01-09block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2017-01-06block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong2-1/+79
2016-10-05fs/block_dev.c: return the right error in thaw_bdev()Pierre Morel1-5/+2
2016-09-14block_dev: remove DAX leftoversChristoph Hellwig1-10/+1
2016-08-25fs/block_dev: fix potential NULL ptr deref in freeze_bdev()Andrey Ryabinin1-1/+2
2016-08-22bdev: fix NULL pointer dereferenceVegard Nossum1-1/+1
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-04mm/block: convert rw_page users to bio op useMike Christie11-59/+60
2016-08-04block: remove BLK_DEV_DAX config optionRoss Zwisler2-18/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-413/+224
2016-07-21block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani5-3/+10
2016-07-19bdev: get rid of ->bd_inodesAl Viro2-15/+2
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman6-7/+15
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-293/+246
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds42-787/+2252
2016-05-21Revert "block: enable dax for raw block devices"Dan Williams4-108/+29
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams6-18/+15
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani4-40/+38
2016-05-17block: Add bdev_dax_supported() for dax mount checksToshi Kani2-0/+46
2016-05-17block: Add vfs_msg() interfaceToshi Kani2-0/+23
2016-05-17dax: Remove complete_unwritten argumentJan Kara7-55/+25
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: 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-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-110/+185
2016-03-03block-dev: enable writeback cgroup supportShaohua Li1-1/+5
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler7-16/+43
2016-02-27block: disable block device DAX by defaultDan Williams2-1/+18
2016-02-06block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler1-1/+7
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams4-70/+0
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds179-894/+916
2016-01-23dax: support dirty DAX entries in radix treeRoss Zwisler9-42/+78
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds17-64/+79
2016-01-16dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams3-88/+150
2016-01-16dax: guarantee page aligned results from bdev_direct_access()Dan Williams2-1/+2
[next]