summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-267-235/+513
|\
| * dax: Remove i_mmap_lock protectionJan Kara2016-05-192-21/+5
| * dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-194-27/+37
| * dax: New fault lockingJan Kara2016-05-194-180/+447
| * dax: Allow DAX code to replace exceptional entriesJan Kara2016-05-192-7/+15
| * dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-192-6/+14
| * dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-193-2/+3
| * dax: Fix condition for filling of PMD holesJan Kara2016-05-191-1/+1
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2619-293/+246
|\|
| * dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0
| * dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-182-5/+57
| * dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-182-15/+27
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-184-48/+8
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-186-18/+15
| * dax: fallback from pmd to pte on errorDan Williams2016-05-171-2/+2
| * block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-174-40/+38
| * xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5
| * ext2: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2
| * ext4: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2
| * block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-172-0/+46
| * block: Add vfs_msg() interfaceToshi Kani2016-05-172-0/+23
| * dax: Remove redundant inode size checksJan Kara2016-05-171-59/+1
| * dax: Remove pointless writeback from dax_do_io()Jan Kara2016-05-171-9/+1
| * dax: Remove zeroing from dax_io()Jan Kara2016-05-171-18/+10
| * dax: Remove dead zeroing code from fault handlersJan Kara2016-05-171-15/+2
| * ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-171-2/+2
| * ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-171-1/+1
| * dax: Remove complete_unwritten argumentJan Kara2016-05-167-55/+25
| * DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-162-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-2629-2508/+4758
|\ \
| * | ceph: fix wake_up_session_cb()Yan, Zheng2016-05-261-1/+1
| * | ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2016-05-262-5/+7
| * | ceph: SetPageError() for writeback pages if writepages failsYan, Zheng2016-05-261-1/+3
| * | ceph: handle interrupted ceph_writepage()Yan, Zheng2016-05-261-4/+18
| * | ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng2016-05-261-1/+1
| * | libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng2016-05-261-1/+1
| * | ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng2016-05-261-13/+15
| * | ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng2016-05-261-20/+17
| * | ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng2016-05-261-27/+39
| * | ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-266-9/+9
| * | ceph: tolerate bad i_size for symlink inodeYan, Zheng2016-05-261-7/+15
| * | ceph: improve fragtree change detectionYan, Zheng2016-05-262-4/+21
| * | ceph: keep leaf frag when updating fragtreeYan, Zheng2016-05-261-5/+23
| * | ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng2016-05-261-0/+3
| * | ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng2016-05-261-0/+13
| * | ceph: fix inode reference leakYan, Zheng2016-05-261-1/+1
| * | ceph: using hash value to compose dentry offsetYan, Zheng2016-05-266-47/+136
| * | ceph: don't forbid marking directory complete after forward seekYan, Zheng2016-05-261-5/+0
| * | ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-265-29/+59
| * | ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-264-3/+20