summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner2021-05-271-11/+0
* xfs: btree format inode forks can have zero extentsDave Chinner2021-05-271-1/+0
* xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2021-05-245-0/+85
* xfs: standardize extent size hint validationDarrick J. Wong2021-05-242-73/+41
* xfs: check free AG space when making per-AG reservationsDarrick J. Wong2021-05-241-3/+15
* xfs: restore old ioctl definitionsDarrick J. Wong2021-05-201-0/+4
* xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong2021-05-201-1/+3
* xfs: retry allocations when locality-based search failsDarrick J. Wong2021-05-201-1/+14
* xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong2021-05-161-26/+57
* Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-061-1/+1
|\
| * iomap: remove unused private field from ioendBrian Foster2021-05-041-1/+1
* | Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-0618-68/+143
|\ \ | |/ |/|
| * xfs: don't allow log writes if the data device is readonlyDarrick J. Wong2021-05-041-4/+6
| * xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong2021-04-291-1/+2
| * xfs: set aside allocation btree blocks from block reservationBrian Foster2021-04-291-1/+14
| * xfs: introduce in-core global counter of allocbt blocksBrian Foster2021-04-293-0/+22
| * xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster2021-04-291-11/+23
| * xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong2021-04-291-1/+38
| * xfs: update superblock counters correctly for !lazysbcountDave Chinner2021-04-292-3/+16
| * xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2021-04-292-2/+8
| * xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-296-31/+0
| * xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig2021-04-224-6/+6
| * xfs: rename xfs_ictimestamp_tChristoph Hellwig2021-04-224-9/+9
* | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-2991-1302/+1458
|\|
| * xfs: remove xfs_quiesce_attr declarationDarrick J. Wong2021-04-161-1/+0
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-1512-49/+19
| * xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-1511-29/+18
| * xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-154-14/+8
| * xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig2021-04-151-7/+6
| * xfs: simplify xfs_attr_remove_argsChristoph Hellwig2021-04-151-13/+8
| * xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-155-39/+27
| * xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-158-93/+62
| * xfs: drop unnecessary setfilesize helperBrian Foster2021-04-091-20/+9
| * xfs: drop unused ioend private merge and setfilesize codeBrian Foster2021-04-091-45/+1
| * xfs: open code ioend needs workqueue helperBrian Foster2021-04-091-8/+3
| * xfs: drop submit side trans alloc for append ioendsBrian Foster2021-04-091-42/+3
| * xfs: fix return of uninitialized value in variable errorColin Ian King2021-04-091-0/+1
| * xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-0919-93/+61
| * xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-094-17/+35
| * xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2021-04-072-82/+99
| * xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong2021-04-071-8/+7
| * xfs: precalculate default inode attribute offsetDave Chinner2021-04-074-12/+28
| * xfs: default attr fork size does not handle device inodesDave Chinner2021-04-071-2/+7
| * xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner2021-04-071-0/+1
| * xfs: eager inode attr fork init needs attr feature awarenessDave Chinner2021-04-071-1/+1
| * xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R2021-04-071-2/+28
| * xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R2021-04-071-1/+3
| * xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2021-04-072-3/+1
| * xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig2021-04-071-32/+22
| * xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-079-29/+11