Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | btrfs: untangle gotos a bit in __clear_extent_bit | David Sterba | 2016-04-29 | 1 | -8/+8 | |
| | * | | | | | | btrfs: untangle gotos a bit in __set_extent_bit | David Sterba | 2016-04-29 | 1 | -8/+7 | |
| | * | | | | | | btrfs: sink gfp parameter to set_record_extent_bits | David Sterba | 2016-04-29 | 3 | -7/+4 | |
| | * | | | | | | btrfs: sink gfp parameter to set_extent_new | David Sterba | 2016-04-29 | 2 | -3/+4 | |
| | * | | | | | | btrfs: sink gfp parameter to set_extent_defrag | David Sterba | 2016-04-29 | 2 | -3/+3 | |
| | * | | | | | | btrfs: sink gfp parameter to set_extent_delalloc | David Sterba | 2016-04-29 | 3 | -6/+6 | |
| | * | | | | | | btrfs: sink gfp parameter to clear_extent_dirty | David Sterba | 2016-04-29 | 3 | -4/+4 | |
| | * | | | | | | btrfs: sink gfp parameter to clear_record_extent_bits | David Sterba | 2016-04-29 | 3 | -8/+5 | |
| | * | | | | | | btrfs: sink gfp parameter to clear_extent_bits | David Sterba | 2016-04-29 | 9 | -16/+15 | |
| | * | | | | | | btrfs: sink gfp parameter to set_extent_bits | David Sterba | 2016-04-29 | 6 | -11/+10 | |
| * | | | | | | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_block | Zhao Lei | 2016-05-25 | 1 | -1/+2 | |
| * | | | | | | | Btrfs: fix unexpected return value of fiemap | Liu Bo | 2016-05-25 | 1 | -1/+5 | |
| * | | | | | | | Btrfs: free sys_array eb as soon as possible | Liu Bo | 2016-05-25 | 1 | -2/+2 | |
* | | | | | | | | mm: remove more IS_ERR_VALUE abuses | Linus Torvalds | 2016-05-27 | 2 | -17/+12 | |
* | | | | | | | | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-27 | 3 | -13/+12 | |
* | | | | | | | | direct-io: fix direct write stale data exposure from concurrent buffered read | Eryu Guan | 2016-05-27 | 1 | -7/+7 | |
* | | | | | | | | ocfs2: bump up o2cb network protocol version | Junxiao Bi | 2016-05-27 | 1 | -1/+4 | |
* | | | | | | | | ocfs2: o2hb: fix hb hung time | Junxiao Bi | 2016-05-27 | 1 | -1/+1 | |
* | | | | | | | | ocfs2: o2hb: don't negotiate if last hb fail | Junxiao Bi | 2016-05-27 | 1 | -0/+10 | |
* | | | | | | | | ocfs2: o2hb: add some user/debug log | Junxiao Bi | 2016-05-27 | 1 | -7/+32 | |
* | | | | | | | | ocfs2: o2hb: add NEGOTIATE_APPROVE message | Junxiao Bi | 2016-05-27 | 1 | -1/+27 | |
* | | | | | | | | ocfs2: o2hb: add NEGO_TIMEOUT message | Junxiao Bi | 2016-05-27 | 1 | -1/+65 | |
* | | | | | | | | ocfs2: o2hb: add negotiate timer | Junxiao Bi | 2016-05-27 | 1 | -4/+47 | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-05-26 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ocfs2: fix improper handling of return errno | Eric Ren | 2016-05-26 | 1 | -6/+1 | |
* | | | | | | | | | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-05-26 | 2 | -171/+422 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | dax: Remove i_mmap_lock protection | Jan Kara | 2016-05-19 | 1 | -19/+5 | |
| * | | | | | | | | | dax: Use radix tree entry lock to protect cow faults | Jan Kara | 2016-05-19 | 1 | -7/+5 | |
| * | | | | | | | | | dax: New fault locking | Jan Kara | 2016-05-19 | 1 | -146/+407 | |
| * | | | | | | | | | dax: Define DAX lock bit for radix tree exceptional entry | Jan Kara | 2016-05-19 | 1 | -6/+11 | |
| * | | | | | | | | | dax: Make huge page handling depend of CONFIG_BROKEN | Jan Kara | 2016-05-19 | 2 | -1/+2 | |
| * | | | | | | | | | dax: Fix condition for filling of PMD holes | Jan Kara | 2016-05-19 | 1 | -1/+1 | |
* | | | | | | | | | | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-26 | 10 | -274/+173 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | dax: fix a comment in dax_zero_page_range and dax_truncate_page | Vishal Verma | 2016-05-18 | 1 | -12/+0 | |
| * | | | | | | | | | dax: for truncate/hole-punch, do zeroing through the driver if possible | Vishal Verma | 2016-05-18 | 1 | -5/+25 | |
| * | | | | | | | | | dax: export a low-level __dax_zero_page_range helper | Christoph Hellwig | 2016-05-18 | 1 | -15/+20 | |
| * | | | | | | | | | dax: use sb_issue_zerout instead of calling dax_clear_sectors | Matthew Wilcox | 2016-05-18 | 3 | -47/+8 | |
| * | | | | | | | | | dax: enable dax in the presence of known media errors (badblocks) | Dan Williams | 2016-05-18 | 1 | -12/+1 | |
| * | | | | | | | | | dax: fallback from pmd to pte on error | Dan Williams | 2016-05-17 | 1 | -2/+2 | |
| * | | | | | | | | | block: Update blkdev_dax_capable() for consistency | Toshi Kani | 2016-05-17 | 1 | -2/+37 | |
| * | | | | | | | | | xfs: Add alignment check for DAX mount | Toshi Kani | 2016-05-17 | 1 | -7/+5 | |
| * | | | | | | | | | ext2: Add alignment check for DAX mount | Toshi Kani | 2016-05-17 | 1 | -9/+2 | |
| * | | | | | | | | | ext4: Add alignment check for DAX mount | Toshi Kani | 2016-05-17 | 1 | -9/+2 | |
| * | | | | | | | | | block: Add bdev_dax_supported() for dax mount checks | Toshi Kani | 2016-05-17 | 1 | -0/+45 | |
| * | | | | | | | | | block: Add vfs_msg() interface | Toshi Kani | 2016-05-17 | 1 | -0/+12 | |
| * | | | | | | | | | dax: Remove redundant inode size checks | Jan Kara | 2016-05-17 | 1 | -59/+1 | |
| * | | | | | | | | | dax: Remove pointless writeback from dax_do_io() | Jan Kara | 2016-05-17 | 1 | -9/+1 | |
| * | | | | | | | | | dax: Remove zeroing from dax_io() | Jan Kara | 2016-05-17 | 1 | -18/+10 | |
| * | | | | | | | | | dax: Remove dead zeroing code from fault handlers | Jan Kara | 2016-05-17 | 1 | -15/+2 | |
| * | | | | | | | | | ext2: Avoid DAX zeroing to corrupt data | Jan Kara | 2016-05-17 | 1 | -2/+2 |