platform/kernel/linux-rpi.git
2020-05-19 Brian Fosterxfs: don't fail verifier on empty attr3 leaf block
2020-05-13 Nishad Kamdarxfs: Use the correct style for SPDX License Identifier
2020-05-13 Gustavo A.... xfs: Replace zero-length array with flexible-array
2020-05-13 Zheng Binxfs: ensure f_bfree returned by statfs() is non-negative
2020-05-08 Chen Zhouxfs: remove duplicate headers
2020-05-08 Brian Fosterxfs: fix unused variable warning in buffer completion...
2020-05-08 Darrick J.... xfs: remove unnecessary includes from xfs_log_recover.c
2020-05-08 Darrick J.... xfs: move log recovery buffer cancellation code to...
2020-05-08 Darrick J.... xfs: hoist setting of XFS_LI_RECOVERED to caller
2020-05-08 Darrick J.... xfs: refactor intent item iop_recover calls
2020-05-08 Darrick J.... xfs: refactor intent item RECOVERED flag into the log...
2020-05-08 Darrick J.... xfs: refactor adding recovered intent items to the log
2020-05-08 Darrick J.... xfs: refactor releasing finished intents during log...
2020-05-08 Darrick J.... xfs: refactor xlog_item_is_intent now that we're done...
2020-05-08 Darrick J.... xfs: refactor recovered BUI log item playback
2020-05-08 Darrick J.... xfs: refactor recovered CUI log item playback
2020-05-08 Darrick J.... xfs: refactor recovered RUI log item playback
2020-05-08 Darrick J.... xfs: refactor recovered EFI log item playback
2020-05-08 Darrick J.... xfs: remove log recovery quotaoff item dispatch for...
2020-05-08 Darrick J.... xfs: refactor log recovery BUI item dispatch for pass2...
2020-05-08 Darrick J.... xfs: refactor log recovery CUI item dispatch for pass2...
2020-05-08 Darrick J.... xfs: refactor log recovery RUI item dispatch for pass2...
2020-05-08 Darrick J.... xfs: refactor log recovery EFI item dispatch for pass2...
2020-05-08 Darrick J.... xfs: refactor log recovery icreate item dispatch for...
2020-05-08 Darrick J.... xfs: refactor log recovery dquot item dispatch for...
2020-05-08 Darrick J.... xfs: refactor log recovery inode item dispatch for...
2020-05-08 Darrick J.... xfs: refactor log recovery buffer item dispatch for...
2020-05-08 Darrick J.... xfs: refactor log recovery item dispatch for pass1...
2020-05-08 Darrick J.... xfs: refactor log recovery item dispatch for pass2...
2020-05-08 Darrick J.... xfs: refactor log recovery item sorting into a generic...
2020-05-08 Darrick J.... xfs: convert xfs_log_recover_item_t to struct xfs_log_r...
2020-05-07 Brian Fosterxfs: remove unused iget_flags param from xfs_imap_to_bp()
2020-05-07 Brian Fosterxfs: remove unused shutdown types
2020-05-07 Brian Fosterxfs: random buffer write failure errortag
2020-05-07 Brian Fosterxfs: remove unused iflush stale parameter
2020-05-07 Brian Fosterxfs: combine xfs_trans_ail_[remove|delete]()
2020-05-07 Brian Fosterxfs: drop unused shutdown parameter from xfs_trans_ail_...
2020-05-07 Brian Fosterxfs: use delete helper for items expected to be in AIL
2020-05-07 Brian Fosterxfs: acquire ->ail_lock from xfs_trans_ail_delete()
2020-05-07 Brian Fosterxfs: abort consistently on dquot flush failure
2020-05-07 Brian Fosterxfs: fix duplicate verification from xfs_qm_dqflush()
2020-05-07 Brian Fosterxfs: ratelimit unmount time per-buffer I/O error alert
2020-05-07 Brian Fosterxfs: refactor ratelimited buffer error messages into...
2020-05-07 Brian Fosterxfs: reset buffer write failure state on successful...
2020-05-07 Brian Fosterxfs: remove unnecessary shutdown check from xfs_iflush()
2020-05-07 Brian Fosterxfs: simplify inode flush error handling
2020-05-07 Brian Fosterxfs: factor out buffer I/O failure code
2020-05-07 Brian Fosterxfs: refactor failed buffer resubmission into xfsaild
2020-05-06 Darrick J.... xfs: clean up the error handling in xfs_swap_extents
2020-05-04 Ira Weinyfs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_...
2020-05-04 Ira Weinyfs/xfs: Create function xfs_inode_should_enable_dax()
2020-05-04 Ira Weinyfs/xfs: Make DAX mount option a tri-state
2020-05-04 Ira Weinyfs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
2020-05-04 Ira Weinyfs/xfs: Remove unnecessary initialization of i_rwsem
2020-05-04 Christoph Hellwigxfs: spell out the parameter name for ->cancel_item
2020-05-04 Christoph Hellwigxfs: use a xfs_btree_cur for the ->finish_cleanup state
2020-05-04 Christoph Hellwigxfs: turn dfp_done into a xfs_log_item
2020-05-04 Christoph Hellwigxfs: refactor xfs_defer_finish_noroll
2020-05-04 Christoph Hellwigxfs: turn dfp_intent into a xfs_log_item
2020-05-04 Christoph Hellwigxfs: merge the ->diff_items defer op into ->create_intent
2020-05-04 Christoph Hellwigxfs: merge the ->log_item defer op into ->create_intent
2020-05-04 Christoph Hellwigxfs: factor out a xfs_defer_create_intent helper
2020-05-04 Christoph Hellwigxfs: remove the xfs_inode_log_item_t typedef
2020-05-04 Christoph Hellwigxfs: remove the xfs_efd_log_item_t typedef
2020-05-04 Christoph Hellwigxfs: remove the xfs_efi_log_item_t typedef
2020-05-04 Christoph Hellwigxfs: refactor xlog_recover_buffer_pass1
2020-05-04 Christoph Hellwigxfs: simplify xlog_recover_inode_ra_pass2
2020-05-04 Christoph Hellwigxfs: factor out a xlog_buf_readahead helper
2020-05-04 Christoph Hellwigxfs: rename inode_list xlog_recover_reorder_trans
2020-05-04 Christoph Hellwigxfs: refactor the buffer cancellation table helpers
2020-05-04 Eric Sandeenxfs: define printk_once variants for xfs messages
2020-05-04 Arnd Bergmannxfs: stop CONFIG_XFS_DEBUG from changing compiler flags
2020-05-04 Kaixu Xiaxfs: remove unnecessary check of the variable resblks...
2020-05-04 Kaixu Xiaxfs: simplify the flags setting in xfs_qm_scall_quotaon
2020-05-04 Kaixu Xiaxfs: remove unnecessary assertion from xfs_qm_vop_creat...
2020-05-04 Kaixu Xiaxfs: remove unnecessary variable udqp from xfs_ioctl_se...
2020-05-04 Kaixu Xiaxfs: reserve quota inode transaction space only when...
2020-05-04 Kaixu Xiaxfs: combine two if statements with same condition
2020-05-04 Kaixu Xiaxfs: trace quota allocations for all quota types
2020-05-04 Darrick J.... xfs: report unrecognized log item type codes during...
2020-05-03 Linus TorvaldsLinux 5.7-rc4
2020-05-03 Linus TorvaldsMerge tag 'for-5.7-rc3-tag' of git://git./linux/kernel...
2020-05-03 Linus TorvaldsMerge tag 'iommu-fixes-v5.7-rc3' of git://git./linux...
2020-05-03 Eric BiggersMAINTAINERS: btrfs: fix git repo URL
2020-05-02 Linus TorvaldsMerge tag 'pm-5.7-rc4' of git://git./linux/kernel/git...
2020-05-02 Rafael J. WysockiMerge branches 'pm-cpufreq' and 'pm-sleep'
2020-05-02 Linus TorvaldsMerge tag 'iomap-5.7-fixes-1' of git://git./fs/xfs...
2020-05-02 Linus TorvaldsMerge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org...
2020-05-02 Linus TorvaldsMerge tag 'dmaengine-fix-5.7-rc4' of git://git.infradea...
2020-05-02 Linus TorvaldsMerge tag 'vfio-v5.7-rc4' of git://github.com/awilliam...
2020-05-02 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-05-02 Linus TorvaldsMerge tag 'io_uring-5.7-2020-05-01' of git://git.kernel...
2020-05-01 Linus TorvaldsMerge tag 'block-5.7-2020-05-01' of git://git.kernel...
2020-05-01 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git....
2020-05-01 Linus TorvaldsMerge tag 'sound-5.7-rc4' of git://git./linux/kernel...
2020-05-01 Linus TorvaldsMerge tag 'drm-fixes-2020-05-01' of git://anongit.freed...
2020-05-01 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-05-01 Pavel Begunkovio_uring: punt splice async because of inode mutex
2020-05-01 Pavel Begunkovio_uring: check non-sync defer_list carefully
2020-05-01 Pavel Begunkovio_uring: fix extra put in sync_file_range()
next