platform/kernel/linux-rpi.git
2021-08-19 Dave Chinnerxfs: rename buffer cache index variable b_bn
2021-08-19 Dave Chinnerxfs: convert bp->b_bn references to xfs_buf_daddr()
2021-08-19 Dave Chinnerxfs: introduce xfs_buf_daddr()
2021-08-19 Dave Chinnerxfs: kill xfs_sb_version_has_v3inode()
2021-08-19 Dave Chinnerxfs: introduce xfs_sb_is_v5 helper
2021-08-19 Dave Chinnerxfs: remove unused xfs_sb_version_has wrappers
2021-08-19 Dave Chinnerxfs: convert xfs_sb_version_has checks to use mount...
2021-08-19 Dave Chinnerxfs: convert scrub to use mount-based feature checks
2021-08-19 Dave Chinnerxfs: open code sb verifier feature checks
2021-08-19 Dave Chinnerxfs: convert xfs_fs_geometry to use mount feature checks
2021-08-19 Dave Chinnerxfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
2021-08-19 Dave Chinnerxfs: convert remaining mount flags to state flags
2021-08-19 Dave Chinnerxfs: convert mount flags to features
2021-08-19 Dave Chinnerxfs: consolidate mount option features in m_features
2021-08-19 Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2021-08-19 Dave Chinnerxfs: reflect sb features in xfs_mount
2021-08-19 Dave Chinnerxfs: rework attr2 feature and mount options
2021-08-19 Dave Chinnerxfs: rename xfs_has_attr()
2021-08-19 Dave Chinnerxfs: sb verifier doesn't handle uncached sb buffer
2021-08-19 Darrick J.... xfs: start documenting common units and tags used in...
2021-08-19 Darrick J.... xfs: decode scrub flags in ftrace output
2021-08-19 Darrick J.... xfs: standardize inode generation formatting in ftrace...
2021-08-19 Darrick J.... xfs: standardize remaining xfs_buf length tracepoints
2021-08-19 Darrick J.... xfs: resolve fork names in trace output
2021-08-19 Darrick J.... xfs: rename i_disk_size fields in ftrace output
2021-08-19 Darrick J.... xfs: disambiguate units for ftrace fields tagged "count"
2021-08-19 Darrick J.... xfs: disambiguate units for ftrace fields tagged "len"
2021-08-19 Darrick J.... xfs: disambiguate units for ftrace fields tagged "offset"
2021-08-19 Darrick J.... xfs: disambiguate units for ftrace fields tagged "blkno...
2021-08-19 Darrick J.... xfs: standardize daddr formatting in ftrace output
2021-08-19 Darrick J.... xfs: standardize rmap owner number formatting in ftrace...
2021-08-19 Darrick J.... xfs: standardize AG block number formatting in ftrace...
2021-08-19 Darrick J.... xfs: standardize AG number formatting in ftrace output
2021-08-19 Darrick J.... xfs: standardize inode number formatting in ftrace...
2021-08-19 Darrick J.... xfs: fix incorrect unit conversion in scrub tracepoint
2021-08-19 Christoph Hellwigxfs: remove support for untagged lookups in xfs_icwalk*
2021-08-19 Darrick J.... xfs: constify btree function parameters that are not...
2021-08-19 Darrick J.... xfs: make the start pointer passed to btree update_last...
2021-08-19 Darrick J.... xfs: make the start pointer passed to btree alloc_block...
2021-08-19 Darrick J.... xfs: make the pointer passed to btree set_root function...
2021-08-19 Darrick J.... xfs: mark the record passed into xchk_btree functions...
2021-08-19 Darrick J.... xfs: make the keys and records passed to btree inorder...
2021-08-19 Darrick J.... xfs: mark the record passed into btree init_key functio...
2021-08-19 Darrick J.... xfs: make the record pointer passed to query_range...
2021-08-19 Darrick J.... xfs: make the key parameters to all btree query range...
2021-08-19 Darrick J.... xfs: make the key parameters to all btree key compariso...
2021-08-19 Darrick J.... xfs: add trace point for fs shutdown
2021-08-19 Darrick J.... xfs: remove unnecessary agno variable from struct xchk_ag
2021-08-19 Darrick J.... xfs: make fsmap backend function key parameters const
2021-08-19 Darrick J.... xfs: fix off-by-one error when the last rt extent is...
2021-08-19 Darrick J.... xfs: make xfs_rtalloc_query_range input parameters...
2021-08-19 Dave Chinnerxfs: drop ->writepage completely
2021-08-16 Dave Chinnerxfs: move the CIL workqueue to the CIL
2021-08-16 Dave Chinnerxfs: CIL work is serialised, not pipelined
2021-08-16 Dave Chinnerxfs: AIL needs asynchronous CIL forcing
2021-08-16 Dave Chinnerxfs: order CIL checkpoint start records
2021-08-16 Dave Chinnerxfs: attach iclog callbacks in xlog_cil_set_ctx_write_s...
2021-08-16 Dave Chinnerxfs: factor out log write ordering from xlog_cil_push_w...
2021-08-16 Dave Chinnerxfs: pass a CIL context to xlog_write()
2021-08-16 Dave Chinnerxfs: move xlog_commit_record to xfs_log_cil.c
2021-08-16 Dave Chinnerxfs: log head and tail aren't reliable during shutdown
2021-08-16 Dave Chinnerxfs: don't run shutdown callbacks on active iclogs
2021-08-16 Dave Chinnerxfs: separate out log shutdown callback processing
2021-08-16 Dave Chinnerxfs: rework xlog_state_do_callback()
2021-08-16 Dave Chinnerxfs: make forced shutdown processing atomic
2021-08-16 Dave Chinnerxfs: convert log flags to an operational state field
2021-08-16 Dave Chinnerxfs: move recovery needed state updates to xfs_log_moun...
2021-08-16 Dave Chinnerxfs: XLOG_STATE_IOERROR must die
2021-08-16 Dave Chinnerxfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
2021-08-11 Dwaipayan Rayxfs: cleanup __FUNCTION__ usage
2021-08-11 Allison Hendersonxfs: Rename __xfs_attr_rmtval_remove
2021-08-09 Allison Hendersonxfs: add attr state machine tracepoints
2021-08-09 Darrick J.... xfs: refactor xfs_iget calls from log intent recovery
2021-08-09 Darrick J.... xfs: clear log incompat feature bits when the log is...
2021-08-09 Darrick J.... xfs: allow setting and clearing of log incompat feature...
2021-08-09 Dave Chinnerxfs: replace kmem_alloc_large() with kvmalloc()
2021-08-09 Dave Chinnerxfs: remove kmem_alloc_io()
2021-08-09 Dave Chinnermm: Add kvrealloc()
2021-08-09 Darrick J.... xfs: dump log intent items that cannot be recovered...
2021-08-09 Darrick J.... xfs: grab active perag ref when reading AG headers
2021-08-09 Darrick J.... xfs: drop experimental warnings for bigtime and inobtcount
2021-08-09 Darrick J.... xfs: fix silly whitespace problems with kernel libxfs
2021-08-09 Darrick J.... xfs: throttle inode inactivation queuing on memory...
2021-08-09 Darrick J.... xfs: avoid buffer deadlocks when walking fs inodes
2021-08-09 Darrick J.... xfs: use background worker pool when transactions can...
2021-08-09 Darrick J.... xfs: don't run speculative preallocation gc when fs...
2021-08-09 Darrick J.... xfs: flush inode inactivation work when compiling usage...
2021-08-09 Darrick J.... xfs: inactivate inodes any time we try to free speculat...
2021-08-09 Darrick J.... xfs: queue inactivation immediately when free realtime...
2021-08-09 Darrick J.... xfs: queue inactivation immediately when quota is neari...
2021-08-09 Darrick J.... xfs: queue inactivation immediately when free space...
2021-08-06 Dave Chinnerxfs: per-cpu deferred inode inactivation queues
2021-08-06 Darrick J.... xfs: detach dquots from inode if we don't need to inact...
2021-08-06 Darrick J.... xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
2021-08-06 Dave Chinnerxfs: introduce all-mounts list for cpu hotplug notifica...
2021-08-06 Dave Chinnerxfs: introduce CPU hotplug infrastructure
2021-08-06 Christoph Hellwigxfs: remove the active vs running quota differentiation
2021-08-06 Christoph Hellwigxfs: remove the flags argument to xfs_qm_dquot_walk
2021-08-06 Christoph Hellwigxfs: remove xfs_dqrele_all_inodes
2021-08-06 Christoph Hellwigxfs: remove support for disabling quota accounting...
next