Age | Commit message (Expand) | Author |
2022-07-12 | xfs: replace inode fork size macros with functions | Darrick J. Wong |
2022-07-09 | xfs: convert XFS_IFORK_PTR to a static inline helper | Darrick J. Wong |
2022-04-11 | xfs: Introduce macros to represent new maximum extent counts for data/attr forks | Chandan Babu R |
2021-10-22 | xfs: rename xfs_bmap_add_free to xfs_free_extent_later | Darrick J. Wong |
2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong |
2021-10-19 | xfs: use separate btree cursor cache for each btree type | Darrick J. Wong |
2021-10-19 | xfs: compute absolute maximum nlevels for each btree type | Darrick J. Wong |
2021-10-19 | xfs: dynamically allocate cursors based on maxlevels | Darrick J. Wong |
2021-10-19 | xfs: refactor btree cursor allocation function | Darrick J. Wong |
2021-10-19 | xfs: remove xfs_btree_cur.bc_blocklog | Darrick J. Wong |
2021-08-19 | xfs: introduce xfs_buf_daddr() | Dave Chinner |
2021-08-19 | xfs: convert xfs_sb_version_has checks to use mount features | Dave Chinner |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner |
2021-08-18 | xfs: make the start pointer passed to btree alloc_block functions const | Darrick J. Wong |
2021-08-18 | xfs: mark the record passed into xchk_btree functions as const | Darrick J. Wong |
2021-08-18 | xfs: make the keys and records passed to btree inorder functions const | Darrick J. Wong |
2021-08-18 | xfs: mark the record passed into btree init_key functions as const | Darrick J. Wong |
2021-08-18 | xfs: make the key parameters to all btree key comparison functions const | Darrick J. Wong |
2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig |
2020-12-09 | xfs: remove unneeded return value check for *init_cursor() | Joseph Qi |
2020-07-28 | xfs: Remove kmem_zone_zalloc() usage | Carlos Maiolino |
2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig |
2020-03-13 | xfs: rename btree cursor private btree member flags | Dave Chinner |
2020-03-13 | xfs: convert btree cursor inode-private member names | Dave Chinner |
2019-08-28 | xfs: fix sign handling problem in xfs_bmbt_diff_two_keys | Darrick J. Wong |
2019-06-28 | xfs: remove unused header files | Eric Sandeen |
2019-06-28 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig |
2019-02-11 | xfs: miscellaneous verifier magic value fixups | Brian Foster |
2018-08-02 | xfs: pass transaction to xfs_defer_add() | Brian Foster |
2018-08-02 | xfs: replace dop_low with transaction flag | Brian Foster |
2018-07-23 | xfs: trivial xfs_btree_del_cursor cleanups | Darrick J. Wong |
2018-07-11 | xfs: remove xfs_alloc_arg firstblock field | Brian Foster |
2018-07-11 | xfs: remove xfs_btree_cur private firstblock field | Brian Foster |
2018-07-11 | xfs: remove xfs_btree_cur bmbt dfops field | Brian Foster |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-05-15 | xfs: add helpers to calculate btree size | Darrick J. Wong |
2018-03-11 | Cleanup old XFS_BTREE_* traces | Carlos Maiolino |
2018-01-08 | xfs: create a new buf_ops pointer to verify structure metadata | Darrick J. Wong |
2018-01-08 | xfs: refactor verifier callers to print address of failing check | Darrick J. Wong |
2018-01-08 | xfs: have buffer verifier functions report failing address | Darrick J. Wong |
2018-01-08 | xfs: refactor xfs_verifier_error and xfs_buf_ioerror | Darrick J. Wong |
2018-01-08 | xfs: refactor long-format btree header verification routines | Darrick J. Wong |
2018-01-08 | xfs: remove XFS_FSB_SANITY_CHECK | Darrick J. Wong |
2017-11-06 | xfs: use a b+tree for the in-core extent list | Christoph Hellwig |
2017-11-06 | xfs: allow unaligned extent records in xfs_bmbt_disk_set_all | Christoph Hellwig |
2017-10-26 | xfs: remove xfs_bmbt_get_state | Christoph Hellwig |
2017-10-26 | xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all | Christoph Hellwig |
2017-10-26 | xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update | Christoph Hellwig |
2017-09-01 | xfs: skip bmbt block ino validation during owner change | Brian Foster |