]> www.infradead.org Git - users/hch/xfs.git/shortlog
users/hch/xfs.git
2024-09-08 Christoph Hellwigxfs: don't use __GFP_RETRY_MAYFAIL xfs-perag-recovery
2024-09-08 Christoph Hellwigxfs: create perag structure as soon as possible during...
2024-09-08 Christoph Hellwigxfs: merge the perag freeing helpers
2024-09-08 Christoph Hellwigxfs: pass the exact range to initialize to xfs_initiali...
2024-09-03 Christoph Hellwigxfs: ensure st_blocks never goes to zero during COW...
2024-09-03 Christoph Hellwigxfs: use xas_for_each_marked in xfs_reclaim_inodes_count
2024-09-03 Christoph Hellwigxfs: convert perag lookup to xarray
2024-09-03 Christoph Hellwigxfs: simplify tagged perag iteration
2024-09-03 Christoph Hellwigxfs: move the tagged perag lookup helpers to xfs_icache.c
2024-09-03 Christoph Hellwigxfs: use kfree_rcu_mightsleep to free the perag structures
2024-09-03 Hongbo Lixfs: use LIST_HEAD() to simplify code
2024-09-03 Jiapeng Chongxfs: Remove duplicate xfs_trans_priv.h header
2024-09-03 Dan Carpenterxfs: remove unnecessary check
2024-09-03 John Garryxfs: Use xfs set and clear mp state helpers
2024-09-03 Christoph Hellwigxfs: reclaim speculative preallocations for append...
2024-09-03 Christoph Hellwigxfs: simplify extent lookup in xfs_can_free_eofblocks
2024-09-03 Christoph Hellwigxfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_releas...
2024-09-03 Darrick J.... xfs: only free posteof blocks on first close
2024-09-03 Dave Chinnerxfs: don't free post-EOF blocks on read close
2024-09-03 Christoph Hellwigxfs: skip all of xfs_file_release when shut down
2024-09-03 Christoph Hellwigxfs: don't bother returning errors from xfs_file_release
2024-09-03 Christoph Hellwigxfs: refactor f_op->release handling
2024-09-03 Christoph Hellwigxfs: remove the i_mode check in xfs_release
2024-09-03 Chandan Babu RMerge tag 'btree-cleanups-6.12_2024-09-02' of https...
2024-09-03 Chandan Babu RMerge tag 'xfs-fixes-6.12_2024-09-02' of https://git...
2024-09-03 Chandan Babu RMerge tag 'quota-cleanups-6.12_2024-09-02' of https...
2024-09-03 Chandan Babu RMerge tag 'rtalloc-cleanups-6.12_2024-09-02' of https...
2024-09-03 Chandan Babu RMerge tag 'rtalloc-fixes-6.12_2024-09-02' of https...
2024-09-03 Chandan Babu RMerge tag 'rtbitmap-cleanups-6.12_2024-09-02' of https...
2024-09-03 Chandan Babu RMerge tag 'metadir-cleanups-6.12_2024-09-02' of https...
2024-09-03 Chandan Babu RMerge tag 'atomic-file-commits-6.12_2024-09-02' of...
2024-09-01 Darrick J.... xfs: standardize the btree maxrecs function parameters
2024-09-01 Darrick J.... xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
2024-09-01 Darrick J.... xfs: refactor loading quota inodes in the regular case
2024-09-01 Darrick J.... xfs: replace shouty XFS_BM{BT,DR} macros
2024-09-01 Darrick J.... xfs: fix FITRIM reporting again
2024-09-01 Darrick J.... xfs: fix C++ compilation errors in xfs_fs.h
2024-09-01 Darrick J.... xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
2024-09-01 Christoph Hellwigxfs: simplify xfs_rtalloc_query_range
2024-09-01 Christoph Hellwigxfs: push transaction join out of xfs_rtbitmap_lock...
2024-09-01 Darrick J.... xfs: pass the icreate args object to xfs_dialloc
2024-09-01 Darrick J.... xfs: introduce new file range commit ioctls
2024-09-01 Darrick J.... xfs: rearrange xfs_fsmap.c a little bit
2024-09-01 Christoph Hellwigxfs: remove xfs_rtb_to_rtxrem
2024-09-01 Christoph Hellwigxfs: factor out rtbitmap/summary initialization helpers
2024-09-01 Christoph Hellwigxfs: match on the global RT inode numbers in xfs_is_met...
2024-09-01 Christoph Hellwigxfs: replace m_rsumsize with m_rsumblocks
2024-09-01 Darrick J.... xfs: fix broken variable-sized allocation detection...
2024-09-01 Christoph Hellwigxfs: factor out a xfs_last_rt_bmblock helper
2024-09-01 Darrick J.... xfs: validate inumber in xfs_iget
2024-09-01 Christoph Hellwigxfs: remove xfs_{rtbitmap,rtsummary}_wordcount
2024-09-01 Darrick J.... xfs: reduce excessive clamping of maxlen in xfs_rtalloc...
2024-09-01 Christoph Hellwigxfs: factor out a xfs_growfs_rt_bmblock helper
2024-09-01 Darrick J.... xfs: add xchk_setup_nothing and xchk_nothing helpers
2024-09-01 Darrick J.... xfs: clean up xfs_rtallocate_extent_exact a bit
2024-09-01 Christoph Hellwigxfs: push the calls to xfs_rtallocate_range out to...
2024-09-01 Christoph Hellwigxfs: make the rtalloc start hint a xfs_rtblock_t
2024-09-01 Darrick J.... xfs: refactor aligning bestlen to prod
2024-09-01 Christoph Hellwigxfs: cleanup the calling convention for xfs_rtpick_extent
2024-09-01 Christoph Hellwigxfs: factor out a xfs_rtallocate_align helper
2024-09-01 Darrick J.... xfs: don't scan off the end of the rt volume in xfs_rta...
2024-09-01 Christoph Hellwigxfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
2024-09-01 Christoph Hellwigxfs: rework the rtalloc fallback handling
2024-09-01 Darrick J.... xfs: don't return too-short extents from xfs_rtallocate...
2024-09-01 Christoph Hellwigxfs: assert a valid limit in xfs_rtfind_forw
2024-09-01 Christoph Hellwigxfs: factor out a xfs_rtallocate helper
2024-09-01 Christoph Hellwigxfs: ensure rtx mask/shift are correct after growfs
2024-09-01 Christoph Hellwigxfs: remove the limit argument to xfs_rtfind_back
2024-09-01 Christoph Hellwigxfs: clean up the ISVALID macro in xfs_bmap_adjacent
2024-09-01 Christoph Hellwigxfs: use the recalculated transaction reservation in...
2024-09-01 Christoph Hellwigxfs: make the RT rsum_cache mandatory
2024-09-01 Christoph Hellwigxfs: factor out a xfs_validate_rt_geometry helper
2024-09-01 Christoph Hellwigxfs: remove xfs_validate_rtextents
2024-09-01 Linus TorvaldsLinux 6.11-rc6
2024-09-01 Linus TorvaldsMerge tag 'v6.11-rc5-smb-client-fixes' of git://git...
2024-09-01 Linus TorvaldsMerge tag 'bcachefs-2024-08-21' of https://github.com...
2024-08-31 Kent Overstreetbcachefs: Mark more errors as autofix
2024-08-31 Kent Overstreetbcachefs: Revert lockless buffered IO path
2024-08-31 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2024-08-31 Linus TorvaldsMerge tag 'pwrseq-fixes-for-v6.11-rc6' of git://git...
2024-08-31 Bartosz Golaszewskipower: sequencing: qcom-wcn: set the wlan-enable GPIO...
2024-08-31 Linus TorvaldsMerge tag 'usb-6.11-rc6' of git://git.kernel.org/pub...
2024-08-31 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2024-08-31 Linus TorvaldsMerge tag 'nfsd-6.11-3' of git://git.kernel.org/pub...
2024-08-31 Linus TorvaldsMerge tag 'xfs-6.11-fixes-4' of git://git.kernel.org...
2024-08-31 Linus TorvaldsMerge tag 'arm-fixes-6.11-2' of git://git.kernel.org...
2024-08-31 Linus TorvaldsMerge tag 'input-for-v6.11-rc5' of git://git.kernel...
2024-08-31 Linus TorvaldsMerge tag 'pci-v6.11-fixes-2' of git://git.kernel.org...
2024-08-31 Linus TorvaldsMerge tag 'block-6.11-20240830' of git://git.kernel...
2024-08-31 Linus TorvaldsMerge tag 'io_uring-6.11-20240830' of git://git.kernel...
2024-08-30 Arnd BergmannMerge tag 'at91-fixes-6.11' of https://git.kernel.org...
2024-08-30 Linus TorvaldsMerge tag 'lsm-pr-20240830' of git://git.kernel.org...
2024-08-30 Linus TorvaldsMerge tag 'pm-6.11-rc6' of git://git.kernel.org/pub...
2024-08-30 Linus TorvaldsMerge tag 'dmaengine-fix-6.11' of git://git.kernel...
2024-08-30 Linus TorvaldsMerge tag 'phy-fixes-6.11' of git://git.kernel.org...
2024-08-30 Linus TorvaldsMerge tag 'soundwire-6.11-fixes' of git://git.kernel...
2024-08-30 Linus TorvaldsMerge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel...
2024-08-30 Frank LiMAINTAINERS: PCI: Add NXP PCI controller mailing list...
2024-08-30 Jens Axboeio_uring/kbuf: return correct iovec count from classic...
2024-08-30 NeilBrownnfsd: fix nfsd4_deleg_getattr_conflict in presence...
next