summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove XFS_IO_INVALIDChristoph Hellwig2018-10-182-10/+8
* xfs: fix data corruption w/ unaligned reflink rangesDave Chinner2018-10-061-13/+34
* xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner2018-10-061-0/+21
* xfs: update ctime and remove suid before cloning filesDarrick J. Wong2018-10-051-0/+25
* xfs: zero posteof blocks when cloning above eofDarrick J. Wong2018-10-051-8/+25
* xfs: refactor clonerange preparation into a separate helperDarrick J. Wong2018-10-051-27/+73
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* iomap: set page dirty after partial delalloc on mkwriteBrian Foster2018-09-291-1/+1
* xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-292-1/+5
* xfs: remove duplicated include from alloc.cYueHaibing2018-09-291-1/+0
* xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2
* xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner2018-09-291-50/+77
* xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner2018-09-291-2/+8
* xfs: refactor xfs_buf_log_item reference count handlingBrian Foster2018-09-293-58/+56
* xfs: clean up xfs_trans_brelse()Brian Foster2018-09-291-71/+39
* xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2018-09-292-50/+42
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-294-44/+16
* xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong2018-09-291-1/+11
* Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-211-18/+12
| * | ida: Remove old APIMatthew Wilcox2018-08-213-67/+11
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-212-66/+58
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-212-46/+40
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-212-28/+23
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-212-27/+25
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-211-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-217-7/+71
| * | target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-213-30/+10
| * | iscsi target: fix session creation failure handlingMike Christie2018-08-211-14/+21
| * | drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-211-29/+12
| * | dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+7
| * | ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-211-22/+4
| * | media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-211-11/+5
| * | ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-211-40/+4
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-211-10/+6
| * | cb710: Convert to new IDA APIMatthew Wilcox2018-08-211-18/+5
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+5
| * | osd: Convert to new IDA APIMatthew Wilcox2018-08-211-15/+7
| * | sd: Convert to new IDA APIMatthew Wilcox2018-08-211-17/+4
| * | devpts: Convert to new IDA APIMatthew Wilcox2018-08-211-34/+13
| * | fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-211-38/+12
| * | fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-211-43/+24
| * | mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-211-23/+6
| * | ida: Add new APIMatthew Wilcox2018-08-212-42/+87