- 622d88e2 xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h by Darrick J. Wong · 1 year, 1 month ago
- 6c8127e xfs: xfs_bmap_finish_one should map unwritten extents properly by Darrick J. Wong · 1 year, 1 month ago
- 52f8070 xfs: support deferred bmap updates on the attr fork by Darrick J. Wong · 1 year, 1 month ago
- 2b6a5ec xfs: fix xfs_bunmapi to allow unmapping of partial rt extents by Darrick J. Wong · 1 year, 1 month ago
- 8028411 xfs: move xfs_bmap_defer_add to xfs_bmap_item.c by Darrick J. Wong · 1 year, 1 month ago
- 2a15e76 xfs: clean up bmap log intent item tracepoint callsites by Darrick J. Wong · 1 year, 1 month ago
- 32080a9 xfs: repair the rmapbt by Darrick J. Wong · 1 year, 1 month ago
- 5049ff4 xfs: create a helper to decide if a file mapping targets the rt volume by Darrick J. Wong · 1 year, 1 month ago
- 6a701eb xfs: move and rename xfs_btree_read_bufl by Christoph Hellwig · 1 year, 1 month ago
- fb0793f xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents by Christoph Hellwig · 1 year, 1 month ago
- 88ee2f4 xfs: split the per-btree union in struct xfs_btree_cur by Christoph Hellwig · 1 year, 1 month ago
- ad065ef xfs: set btree block buffer ops in _init_buf by Darrick J. Wong · 1 year, 1 month ago
- c87e3bf xfs: initialize btree blocks using btree_ops structure by Darrick J. Wong · 1 year, 1 month ago
- e9e66df xfs: remove bc_ino.flags by Christoph Hellwig · 1 year, 1 month ago
- fd9c7f7 xfs: encode the btree geometry flags in the btree ops structure by Darrick J. Wong · 1 year, 1 month ago
- 989d5ec xfs: report XFS_IS_CORRUPT errors to the health system by Darrick J. Wong · 1 year, 1 month ago
- a78d10f xfs: report btree block corruption errors to the health system by Darrick J. Wong · 1 year, 1 month ago
- 1196f3f xfs: report block map corruption errors to the health tracking system by Darrick J. Wong · 1 year, 1 month ago
- 3fed24f xfs: Replace xfs_isilocked with xfs_assert_ilocked by Matthew Wilcox (Oracle) · 1 year, 1 month ago
- 0b3a76e xfs: use GFP_KERNEL in pure transaction contexts by Dave Chinner · 1 year, 2 months ago
- d61b40b xfs: fix backwards logic in xfs_bmap_alloc_account by Darrick J. Wong · 1 year, 2 months ago
- 6e145f9 xfs: make if_data a void pointer by Christoph Hellwig · 1 year, 3 months ago
- 676544c xfs: indicate if xfs_bmap_adjacent changed ap->blkno by Christoph Hellwig · 1 year, 3 months ago
- 5864346 xfs: also use xfs_bmap_btalloc_accounting for RT allocations by Christoph Hellwig · 1 year, 3 months ago
- eef519d xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting by Christoph Hellwig · 1 year, 3 months ago
- a59eb5f xfs: create a new inode fork block unmap helper by Darrick J. Wong · 1 year, 3 months ago
- e744cef xfs: zap broken inode forks by Darrick J. Wong · 1 year, 3 months ago
- 603ce8a xfs: pass the defer ops directly to xfs_defer_add by Christoph Hellwig · 1 year, 3 months ago
- e6af9c9 xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real by Jiachen Zhang · 1 year, 3 months ago
- 4c88fef xfs: remove __xfs_free_extent_later by Darrick J. Wong · 1 year, 3 months ago
- 0556412 xfs: convert do_div calls to xfs_rtb_to_rtx helper calls by Darrick J. Wong · 1 year, 5 months ago
- 5dc3a80 xfs: create helpers to convert rt block numbers to rt extent numbers by Darrick J. Wong · 1 year, 5 months ago
- 68db60b xfs: create a helper to compute leftovers of realtime extents by Darrick J. Wong · 1 year, 5 months ago
- 3d2b6d03 xfs: rename xfs_verify_rtext to xfs_verify_rtbext by Darrick J. Wong · 1 year, 5 months ago
- 1392811 xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h by Darrick J. Wong · 1 year, 5 months ago
- ddd9807 xfs: fix units conversion error in xfs_bmap_del_extent_delay by Darrick J. Wong · 1 year, 5 months ago
- 6c66448 xfs: hoist freeing of rt data fork extent mappings by Darrick J. Wong · 1 year, 5 months ago
- b742d7b4 xfs: use deferred frees for btree block freeing by Dave Chinner · 1 year, 9 months ago
- 7dfee17 xfs: validate block number being freed before adding to xefi by Dave Chinner · 1 year, 9 months ago
- b82a5c4 xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof by Darrick J. Wong · 1 year, 11 months ago
- 9419092 xfs: fix livelock in delayed allocation at ENOSPC by Dave Chinner · 1 year, 11 months ago
- 01822a7 Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into guilt/xfs-for-next by Dave Chinner · 1 year, 11 months ago
- 826053d Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into guilt/xfs-for-next by Dave Chinner · 1 year, 11 months ago
- c95356c xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is completely done by Darrick J. Wong · 1 year, 11 months ago
- 6a3bd8f xfs: complain about bad file mapping records in the ondisk bmbt by Darrick J. Wong · 1 year, 11 months ago
- 774a99b xfs: give xfs_bmap_intent its own perag reference by Darrick J. Wong · 1 year, 11 months ago
- f8f1ed1 xfs: return a referenced perag from filestreams allocator by Dave Chinner · 2 years, 1 month ago
- 8f7747a xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c by Dave Chinner · 2 years, 1 month ago
- 05cf492 xfs: use xfs_bmap_longest_free_extent() in filestreams by Dave Chinner · 2 years, 1 month ago
- 6b637ad xfs: get rid of notinit from xfs_bmap_longest_free_extent by Dave Chinner · 2 years, 1 month ago
- 89563e7 xfs: factor out filestreams from xfs_bmap_btalloc_nullfb by Dave Chinner · 2 years, 1 month ago
- 230e8fe xfs: fold xfs_alloc_ag_vextent() into callers by Dave Chinner · 2 years, 1 month ago
- 5f36b2c xfs: introduce xfs_alloc_vextent_exact_bno() by Dave Chinner · 2 years, 1 month ago
- db4710f xfs: introduce xfs_alloc_vextent_near_bno() by Dave Chinner · 2 years, 1 month ago
- 2a7f6d4 xfs: use xfs_alloc_vextent_start_bno() where appropriate by Dave Chinner · 2 years, 1 month ago
- 319c9e8 xfs: use xfs_alloc_vextent_first_ag() where appropriate by Dave Chinner · 2 years, 1 month ago
- 8584332 xfs: factor xfs_bmap_btalloc() by Dave Chinner · 2 years, 1 month ago
- 74c36a8 xfs: use xfs_alloc_vextent_this_ag() where appropriate by Dave Chinner · 2 years, 1 month ago
- 76257a1 xfs: introduce xfs_for_each_perag_wrap() by Dave Chinner · 2 years, 1 month ago
- 7ac2ff8 xfs: perags need atomic operational state by Dave Chinner · 2 years, 1 month ago
- 692b6cd xfs: t_firstblock is tracking AGs not blocks by Dave Chinner · 2 years, 1 month ago
- 36b6ad2 xfs: drop firstblock constraints from allocation setup by Dave Chinner · 2 years, 1 month ago
- d575384 xfs: block reservation too large for minleft allocation by Dave Chinner · 2 years, 1 month ago
- 1dd0510 xfs: fix low space alloc deadlock by Dave Chinner · 2 years, 1 month ago
- ddccb81 xfs: pass the xfs_bmbt_irec directly through the log intent code by Darrick J. Wong · 2 years, 1 month ago
- ddfdd53 xfs: invalidate xfs_bufs when allocating cow extents by Darrick J. Wong · 2 years, 3 months ago
- 304a68b xfs: use iomap_valid method to detect stale cached iomaps by Dave Chinner · 2 years, 3 months ago
- 78b0f58 xfs: clean up "%Ld/%Lu" which doesn't meet C standard by Zeng Heng · 2 years, 6 months ago
- c01147d xfs: replace inode fork size macros with functions by Darrick J. Wong · 2 years, 8 months ago
- 932b42c xfs: replace XFS_IFORK_Q with a proper predicate function by Darrick J. Wong · 2 years, 8 months ago
- e45d7cb xfs: use XFS_IFORK_Q to determine the presence of an xattr fork by Darrick J. Wong · 2 years, 8 months ago
- 2ed5b09 xfs: make inode attribute forks a permanent part of struct xfs_inode by Darrick J. Wong · 2 years, 8 months ago
- 732436e xfs: convert XFS_IFORK_PTR to a static inline helper by Darrick J. Wong · 2 years, 8 months ago
- 08d3e84 xfs: pass perag to xfs_alloc_read_agf() by Dave Chinner · 2 years, 8 months ago
- 76b47e5 xfs: kill xfs_alloc_pagf_init() by Dave Chinner · 2 years, 8 months ago
- 4ed6435 xfs: stop artificially limiting the length of bunmap calls by Darrick J. Wong · 2 years, 11 months ago
- a44a027 Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-next by Dave Chinner · 2 years, 11 months ago
- e7d410a xfs: convert bmapi flags to unsigned. by Dave Chinner · 2 years, 11 months ago
- 0e5b8e4 xfs: convert bmap extent type flags to unsigned. by Dave Chinner · 2 years, 11 months ago
- 4f86bb4 xfs: Conditionally upgrade existing inodes to use large extent counters by Chandan Babu R · 3 years ago
- 83a21c1 xfs: Directory's data fork extent counter can never overflow by Chandan Babu R · 3 years ago
- df9ad5c xfs: Introduce macros to represent new maximum extent counts for data/attr forks by Chandan Babu R · 3 years, 4 months ago
- 0c35e7b xfs: Use uint64_t to count maximum blocks that can be used by BMBT by Chandan Babu R · 3 years, 4 months ago
- 755c38f xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively by Chandan Babu R · 3 years, 4 months ago
- bb1d5049 xfs: Use xfs_extnum_t instead of basic data types by Chandan Babu R · 4 years, 1 month ago
- 9feb8f1 xfs: Introduce xfs_iext_max_nextents() helper by Chandan Babu R · 4 years, 7 months ago
- 95f0b95 xfs: Define max extent length based on on-disk format definition by Chandan Babu R · 3 years, 7 months ago
- 740fd67 xfs: pass the mapping flags to xfs_bmbt_to_iomap by Christoph Hellwig · 3 years, 3 months ago
- c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 5 months ago
- f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 5 months ago
- 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 5 months ago
- e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 6 months ago
- 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 6 months ago
- c0643f6 xfs: encode the max btree height in the cursor by Darrick J. Wong · 3 years, 6 months ago
- 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 6 months ago
- ae127f0 xfs: remove xfs_btree_cur_t typedef by Darrick J. Wong · 3 years, 6 months ago
- 9343ee7 xfs: convert bp->b_bn references to xfs_buf_daddr() by Dave Chinner · 3 years, 7 months ago
- 04fcad8 xfs: introduce xfs_buf_daddr() by Dave Chinner · 3 years, 7 months ago
- 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 7 months ago
- 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 7 months ago