linux-2.6-microblaze.git
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
2023-12-07 Darrick J.... xfs: document what LARP means
2023-12-07 Darrick J.... xfs: fix 32-bit truncation in xfs_compute_rextslog
2023-12-07 Darrick J.... xfs: make rextslog computation consistent with mkfs
2023-12-07 Darrick J.... xfs: collapse the ->create_done functions
2023-12-07 Darrick J.... xfs: hoist xfs_trans_add_item calls to defer ops functions
2023-12-07 Darrick J.... xfs: clean out XFS_LI_DIRTY setting boilerplate from...
2023-12-07 Darrick J.... xfs: use xfs_defer_create_done for the relogging operation
2023-12-07 Darrick J.... xfs: hoist ->create_intent boilerplate to its callsite
2023-12-07 Darrick J.... xfs: collapse the ->finish_item helpers
2023-12-07 Darrick J.... xfs: move ->iop_recover to xfs_defer_op_type
2023-12-07 Darrick J.... xfs: hoist intent done flag setting to ->finish_item...
2023-12-07 Darrick J.... xfs: use xfs_defer_finish_one to finish recovered work...
2023-12-07 Darrick J.... xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there...
2023-12-07 Darrick J.... xfs: dump the recovered xattri log item if corruption...
2023-12-07 Darrick J.... xfs: recreate work items when recovering intent items
2023-12-07 Darrick J.... xfs: transfer recovered intent item ownership in -...
2023-12-07 Darrick J.... xfs: pass the xfs_defer_pending object to iop_recover
2023-12-07 Darrick J.... xfs: use xfs_defer_pending objects to recover intent...
2023-12-07 Darrick J.... xfs: don't leak recovered attri intent items
2023-12-03 Linus TorvaldsLinux 6.7-rc4
2023-12-03 Linus TorvaldsMerge tag 'v6.7-rc3-smb3-client-fixes' of git://git...
2023-12-03 Linus TorvaldsMerge tag 'firewire-fixes-6.7-rc4' of git://git./linux...
2023-12-02 Linus TorvaldsMerge tag 'powerpc-6.7-3' of git://git./linux/kernel...
2023-12-02 Linus TorvaldsMerge tag 'vfio-v6.7-rc4' of https://github.com/awillia...
2023-12-02 Linus TorvaldsMerge tag 'for-linus-6.7a-rc4-tag' of git://git./linux...
2023-12-02 Linus TorvaldsMerge tag 'probes-fixes-v6.7-rc3' of git://git./linux...
2023-12-02 Linus TorvaldsMerge tag 'pm-6.7-rc4' of git://git./linux/kernel/git...
2023-12-01 Linus TorvaldsMerge tag 'acpi-6.7-rc4' of git://git./linux/kernel...
2023-12-01 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-12-01 Linus TorvaldsMerge tag 'iommu-fixes-v6.7-rc3' of git://git./linux...
2023-12-01 Linus TorvaldsMerge tag 'sound-6.7-rc4' of git://git./linux/kernel...
2023-12-01 Linus TorvaldsMerge tag 'drm-fixes-2023-12-01' of git://anongit.freed...
2023-12-01 Linus TorvaldsMerge tag 'io_uring-6.7-2023-11-30' of git://git.kernel...
2023-12-01 Linus TorvaldsMerge tag 'block-6.7-2023-12-01' of git://git.kernel...
2023-12-01 Linus TorvaldsMerge tag 'dm-6.7/dm-fixes-2' of git://git./linux/kerne...
2023-12-01 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2023-12-01 Linus TorvaldsMerge tag 'fs_for_v6.7-rc4' of git://git./linux/kernel...
2023-12-01 Linus TorvaldsMerge tag 'bcachefs-2023-11-29' of https://evilpiepirat...
2023-12-01 Rafael J. WysockiMerge branch 'acpi-tables'
2023-12-01 Rafael J. WysockiMerge branch 'powercap'
2023-12-01 Jens AxboeMerge tag 'nvme-6.7-2023-12-01' of git://git.infradead...
2023-12-01 Keith Buschnvme-core: check for too small lba shift
2023-12-01 Ming Leiblk-mq: don't count completed flush data request as...
2023-12-01 Daniel Mentziommu: Fix printk arg in of_iommu_get_resv_regions()
2023-12-01 Masami Hiramatsu... rethook: Use __rcu pointer for rethook::handler
2023-12-01 JP Kobrynkprobes: consistent rcu api usage for kretprobe holder
2023-12-01 wuqiang.mattlib: objpool: fix head overrun on RK3588 SBC
2023-12-01 Linus TorvaldsMerge tag 'hardening-v6.7-rc4' of git://git./linux...
2023-12-01 Linus TorvaldsMerge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of...
next