summaryrefslogtreecommitdiff
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell2022-06-281-1/+1
|\
| * mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-1/+1
* | Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell2022-06-282-10/+12
|\ \
| * | xfs: Add async buffered write supportStefan Roesch2022-06-272-7/+9
| * | xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch2022-06-271-3/+3
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.gitStephen Rothwell2022-06-288-74/+111
|\ \
| * | xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
| * | xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
| * | xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
| * | xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
| * | xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
| * | xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
| |/
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-4/+6
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-4/+4
|/
* xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong2022-06-151-1/+2
* xfs: fix variable state usageDarrick J. Wong2022-06-151-2/+1
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-156-22/+34
* Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds2022-06-0134-513/+719
|\
| * Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave Chinner2022-05-3014-81/+126
| |\
| | * xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2022-05-276-19/+39
| | * xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2022-05-276-45/+67
| | * xfs: warn about LARP once per mountDarrick J. Wong2022-05-272-3/+6
| | * xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong2022-05-274-22/+23
| | * xfs: don't log every time we clear the log incompat flagsDarrick J. Wong2022-05-271-1/+0
| * | Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner2022-05-304-32/+85
| |\ \
| | * | xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong2022-05-273-6/+14
| | * | xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong2022-05-271-0/+13
| | * | xfs: refactor buffer cancellation table allocationDarrick J. Wong2022-05-274-32/+64
| | |/
| * | xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster2022-05-301-1/+1
| * | xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong2022-05-271-3/+5
| * | xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong2022-05-271-1/+8
| * | xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner2022-05-271-1/+7
| * | xfs: don't assert fail on perag references on teardownDave Chinner2022-05-271-2/+1
| * | xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner2022-05-271-14/+33
| |/
| * Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner2022-05-234-62/+2
| |\
| | * xfs: Remove duplicate includeJiapeng Chong2022-05-221-1/+0
| | * xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOKaixu Xia2022-05-221-1/+1
| | * xfs: Remove dead codeJiapeng Chong2022-05-221-59/+0
| | * xfs: fix typo in commentJulia Lawall2022-05-221-1/+1
| * | xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-235-134/+223
| * | xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2022-05-232-4/+5
| * | xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong2022-05-226-51/+51
| * | xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong2022-05-221-5/+2
| * | xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-226-52/+25
| * | xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong2022-05-221-19/+13
| * | xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong2022-05-224-2/+31
| * | xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong2022-05-224-18/+18
| * | xfs: clean up xfs_attr_node_hasnameDarrick J. Wong2022-05-223-31/+44
| * | xfs: free xfs_attrd_log_items correctlyDarrick J. Wong2022-05-201-1/+1
| * | xfs: validate xattr name earlier in recoveryDarrick J. Wong2022-05-201-7/+8