platform/kernel/linux-rpi.git
2020-03-18 Darrick J.... xfs: add support for inode btree staging cursors
2020-03-18 Darrick J.... xfs: add support for free space btree staging cursors
2020-03-18 Darrick J.... xfs: support bulk loading of staged btrees
2020-03-18 Darrick J.... xfs: introduce fake roots for inode-rooted btrees
2020-03-18 Darrick J.... xfs: introduce fake roots for ag-rooted btrees
2020-03-18 Darrick J.... xfs: replace open-coded bitmap weight logic
2020-03-18 Darrick J.... xfs: rename xfs_bitmap to xbitmap
2020-03-18 Darrick J.... xfs: xrep_reap_extents should not destroy the bitmap
2020-03-17 Darrick J.... xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
2020-03-15 Darrick J.... xfs: xfs_dabuf_map should return ENOMEM when map alloca...
2020-03-13 Christoph Hellwigxfs: cleanup xfs_log_unmount_write
2020-03-13 Christoph Hellwigxfs: remove dead code from xfs_log_unmount_write
2020-03-13 Christoph Hellwigxfs: remove the unused return value from xfs_log_unmoun...
2020-03-13 Christoph Hellwigxfs: remove the unused XLOG_UNMOUNT_REC_TYPE define
2020-03-13 Christoph Hellwigxfs: mark XLOG_FORCED_SHUTDOWN as unlikely
2020-03-13 Dave Chinnerxfs: make the btree ag cursor private union anonymous
2020-03-13 Dave Chinnerxfs: make the btree cursor union members named structure
2020-03-13 Dave Chinnerxfs: make btree cursor private union anonymous
2020-03-13 Dave Chinnerxfs: rename btree cursor private btree member flags
2020-03-13 Dave Chinnerxfs: convert btree cursor inode-private member names
2020-03-13 Dave Chinnerxfs: convert btree cursor ag-private member name
2020-03-13 Dave Chinnerxfs: introduce new private btree cursor names
2020-03-13 Tommi Rantalaxfs: fix regression in "cleanup xfs_dir2_block_getdents"
2020-03-12 Takashi Iwaixfs: Use scnprintf() for avoiding potential buffer...
2020-03-12 Darrick J.... xfs: mark extended attr corrupt when lookup-by-hash...
2020-03-12 Darrick J.... xfs: mark dir corrupt when lookup-by-hash fails
2020-03-12 Darrick J.... xfs: check owner of dir3 blocks
2020-03-12 Darrick J.... xfs: check owner of dir3 data blocks
2020-03-12 Darrick J.... xfs: check owner of dir3 free blocks
2020-03-12 Darrick J.... xfs: don't ever return a stale pointer from __xfs_dir3_...
2020-03-12 Darrick J.... xfs: fix buffer corruption reporting when xfs_dir3_free...
2020-03-12 Darrick J.... xfs: xfs_buf_corruption_error should take __this_address
2020-03-12 Darrick J.... xfs: add a function to deal with corrupt buffers post...
2020-03-12 Darrick J.... xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
2020-03-12 Darrick J.... xfs: fix use-after-free when aborting corrupt attr...
2020-03-11 Christoph Hellwigxfs: remove XFS_BUF_TO_SBP
2020-03-11 Christoph Hellwigxfs: remove XFS_BUF_TO_AGF
2020-03-11 Christoph Hellwigxfs: remove XFS_BUF_TO_AGI
2020-03-11 Christoph Hellwigxfs: remove the xfs_agfl_t typedef
2020-03-11 Christoph Hellwigxfs: remove the agfl_bno member from struct xfs_agfl
2020-03-11 Eric Biggersxfs: clear PF_MEMALLOC before exiting xfsaild thread
2020-03-03 Christoph Hellwigxfs: switch xfs_attrmulti_attr_get to lazy attr buffer...
2020-03-03 Christoph Hellwigxfs: only allocate the buffer size actually needed...
2020-03-03 Christoph Hellwigxfs: clean up bufsize alignment in xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: embedded the attrlist cursor into struct xfs_attr_...
2020-03-03 Christoph Hellwigxfs: remove XFS_DA_OP_INCOMPLETE
2020-03-03 Christoph Hellwigxfs: clean up the attr flag confusion
2020-03-03 Christoph Hellwigxfs: clean up the ATTR_REPLACE checks
2020-03-03 Christoph Hellwigxfs: improve xfs_forget_acl
2020-03-03 Christoph Hellwigxfs: lift cursor copy in/out into xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: lift buffer allocation into xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: lift common checks into xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: rename xfs_attr_list_int to xfs_attr_list
2020-03-03 Christoph Hellwigxfs: move the legacy xfs_attr_list to xfs_ioctl.c
2020-03-03 Christoph Hellwigxfs: open code ATTR_ENTSIZE
2020-03-03 Christoph Hellwigxfs: remove the unused ATTR_ENTRY macro
2020-03-03 Christoph Hellwigxfs: cleanup struct xfs_attr_list_context
2020-03-03 Christoph Hellwigxfs: factor out a xfs_attr_match helper
2020-03-03 Christoph Hellwigxfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
2020-03-03 Christoph Hellwigxfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
2020-03-03 Christoph Hellwigxfs: remove ATTR_KERNOVAL
2020-03-03 Christoph Hellwigxfs: remove the xfs_inode argument to xfs_attr_get_ilocked
2020-03-03 Christoph Hellwigxfs: pass an initialized xfs_da_args to xfs_attr_get
2020-03-03 Christoph Hellwigxfs: pass an initialized xfs_da_args structure to xfs_a...
2020-03-03 Christoph Hellwigxfs: turn xfs_da_args.value into a void pointer
2020-03-03 Christoph Hellwigxfs: remove the MAXNAMELEN check from xfs_attr_args_init
2020-03-03 Christoph Hellwigxfs: remove the name == NULL check from xfs_attr_args_init
2020-03-03 Christoph Hellwigxfs: factor out a helper for a single XFS_IOC_ATTRMULTI...
2020-03-03 Christoph Hellwigxfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
2020-03-03 Christoph Hellwigxfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti...
2020-03-03 Christoph Hellwigxfs: merge xfs_attr_remove into xfs_attr_set
2020-03-03 Christoph Hellwigxfs: remove the ATTR_INCOMPLETE flag
2020-03-03 Christoph Hellwigxfs: reject invalid flags combinations in XFS_IOC_ATTRL...
2020-03-03 Brian Fosterxfs: rework collapse range into an atomic operation
2020-03-03 Brian Fosterxfs: rework insert range into an atomic operation
2020-03-03 Brian Fosterxfs: open code insert range extent split helper
2020-03-03 Jules Irengexfs: Add missing annotation to xfs_ail_check()
2020-03-03 Qian Caixfs: fix an undefined behaviour in _da3_path_shift
2020-03-03 Christoph Hellwigxfs: ratelimit xfs_discard_page messages
2020-03-03 Christoph Hellwigxfs: ratelimit xfs_buf_ioerror_alert messages
2020-03-03 Christoph Hellwigxfs: remove the kuid/kgid conversion wrappers
2020-03-03 Christoph Hellwigxfs: remove the icdinode di_uid/di_gid members
2020-03-03 Christoph Hellwigxfs: ensure that the inode uid/gid match values match...
2020-03-03 Darrick J.... xfs: improve error message when we can't allocate memor...
2020-03-03 Zheng Binxfs: add agf freeblocks verify in xfs_agf_verify
2020-03-03 Brian Fosterxfs: fix iclog release error check race with shutdown
2020-03-01 Linus TorvaldsLinux 5.6-rc4
2020-03-01 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2020-03-01 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-03-01 Oliver UptonKVM: VMX: check descriptor table exits on instruction...
2020-03-01 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git....
2020-02-29 Dan Carpenterext4: potential crash on allocation error in ext4_alloc...
2020-02-29 Wolfram Sangmacintosh: therm_windtunnel: fix regression when instan...
2020-02-29 Qian Caijbd2: fix data races at struct journal_head
2020-02-29 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-02-28 Linus TorvaldsMerge tag 'pci-v5.6-fixes-2' of git://git./linux/kernel...
2020-02-28 Linus TorvaldsMerge tag 'block-5.6-2020-02-28' of git://git.kernel...
2020-02-28 Linus TorvaldsMerge tag 'io_uring-5.6-2020-02-28' of git://git.kernel...
2020-02-28 Jens AxboeMerge branch 'nvme-5.6-rc4' of git://git.infradead...
2020-02-28 Linus TorvaldsMerge tag 'acpi-5.6-rc4' of git://git./linux/kernel...
next