| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpm | Stephen Rothwell | 2022-06-28 | 14 | -20/+376 |
|\ |
|
| * | xfs: add dax dedupe support | Shiyang Ruan | 2022-06-27 | 4 | -7/+69 |
| * | xfs-support-cow-in-fsdax-mode-fix | Andrew Morton | 2022-06-27 | 1 | -2/+2 |
| * | xfs: support CoW in fsdax mode | Shiyang Ruan | 2022-06-27 | 3 | -6/+58 |
| * | fsdax: dedup file range to use a compare function | Shiyang Ruan | 2022-06-27 | 1 | -2/+6 |
| * | xfs: implement ->notify_failure() for XFS | Shiyang Ruan | 2022-06-27 | 6 | -3/+238 |
| * | dax: introduce holder for dax_device | Shiyang Ruan | 2022-06-27 | 1 | -2/+3 |
| * | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 2022-06-27 | 3 | -3/+5 |
* | | Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.git | Stephen Rothwell | 2022-06-28 | 1 | -1/+1 |
|\ \ |
|
| * | | mm/migrate: Add filemap_migrate_folio() | Matthew Wilcox (Oracle) | 2022-06-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.kernel.dk/linux-block.git | Stephen Rothwell | 2022-06-28 | 2 | -10/+12 |
|\ \ |
|
| * | | xfs: Add async buffered write support | Stefan Roesch | 2022-06-27 | 2 | -7/+9 |
| * | | xfs: Specify lockmode when calling xfs_ilock_for_iomap() | Stefan Roesch | 2022-06-27 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git | Stephen Rothwell | 2022-06-28 | 8 | -74/+111 |
|\ \ |
|
| * | | xfs: clean up the end of xfs_attri_item_recover | Darrick J. Wong | 2022-06-26 | 1 | -19/+26 |
| * | | xfs: always free xattri_leaf_bp when cancelling a deferred op | Darrick J. Wong | 2022-06-26 | 1 | -1/+19 |
| * | | xfs: use invalidate_lock to check the state of mmap_lock | Kaixu Xia | 2022-06-26 | 1 | -2/+2 |
| * | | xfs: factor out the common lock flags assert | Kaixu Xia | 2022-06-26 | 1 | -37/+23 |
| * | | xfs: introduce xfs_inodegc_push() | Dave Chinner | 2022-06-23 | 5 | -10/+28 |
| * | | xfs: bound maximum wait time for inodegc work | Dave Chinner | 2022-06-23 | 3 | -16/+24 |
| |/ |
|
* | | attr: port attribute changes to new types | Christian Brauner | 2022-06-26 | 1 | -4/+6 |
* | | fs: port to iattr ownership update helpers | Christian Brauner | 2022-06-26 | 1 | -4/+4 |
|/ |
|
* | xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes | Darrick J. Wong | 2022-06-15 | 1 | -1/+2 |
* | xfs: fix variable state usage | Darrick J. Wong | 2022-06-15 | 1 | -2/+1 |
* | xfs: fix TOCTOU race involving the new logged xattrs control knob | Darrick J. Wong | 2022-06-15 | 6 | -22/+34 |
* | Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l... | Linus Torvalds | 2022-06-01 | 34 | -513/+719 |
|\ |
|
| * | Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-next | Dave Chinner | 2022-05-30 | 14 | -81/+126 |
| |\ |
|
| | * | xfs: move xfs_attr_use_log_assist usage out of libxfs | Darrick J. Wong | 2022-05-27 | 6 | -19/+39 |
| | * | xfs: move xfs_attr_use_log_assist out of xfs_log.c | Darrick J. Wong | 2022-05-27 | 6 | -45/+67 |
| | * | xfs: warn about LARP once per mount | Darrick J. Wong | 2022-05-27 | 2 | -3/+6 |
| | * | xfs: implement per-mount warnings for scrub and shrink usage | Darrick J. Wong | 2022-05-27 | 4 | -22/+23 |
| | * | xfs: don't log every time we clear the log incompat flags | Darrick J. Wong | 2022-05-27 | 1 | -1/+0 |
| * | | Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-next | Dave Chinner | 2022-05-30 | 4 | -32/+85 |
| |\ \ |
|
| | * | | xfs: convert buf_cancel_table allocation to kmalloc_array | Darrick J. Wong | 2022-05-27 | 3 | -6/+14 |
| | * | | xfs: don't leak xfs_buf_cancel structures when recovery fails | Darrick J. Wong | 2022-05-27 | 1 | -0/+13 |
| | * | | xfs: refactor buffer cancellation table allocation | Darrick J. Wong | 2022-05-27 | 4 | -32/+64 |
| | |/ |
|
| * | | xfs: fix xfs_ifree() error handling to not leak perag ref | Brian Foster | 2022-05-30 | 1 | -1/+1 |
| * | | xfs: don't leak btree cursor when insrec fails after a split | Darrick J. Wong | 2022-05-27 | 1 | -3/+5 |
| * | | xfs: purge dquots after inode walk fails during quotacheck | Darrick J. Wong | 2022-05-27 | 1 | -1/+8 |
| * | | xfs: assert in xfs_btree_del_cursor should take into account error | Dave Chinner | 2022-05-27 | 1 | -1/+7 |
| * | | xfs: don't assert fail on perag references on teardown | Dave Chinner | 2022-05-27 | 1 | -2/+1 |
| * | | xfs: avoid unnecessary runtime sibling pointer endian conversions | Dave Chinner | 2022-05-27 | 1 | -14/+33 |
| |/ |
|
| * | Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next | Dave Chinner | 2022-05-23 | 4 | -62/+2 |
| |\ |
|
| | * | xfs: Remove duplicate include | Jiapeng Chong | 2022-05-22 | 1 | -1/+0 |
| | * | xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO | Kaixu Xia | 2022-05-22 | 1 | -1/+1 |
| | * | xfs: Remove dead code | Jiapeng Chong | 2022-05-22 | 1 | -59/+0 |
| | * | xfs: fix typo in comment | Julia Lawall | 2022-05-22 | 1 | -1/+1 |
| * | | xfs: share xattr name and value buffers when logging xattr updates | Darrick J. Wong | 2022-05-23 | 5 | -134/+223 |
| * | | xfs: do not use logged xattr updates on V4 filesystems | Darrick J. Wong | 2022-05-23 | 2 | -4/+5 |
| * | | xfs: rename struct xfs_attr_item to xfs_attr_intent | Darrick J. Wong | 2022-05-22 | 6 | -51/+51 |