Age | Commit message (Expand) | Author |
2022-07-22 | xfs: Fix typo 'the the' in comment | Slark Xiao |
2022-07-20 | xfs: don't leak memory when attr fork loading fails | Darrick J. Wong |
2022-07-20 | xfs: delete unnecessary NULL checks | Dan Carpenter |
2022-07-20 | xfs: fix comment for start time value of inode with bigtime enabled | Xiaole He |
2022-07-14 | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/... | Darrick J. Wong |
2022-07-14 | Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu... | Darrick J. Wong |
2022-07-14 | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne... | Darrick J. Wong |
2022-07-14 | xfs: double link the unlinked inode list | Dave Chinner |
2022-07-14 | xfs: track the iunlink list pointer in the xfs_inode | Dave Chinner |
2022-07-12 | xfs: replace inode fork size macros with functions | Darrick J. Wong |
2022-07-12 | xfs: replace XFS_IFORK_Q with a proper predicate function | Darrick J. Wong |
2022-07-09 | xfs: use XFS_IFORK_Q to determine the presence of an xattr fork | Darrick J. Wong |
2022-07-09 | xfs: make inode attribute forks a permanent part of struct xfs_inode | Darrick J. Wong |
2022-07-09 | xfs: convert XFS_IFORK_PTR to a static inline helper | Darrick J. Wong |
2022-07-09 | xfs: removed useless condition in function xfs_attr_node_get | Andrey Strachuk |
2022-07-07 | xfs: rework xfs_buf_incore() API | Dave Chinner |
2022-07-07 | xfs: make is_log_ag() a first class helper | Dave Chinner |
2022-07-07 | xfs: replace xfs_ag_block_count() with perag accesses | Dave Chinner |
2022-07-07 | xfs: Pre-calculate per-AG agino geometry | Dave Chinner |
2022-07-07 | xfs: Pre-calculate per-AG agbno geometry | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_alloc_read_agfl | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_alloc_put_freelist | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_alloc_get_freelist | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_read_agf | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_read_agi | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_alloc_read_agf() | Dave Chinner |
2022-07-07 | xfs: kill xfs_alloc_pagf_init() | Dave Chinner |
2022-07-07 | xfs: pass perag to xfs_ialloc_read_agi() | Dave Chinner |
2022-07-07 | xfs: kill xfs_ialloc_pagi_init() | Dave Chinner |
2022-07-07 | xfs: make last AG grow/shrink perag centric | Dave Chinner |
2022-06-29 | xfs: don't hold xattr leaf buffers across transaction rolls | Darrick J. Wong |
2022-06-29 | xfs: empty xattr leaf header blocks are not corruption | Darrick J. Wong |
2022-06-15 | xfs: fix variable state usage | Darrick J. Wong |
2022-06-15 | xfs: fix TOCTOU race involving the new logged xattrs control knob | Darrick J. Wong |
2022-05-30 | Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-next | Dave Chinner |
2022-05-30 | Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-next | Dave Chinner |
2022-05-27 | xfs: move xfs_attr_use_log_assist usage out of libxfs | Darrick J. Wong |
2022-05-27 | xfs: move xfs_attr_use_log_assist out of xfs_log.c | Darrick J. Wong |
2022-05-27 | xfs: convert buf_cancel_table allocation to kmalloc_array | Darrick J. Wong |
2022-05-27 | xfs: refactor buffer cancellation table allocation | Darrick J. Wong |
2022-05-27 | xfs: don't leak btree cursor when insrec fails after a split | Darrick J. Wong |
2022-05-27 | xfs: assert in xfs_btree_del_cursor should take into account error | Dave Chinner |
2022-05-27 | xfs: don't assert fail on perag references on teardown | Dave Chinner |
2022-05-27 | xfs: avoid unnecessary runtime sibling pointer endian conversions | Dave Chinner |
2022-05-23 | Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next | Dave Chinner |
2022-05-23 | xfs: share xattr name and value buffers when logging xattr updates | Darrick J. Wong |
2022-05-23 | xfs: do not use logged xattr updates on V4 filesystems | Darrick J. Wong |
2022-05-22 | xfs: fix typo in comment | Julia Lawall |
2022-05-22 | xfs: rename struct xfs_attr_item to xfs_attr_intent | Darrick J. Wong |
2022-05-22 | xfs: clean up state variable usage in xfs_attr_node_remove_attr | Darrick J. Wong |