linux-2.6-microblaze.git
2020-05-27 Darrick J.... xfs: more lockdep whackamole with kmem_alloc*
2020-05-27 Darrick J.... xfs: force writes to delalloc regions to unwritten
2020-05-27 Darrick J.... xfs: refactor xfs_iomap_prealloc_size
2020-05-27 Darrick J.... xfs: measure all contiguous previous extents for preall...
2020-05-27 Darrick J.... xfs: don't fail unwritten extent conversion on writebac...
2020-05-27 Darrick J.... xfs: rearrange xfs_inode_walk_ag parameters
2020-05-27 Darrick J.... xfs: straighten out all the naming around incore inode...
2020-05-27 Darrick J.... xfs: move xfs_inode_ag_iterator to be closer to the...
2020-05-27 Darrick J.... xfs: use bool for done in xfs_inode_ag_walk
2020-05-27 Darrick J.... xfs: fix inode ag walk predicate function return values
2020-05-27 Darrick J.... xfs: refactor eofb matching into a single helper
2020-05-27 Darrick J.... xfs: remove __xfs_icache_free_eofblocks
2020-05-27 Darrick J.... xfs: remove flags argument from xfs_inode_ag_walk
2020-05-27 Darrick J.... xfs: remove xfs_inode_ag_iterator_flags
2020-05-27 Darrick J.... xfs: remove unused xfs_inode_ag_iterator function
2020-05-27 Darrick J.... xfs: replace open-coded XFS_ICI_NO_TAG
2020-05-27 Darrick J.... xfs: move eofblocks conversion function to xfs_ioctl.c
2020-05-27 Eric Sandeenxfs: allow individual quota grace period extension
2020-05-27 Eric Sandeenxfs: per-type quota timers and warn limits
2020-05-27 Eric Sandeenxfs: switch xfs_get_defquota to take explicit type
2020-05-27 Eric Sandeenxfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
2020-05-27 Eric Sandeenxfs: fix up some whitespace in quota code
2020-05-27 Eric Sandeenxfs: always return -ENOSPC on project quota reservation...
2020-05-27 Eric Sandeenxfs: group quota should return EDQUOT when prj quota...
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()
next