aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2021-06-01xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson1-33/+54
2021-06-01xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson1-0/+23
2021-06-01xfs: Refactor xfs_attr_set_shortformAllison Henderson1-28/+14
2021-06-01xfs: Add xfs_attr_node_remove_nameAllison Henderson1-9/+20
2021-06-01xfs: Reverse apply 72b97ea40dAllison Henderson1-19/+9
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner1-38/+23
2021-06-01xfs: merge _xfs_buf_get_pages()Dave Chinner1-34/+14
2021-06-01xfs: use alloc_pages_bulk_array() for buffersDave Chinner1-38/+24
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner2-22/+6
2021-06-01xfs: split up xfs_buf_allocate_memoryDave Chinner1-52/+74
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner1-1/+0
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva17-20/+22
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong5-0/+85
2021-05-24xfs: standardize extent size hint validationDarrick J. Wong2-73/+41
2021-05-24xfs: check free AG space when making per-AG reservationsDarrick J. Wong1-3/+15
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong1-1/+14
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong1-25/+56
2021-05-06Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-68/+143
2021-05-04iomap: remove unused private field from ioendBrian Foster1-1/+1
2021-05-04xfs: don't allow log writes if the data device is readonlyDarrick J. Wong1-4/+6
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds91-1300/+1456
2021-04-29xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster1-1/+14
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster3-0/+22
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong6-31/+0
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-7/+7
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-204/+80
2021-04-22xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig4-6/+6
2021-04-22xfs: rename xfs_ictimestamp_tChristoph Hellwig4-9/+9
2021-04-16xfs: remove xfs_quiesce_attr declarationDarrick J. Wong1-1/+0
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig12-49/+19
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig11-29/+18
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig4-14/+8
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig1-7/+6
2021-04-15xfs: simplify xfs_attr_remove_argsChristoph Hellwig1-13/+8
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig5-39/+27
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig8-93/+62
2021-04-12xfs: convert to fileattrMiklos Szeredi6-204/+80
2021-04-09xfs: drop unnecessary setfilesize helperBrian Foster1-20/+9
2021-04-09xfs: drop unused ioend private merge and setfilesize codeBrian Foster1-45/+1
2021-04-09xfs: open code ioend needs workqueue helperBrian Foster1-8/+3
2021-04-09xfs: drop submit side trans alloc for append ioendsBrian Foster1-42/+3