platform/kernel/linux-starfive.git
2019-10-24 Brian Fosterxfs: don't set bmapi total block req where minleft is
2019-10-24 Dave Chinnerxfs: cap longest free extent to maximum allocatable
2019-10-21 kaixuxiaxfs: remove the duplicated inode log fieldmask set
2019-10-21 Christoph Hellwigxfs: improve the IOMAP_NOWAIT check for COW inodes
2019-10-21 Christoph Hellwigxfs: cleanup xfs_direct_write_iomap_begin
2019-10-21 Christoph Hellwigxfs: rename the whichfork variable in xfs_buffered_writ...
2019-10-21 Christoph Hellwigxfs: split the iomap ops for buffered vs direct writes
2019-10-21 Christoph Hellwigxfs: move xfs_file_iomap_begin_delay around
2019-10-21 Christoph Hellwigxfs: split out a new set of read-only iomap ops
2019-10-21 Christoph Hellwigxfs: factor out a helper to calculate the end_fsb
2019-10-21 Christoph Hellwigxfs: fill out the srcmap in iomap_begin
2019-10-21 Christoph Hellwigxfs: refactor xfs_file_iomap_begin_delay
2019-10-21 Christoph Hellwigxfs: pass two imaps to xfs_reflink_allocate_cow
2019-10-21 Christoph Hellwigxfs: remove xfs_reflink_dirty_extents
2019-10-21 Christoph Hellwigxfs: also call xfs_file_iomap_end_delalloc for zeroing...
2019-10-21 Dave Chinnerxfs: fix inode fork extent count overflow
2019-10-21 Christoph Hellwigxfs: remove the XLOG_STATE_DO_CALLBACK state
2019-10-21 Christoph Hellwigxfs: turn ic_state into an enum
2019-10-21 Christoph Hellwigxfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UN...
2019-10-21 Christoph Hellwigxfs: remove dead ifdef XFSERRORDEBUG code
2019-10-21 Christoph Hellwigxfs: call xlog_state_release_iclog with l_icloglock...
2019-10-21 Christoph Hellwigxfs: move the locking from xlog_state_finish_copy to...
2019-10-21 Christoph Hellwigxfs: remove the unused ic_io_size field from xlog_in_core
2019-10-21 Christoph Hellwigxfs: pass the correct flag to xlog_write_iclog
2019-10-21 Brian Fosterxfs: optimize near mode bnobt scans with concurrent...
2019-10-21 Brian Fosterxfs: factor out tree fixup logic into helper
2019-10-21 Brian Fosterxfs: refactor near mode alloc bnobt scan into separate...
2019-10-21 Brian Fosterxfs: refactor and reuse best extent scanning logic
2019-10-21 Brian Fosterxfs: refactor allocation tree fixup code
2019-10-21 Brian Fosterxfs: reuse best extent tracking logic for bnobt scan
2019-10-21 Brian Fosterxfs: refactor cntbt lastblock scan best extent logic...
2019-10-21 Brian Fosterxfs: track best extent from cntbt lastblock scan in...
2019-10-21 Brian Fosterxfs: track allocation busy state in allocation cursor
2019-10-21 Brian Fosterxfs: introduce allocation cursor data structure
2019-10-21 Brian Fosterxfs: track active state of allocation btree cursors
2019-10-21 Christoph Hellwigxfs: ignore extent size hints for always COW inodes
2019-10-21 yu kuaixfs: include QUOTA, FATAL ASSERT build options in XFS_B...
2019-10-21 Goldwyn Rodriguesiomap: use a srcmap for a read-modify-write I/O
2019-10-21 Christoph Hellwigiomap: renumber IOMAP_HOLE to 0
2019-10-21 Christoph Hellwigiomap: use write_begin to read pages to unshare
2019-10-21 Christoph Hellwigiomap: move the zeroing case out of iomap_read_page_sync
2019-10-21 Christoph Hellwigiomap: ignore non-shared or non-data blocks in xfs_file...
2019-10-21 Christoph Hellwigiomap: always use AOP_FLAG_NOFS in iomap_write_begin
2019-10-21 Christoph Hellwigiomap: remove the unused iomap argument to __iomap_writ...
2019-10-21 Christoph Hellwigiomap: better document the IOMAP_F_* flags
2019-10-21 Darrick J.... iomap: enhance writeback error message
2019-10-21 Christoph Hellwigiomap: pass a struct page to iomap_finish_page_writeback
2019-10-21 Christoph Hellwigiomap: cleanup iomap_ioend_compare
2019-10-21 Christoph Hellwigiomap: move struct iomap_page out of iomap.h
2019-10-21 Christoph Hellwigiomap: warn on inline maps in iomap_writepage_map
2019-10-21 Christoph Hellwigiomap: lift the xfs writeback code to iomap
2019-10-21 Christoph Hellwigiomap: lift common tracing code from xfs to iomap
2019-10-21 Christoph Hellwigiomap: zero newly allocated mapped blocks
2019-10-21 Christoph Hellwigxfs: remove the fork fields in the writepage_ctx and...
2019-10-21 Christoph Hellwigxfs: turn io_append_trans into an io_private void pointer
2019-10-21 Christoph Hellwigxfs: refactor the ioend merging code
2019-10-21 Christoph Hellwigxfs: use a struct iomap in xfs_writepage_ctx
2019-10-21 Christoph Hellwigxfs: set IOMAP_F_NEW more carefully
2019-10-21 Christoph Hellwigxfs: initialize iomap->flags in xfs_bmbt_to_iomap
2019-10-17 Dave Chinneriomap: iomap that extends beyond EOF should be marked...
2019-10-15 Jan Karaxfs: Use iomap_dio_rw to wait for unaligned direct IO
2019-10-15 Jan Karaiomap: Allow forcing of waiting for running DIO in...
2019-10-13 Linus TorvaldsLinux 5.4-rc3
2019-10-13 Linus TorvaldsMerge tag 'trace-v5.4-rc2' of git://git./linux/kernel...
2019-10-13 Linus TorvaldsMerge tag 'hwmon-for-v5.4-rc3' of git://git./linux...
2019-10-13 Linus TorvaldsMerge tag 'fixes-for-5.4-rc3' of git://git./linux/kerne...
2019-10-13 Linus TorvaldsMerge tag 'for-linus-20191012' of git://git.kernel...
2019-10-13 Petr Mladektracing: Initialize iter->seq after zeroing in tracing_...
2019-10-13 Srivatsa S... tracing/hwlat: Don't ignore outer-loop duration when...
2019-10-13 Srivatsa S... tracing/hwlat: Report total time spent in all NMIs...
2019-10-13 Steven Rostedt... recordmcount: Fix nop_mcount() function
2019-10-13 Steven Rostedt... tracing: Do not create tracefs files if tracefs lockdow...
2019-10-13 Steven Rostedt... tracing: Add locked_down checks to the open calls of...
2019-10-13 Steven Rostedt... tracing: Add tracing_check_open_get_tr()
2019-10-13 Steven Rostedt... tracing: Have trace events system open call tracing_ope...
2019-10-13 Steven Rostedt... tracing: Get trace_array reference for available_tracer...
2019-10-13 Steven Rostedt... ftrace: Get a reference counter for the trace_array...
2019-10-13 Steven Rostedt... tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracef...
2019-10-12 Linus TorvaldsMerge tag 'char-misc-5.4-rc3' of git://git./linux/kerne...
2019-10-12 Linus TorvaldsMerge tag 'staging-5.4-rc3' of git://git./linux/kernel...
2019-10-12 Linus TorvaldsMerge tag 'tty-5.4-rc3' of git://git./linux/kernel...
2019-10-12 Linus TorvaldsMerge tag 'usb-5.4-rc3' of git://git./linux/kernel...
2019-10-12 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-10-12 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-10-12 Linus TorvaldsMerge branch 'efi-urgent-for-linus' of git://git./linux...
2019-10-12 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-10-12 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2019-10-12 Linus TorvaldsMerge tag 'riscv/for-v5.4-rc3' of git://git./linux...
2019-10-12 Linus TorvaldsMerge tag 'mips_fixes_5.4_2' of git://git./linux/kernel...
2019-10-12 Linus TorvaldsMerge tag 'powerpc-5.4-3' of git://git./linux/kernel...
2019-10-12 Linus TorvaldsMerge tag 'for-linus-5.4-rc3-tag' of git://git./linux...
2019-10-12 Linus TorvaldsMerge tag 's390-5.4-4' of git://git./linux/kernel/git...
2019-10-12 Kan Liangperf/x86/cstate: Add Tiger Lake CPU support
2019-10-12 Kan Liangperf/x86/msr: Add Tiger Lake CPU support
2019-10-12 Kan Liangperf/x86/intel: Add Tiger Lake CPU support
2019-10-12 Kan Liangperf/x86/cstate: Update C-state counters for Ice Lake
2019-10-12 Kan Liangperf/x86/msr: Add new CPU model numbers for Ice Lake
2019-10-12 Kan Liangperf/x86/cstate: Add Comet Lake CPU support
2019-10-12 Kan Liangperf/x86/msr: Add Comet Lake CPU support
2019-10-12 Kan Liangperf/x86/intel: Add Comet Lake CPU support
next