summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-292-3/+3
| | * | | | | btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-293-6/+6
| | * | | | | btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-293-4/+4
| | * | | | | btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-293-8/+5Star
| | * | | | | btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-299-16/+15Star
| | * | | | | btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-296-11/+10Star
| * | | | | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei2016-05-251-1/+2
| * | | | | | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
| * | | | | | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
* | | | | | | mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-282-17/+12Star
* | | | | | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-283-13/+12Star
* | | | | | | direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan2016-05-271-7/+7
* | | | | | | ocfs2: bump up o2cb network protocol versionJunxiao Bi2016-05-271-1/+4
* | | | | | | ocfs2: o2hb: fix hb hung timeJunxiao Bi2016-05-271-1/+1
* | | | | | | ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi2016-05-271-0/+10
* | | | | | | ocfs2: o2hb: add some user/debug logJunxiao Bi2016-05-271-7/+32
* | | | | | | ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi2016-05-271-1/+27
* | | | | | | ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi2016-05-271-1/+65
* | | | | | | ocfs2: o2hb: add negotiate timerJunxiao Bi2016-05-271-4/+47
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-271-6/+1Star
|\ \ \ \ \ \ \
| * | | | | | | ocfs2: fix improper handling of return errnoEric Ren2016-05-271-6/+1Star
* | | | | | | | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-272-171/+422
|\ \ \ \ \ \ \ \
| * | | | | | | | dax: Remove i_mmap_lock protectionJan Kara2016-05-191-19/+5Star
| * | | | | | | | dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-191-7/+5Star
| * | | | | | | | dax: New fault lockingJan Kara2016-05-191-146/+407
| * | | | | | | | dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-191-6/+11
| * | | | | | | | dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-192-1/+2
| * | | | | | | | 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-2710-274/+173Star
|\| | | | | | | |
| * | | | | | | | dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0Star
| * | | | | | | | dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-181-5/+25
| * | | | | | | | dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-181-15/+20
| * | | | | | | | dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-183-47/+8Star
| * | | | | | | | dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-12/+1Star
| * | | | | | | | dax: fallback from pmd to pte on errorDan Williams2016-05-171-2/+2
| * | | | | | | | block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-2/+37
| * | | | | | | | xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5Star
| * | | | | | | | ext2: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2Star
| * | | | | | | | ext4: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2Star
| * | | | | | | | block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-171-0/+45
| * | | | | | | | block: Add vfs_msg() interfaceToshi Kani2016-05-171-0/+12
| * | | | | | | | dax: Remove redundant inode size checksJan Kara2016-05-171-59/+1Star
| * | | | | | | | dax: Remove pointless writeback from dax_do_io()Jan Kara2016-05-171-9/+1Star
| * | | | | | | | dax: Remove zeroing from dax_io()Jan Kara2016-05-171-18/+10Star
| * | | | | | | | dax: Remove dead zeroing code from fault handlersJan Kara2016-05-171-15/+2Star
| * | | | | | | | 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-175-44/+18Star
| * | | | | | | | DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-171-0/+9
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-2614-418/+773
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |