linux-2.6-microblaze.git
2023-12-22 Christoph Hellwigxfs: tidy up xfs_rtallocate_extent_exact
2023-12-22 Christoph Hellwigxfs: merge the calls to xfs_rtallocate_range in xfs_rta...
2023-12-22 Christoph Hellwigxfs: reflow the tail end of xfs_rtallocate_extent_block
2023-12-22 Christoph Hellwigxfs: invert a check in xfs_rtallocate_extent_block
2023-12-22 Christoph Hellwigxfs: split xfs_rtmodify_summary_int
2023-12-22 Christoph Hellwigxfs: move xfs_rtget_summary to xfs_rtbitmap.c
2023-12-22 Christoph Hellwigxfs: cleanup picking the start extent hint in xfs_bmap_...
2023-12-22 Christoph Hellwigxfs: indicate if xfs_bmap_adjacent changed ap->blkno
2023-12-22 Christoph Hellwigxfs: reflow the tail end of xfs_bmap_rtalloc
2023-12-22 Christoph Hellwigxfs: return -ENOSPC from xfs_rtallocate_*
2023-12-22 Christoph Hellwigxfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
2023-12-22 Christoph Hellwigxfs: also use xfs_bmap_btalloc_accounting for RT alloca...
2023-12-22 Christoph Hellwigxfs: remove the xfs_alloc_arg argument to xfs_bmap_btal...
2023-12-22 Christoph Hellwigxfs: turn the xfs_trans_mod_dquot_byino stub into an...
2023-12-22 Christoph Hellwigxfs: consider minlen sized extents in xfs_rtallocate_ex...
2023-12-22 Wang Jinchaoxfs/health: cleanup, remove duplicated including
2023-12-22 Long Lixfs: fix perag leak when growfs fails
2023-12-22 Long Lixfs: add lock protection when remove perag from radix...
2023-12-16 Chandan Babu RMerge tag 'repair-quota-6.8_2023-12-15' of https:/...
2023-12-16 Chandan Babu RMerge tag 'repair-rtbitmap-6.8_2023-12-15' of https...
2023-12-16 Chandan Babu RMerge tag 'repair-file-mappings-6.8_2023-12-15' of...
2023-12-16 Chandan Babu RMerge tag 'repair-inodes-6.8_2023-12-15' of https:...
2023-12-16 Chandan Babu RMerge tag 'repair-ag-btrees-6.8_2023-12-15' of https...
2023-12-16 Chandan Babu RMerge tag 'repair-prep-for-bulk-loading-6.8_2023-12...
2023-12-15 Darrick J.... xfs: repair quotas
2023-12-15 Darrick J.... xfs: improve dquot iteration for scrub
2023-12-15 Darrick J.... xfs: check dquot resource timers
2023-12-15 Darrick J.... xfs: check the ondisk space mapping behind a dquot
2023-12-15 Darrick J.... xfs: online repair of realtime bitmaps
2023-12-15 Darrick J.... xfs: create a new inode fork block unmap helper
2023-12-15 Darrick J.... xfs: repair the inode core and forks of a metadata...
2023-12-15 Darrick J.... xfs: always check the rtbitmap and rtsummary files
2023-12-15 Darrick J.... xfs: check rt summary file geometry more thoroughly
2023-12-15 Darrick J.... xfs: check rt bitmap file geometry more thoroughly
2023-12-15 Darrick J.... xfs: repair problems in CoW forks
2023-12-15 Darrick J.... xfs: create a ranged query function for refcount btrees
2023-12-15 Darrick J.... xfs: refactor repair forcing tests into a repair.c...
2023-12-15 Darrick J.... xfs: repair inode fork block mapping data structures
2023-12-15 Darrick J.... xfs: skip the rmapbt search on an empty attr fork unles...
2023-12-15 Darrick J.... xfs: reintroduce reaping of file metadata blocks to...
2023-12-15 Darrick J.... xfs: abort directory parent scrub scans if we encounter...
2023-12-15 Darrick J.... xfs: zap broken inode forks
2023-12-15 Darrick J.... xfs: repair inode records
2023-12-15 Darrick J.... xfs: set inode sick state flags when we zap either...
2023-12-15 Darrick J.... xfs: dont cast to char * for XFS_DFORK_*PTR macros
2023-12-15 Darrick J.... xfs: add missing nrext64 inode flag check to scrub
2023-12-15 Darrick J.... xfs: try to attach dquots to files before repairing...
2023-12-15 Darrick J.... xfs: repair refcount btrees
2023-12-15 Darrick J.... xfs: disable online repair quota helpers when quota...
2023-12-15 Darrick J.... xfs: repair inode btrees
2023-12-15 Darrick J.... xfs: repair free space btrees
2023-12-15 Darrick J.... xfs: remove trivial bnobt/inobt scrub helpers
2023-12-15 Darrick J.... xfs: roll the scrub transaction after completing a...
2023-12-15 Darrick J.... xfs: move the per-AG datatype bitmaps to separate files
2023-12-15 Darrick J.... xfs: create separate structures and code for u32 bitmaps
2023-12-15 Darrick J.... xfs: constrain dirty buffers while formatting a staged...
2023-12-15 Darrick J.... xfs: move btree bulkload record initialization to ...
2023-12-15 Darrick J.... xfs: add debug knobs to control btree bulk load slack...
2023-12-15 Darrick J.... xfs: read leaf blocks when computing keys for bulkloadi...
2023-12-15 Darrick J.... xfs: set XBF_DONE on newly formatted btree block that...
2023-12-15 Darrick J.... xfs: force all buffers to be written during btree bulk...
2023-12-15 Dave Chinnerxfs: initialise di_crc in xfs_log_dinode
2023-12-15 Darrick J.... xfs: fix an off-by-one error in xreap_agextent_binval
2023-12-15 Eric Sandeenxfs: short circuit xfs_growfs_data_private() if delta...
2023-12-14 Christoph Hellwigxfs: pass the defer ops directly to xfs_defer_add
2023-12-14 Christoph Hellwigxfs: pass the defer ops instead of type to xfs_defer_st...
2023-12-14 Christoph Hellwigxfs: store an ops pointer in struct xfs_defer_pending
2023-12-14 Christoph Hellwigxfs: move xfs_attr_defer_type up in xfs_attr_item.c
2023-12-14 Christoph Hellwigxfs: consolidate the xfs_attr_defer_* helpers
2023-12-14 Chandan Babu RMerge tag 'fix-growfsrt-failures-6.8_2023-12-13' of...
2023-12-13 Darrick J.... xfs: recompute growfsrtfree transaction reservation...
2023-12-07 Christoph Hellwigxfs: move xfs_ondisk.h to libxfs/
2023-12-07 Christoph Hellwigxfs: use static_assert to check struct sizes and offsets
2023-12-07 Zhang Tiancixfs: extract xfs_da_buf_copy() helper function
2023-12-07 Zhang Tiancixfs: update dir3 leaf block metadata after swap
2023-12-07 Jiachen Zhangxfs: ensure logflagsp is initialized in xfs_bmap_del_ex...
2023-12-07 Christoph Hellwigxfs: clean up xfs_fsops.h
2023-12-07 Christoph Hellwigxfs: clean up the xfs_reserve_blocks interface
2023-12-07 Christoph Hellwigxfs: clean up the XFS_IOC_FSCOUNTS handler
2023-12-07 Christoph Hellwigxfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler
2023-12-07 Bagas SanjayaDocumentation: xfs: consolidate XFS docs into its own...
2023-12-07 Shiyang Ruanmm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
2023-12-07 Chandan Babu RMerge tag 'repair-auto-reap-space-reservations-6.8_2023...
2023-12-07 Chandan Babu RMerge tag 'scrub-livelock-prevention-6.8_2023-12-06...
2023-12-07 Chandan Babu RMerge tag 'defer-elide-create-done-6.8_2023-12-06'...
2023-12-07 Chandan Babu RMerge tag 'fix-rtmount-overflows-6.8_2023-12-06' of...
2023-12-07 Chandan Babu RMerge tag 'reconstruct-defer-cleanups-6.8_2023-12-06...
2023-12-07 Chandan Babu RMerge tag 'reconstruct-defer-work-6.8_2023-12-06' of...
2023-12-07 Darrick J.... xfs: force small EFIs for reaping btree extents
2023-12-07 Darrick J.... xfs: log EFIs for all btree blocks being used to stage...
2023-12-07 Darrick J.... xfs: implement block reservation accounting for btrees...
2023-12-07 Darrick J.... xfs: remove unused fields from struct xbtree_ifakeroot
2023-12-07 Darrick J.... xfs: automatic freeing of freshly allocated unwritten...
2023-12-07 Darrick J.... xfs: remove __xfs_free_extent_later
2023-12-07 Darrick J.... xfs: allow pausing of pending deferred work items
2023-12-07 Darrick J.... xfs: don't append work items to logged xfs_defer_pendin...
2023-12-07 Darrick J.... xfs: make xchk_iget safer in the presence of corrupt...
2023-12-07 Darrick J.... xfs: elide ->create_done calls for unlogged deferred...
2023-12-07 Darrick J.... xfs: don't allow overly small or large realtime volumes
2023-12-07 Darrick J.... xfs: move ->iop_relog to struct xfs_defer_op_type
next