linux-2.6-microblaze.git
2020-05-27 Dave Chinnerxfs: remove the m_active_trans counter
2020-05-27 Dave Chinnerxfs: separate read-only variables in struct xfs_mount
2020-05-27 Dave Chinnerxfs: reduce free inode accounting overhead
2020-05-27 Dave Chinnerxfs: gut error handling in xfs_trans_unreserve_and_mod_sb()
2020-05-19 Christoph Hellwigxfs: cleanup xfs_idestroy_fork
2020-05-19 Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-05-19 Christoph Hellwigxfs: move the per-fork nextents fields into struct...
2020-05-19 Christoph Hellwigxfs: remove xfs_ifree_local_data
2020-05-19 Christoph Hellwigxfs: remove the XFS_DFORK_Q macro
2020-05-19 Darrick J.... xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
2020-05-19 Christoph Hellwigxfs: remove the NULL fork handling in xfs_bmapi_read
2020-05-19 Christoph Hellwigxfs: remove the special COW fork handling in xfs_bmapi_read
2020-05-19 Christoph Hellwigxfs: improve local fork verification
2020-05-19 Christoph Hellwigxfs: refactor xfs_inode_verify_forks
2020-05-19 Christoph Hellwigxfs: remove xfs_ifork_ops
2020-05-19 Christoph Hellwigxfs: remove xfs_iread
2020-05-19 Christoph Hellwigxfs: don't reset i_delayed_blks in xfs_iread
2020-05-19 Christoph Hellwigxfs: call xfs_dinode_verify from xfs_inode_from_disk
2020-05-19 Christoph Hellwigxfs: handle unallocated inodes in xfs_inode_from_disk
2020-05-19 Christoph Hellwigxfs: split xfs_iformat_fork
2020-05-19 Christoph Hellwigxfs: call xfs_iformat_fork from xfs_inode_from_disk
2020-05-19 Christoph Hellwigxfs: xfs_bmapi_read doesn't take a fork id as the last...
2020-05-19 Kaixu Xiaxfs: fix the warning message in xfs_validate_sb_common()
2020-05-19 Darrick J.... xfs: don't allow SWAPEXT if we'd screw up quota accounting
2020-05-19 Darrick J.... xfs: use ordered buffers to initialize dquot buffers...
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...
next