xfs: refactor recovered EFI log item playback
[linux-2.6-microblaze.git] / fs /
2020-05-08 Darrick J. Wongxfs: refactor recovered EFI log item playback
2020-05-08 Darrick J. Wongxfs: remove log recovery quotaoff item dispatch for...
2020-05-08 Darrick J. Wongxfs: refactor log recovery BUI item dispatch for pass2...
2020-05-08 Darrick J. Wongxfs: refactor log recovery CUI item dispatch for pass2...
2020-05-08 Darrick J. Wongxfs: refactor log recovery RUI item dispatch for pass2...
2020-05-08 Darrick J. Wongxfs: refactor log recovery EFI item dispatch for pass2...
2020-05-08 Darrick J. Wongxfs: refactor log recovery icreate item dispatch for...
2020-05-08 Darrick J. Wongxfs: refactor log recovery dquot item dispatch for...
2020-05-08 Darrick J. Wongxfs: refactor log recovery inode item dispatch for...
2020-05-08 Darrick J. Wongxfs: refactor log recovery buffer item dispatch for...
2020-05-08 Darrick J. Wongxfs: refactor log recovery item dispatch for pass1...
2020-05-08 Darrick J. Wongxfs: refactor log recovery item dispatch for pass2...
2020-05-08 Darrick J. Wongxfs: refactor log recovery item sorting into a generic...
2020-05-08 Darrick J. Wongxfs: 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. Wongxfs: 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. Wongxfs: report unrecognized log item type codes during...
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-02 Linus TorvaldsMerge tag 'pm-5.7-rc4' of git://git./linux/kernel/git...
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()
2020-05-01 Xiaoguang Wangio_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
2020-05-01 Bijan Mottahedehio_uring: use proper references for fallback_req locking
2020-05-01 Jens Axboeio_uring: only force async punt if poll based retry...
2020-05-01 Jens Axboeio_uring: enable poll retry for any file with ->read_it...
2020-05-01 Dave AirlieMerge tag 'amd-drm-fixes-5.7-2020-04-29' of git://peopl...
2020-05-01 Dave AirlieMerge tag 'drm-intel-fixes-2020-04-30' of git://anongit...
2020-05-01 Dave AirlieMerge tag 'drm-misc-fixes-2020-04-30' of git://anongit...
2020-04-30 Linus TorvaldsMerge tag 'for-5.7/dm-fixes-2' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'selinux-pr-20200430' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'linux-kselftest-kunit-5.7-rc4' of git:/...
2020-04-30 Linus TorvaldsMerge tag 'linux-kselftest-5.7-rc4' of git://git./linux...
2020-04-30 Trond MyklebustNFS: Fix a race in __nfs_list_for_each_server()
2020-04-30 Linus TorvaldsMerge tag 'mmc-v5.7-rc2' of git://git./linux/kernel...
2020-04-30 Ritesh Harjanifibmap: Warn and return an error in case of block ...
2020-04-30 Arnd Bergmannbtrfs: fix gcc-4.8 build warning for struct initializer
2020-04-29 Linus TorvaldsMerge tag 'riscv-for-linus-5.7-rc4' of git://git./linux...
2020-04-29 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-04-28 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-04-28 David HowellsFix use after free in get_tree_bdev()
2020-04-28 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
next