Age | Commit message (Expand) | Author |
2022-06-23 | xfs: bound maximum wait time for inodegc work | Dave Chinner |
2022-06-15 | xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes | 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-06-01 | Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l... | Linus Torvalds |
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-30 | xfs: fix xfs_ifree() error handling to not leak perag ref | Brian Foster |
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: warn about LARP once per mount | Darrick J. Wong |
2022-05-27 | xfs: implement per-mount warnings for scrub and shrink usage | Darrick J. Wong |
2022-05-27 | xfs: don't log every time we clear the log incompat flags | Darrick J. Wong |
2022-05-27 | xfs: convert buf_cancel_table allocation to kmalloc_array | Darrick J. Wong |
2022-05-27 | xfs: don't leak xfs_buf_cancel structures when recovery fails | 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: purge dquots after inode walk fails during quotacheck | 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-25 | Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-24 | Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
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: Remove duplicate include | Jiapeng Chong |
2022-05-22 | xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO | Kaixu Xia |
2022-05-22 | xfs: Remove dead code | Jiapeng Chong |
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 |
2022-05-22 | xfs: put attr[id] log item cache init with the others | Darrick J. Wong |
2022-05-22 | xfs: remove struct xfs_attr_item.xattri_flags | Darrick J. Wong |
2022-05-22 | xfs: use a separate slab cache for deferred xattr work state | Darrick J. Wong |
2022-05-22 | xfs: put the xattr intent item op flags in their own namespace | Darrick J. Wong |
2022-05-22 | xfs: clean up xfs_attr_node_hasname | Darrick J. Wong |
2022-05-20 | xfs: free xfs_attrd_log_items correctly | Darrick J. Wong |
2022-05-20 | xfs: validate xattr name earlier in recovery | Darrick J. Wong |
2022-05-20 | xfs: reject unknown xattri log item filter flags during recovery | Darrick J. Wong |
2022-05-20 | xfs: reject unknown xattri log item operation flags during recovery | Darrick J. Wong |
2022-05-20 | xfs: don't leak the retained da state when doing a leaf to node conversion | Darrick J. Wong |
2022-05-20 | xfs: don't leak da state when freeing the attr intent item | Darrick J. Wong |
2022-05-16 | iomap: don't invalidate folios after writeback errors | Darrick J. Wong |
2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig |
2022-05-12 | Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next | Dave Chinner |
2022-05-12 | xfs: can't use kmem_zalloc() for attribute buffers | Dave Chinner |