summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: Check for -ENOATTR or -EEXISTAllison Collins2020-07-291-0/+13
* xfs: Add xfs_has_attr and subroutinesAllison Collins2020-07-294-91/+197
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-294-30/+20
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-298-10/+13
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-292-2/+4
* xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap2020-07-291-3/+3
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-292-4/+4
* xfs: improve ondisk dquot flags checkingDarrick J. Wong2020-07-292-3/+10
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-293-14/+20
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-293-11/+13
* xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-292-10/+6
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-291-4/+3
* xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2020-07-291-0/+16
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-291-5/+5
* xfs: fix inode allocation block res calculation precedenceBrian Foster2020-07-291-1/+1
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-147-64/+23
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-072-30/+0
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-3/+6
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-072-7/+49
* xfs: add an inode item lockDave Chinner2020-07-061-26/+26
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-061-0/+2
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-061-4/+9
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-062-2/+2
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-061-0/+1
* xfs: Couple of typo fixes in commentsKeyur Patel2020-07-061-3/+3
* xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong2020-05-271-1/+1
* xfs: force writes to delalloc regions to unwrittenDarrick J. Wong2020-05-271-12/+17
* xfs: always return -ENOSPC on project quota reservation failureEric Sandeen2020-05-271-1/+0
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-194-29/+14
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-1911-141/+115
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-198-98/+85
* xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2020-05-192-6/+5
* xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-17/+5
* xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-12/+1
* xfs: improve local fork verificationChristoph Hellwig2020-05-191-1/+7
* xfs: refactor xfs_inode_verify_forksChristoph Hellwig2020-05-192-19/+36
* xfs: remove xfs_ifork_opsChristoph Hellwig2020-05-192-27/+7
* xfs: remove xfs_ireadChristoph Hellwig2020-05-192-75/+0
* xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig2020-05-191-2/+0
* xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig2020-05-191-10/+8
* xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig2020-05-191-36/+14
* xfs: split xfs_iformat_forkChristoph Hellwig2020-05-193-106/+103
* xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig2020-05-192-4/+5
* xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig2020-05-191-1/+1
* xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia2020-05-191-1/+1
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-191-1/+9
* xfs: don't fail verifier on empty attr3 leaf blockBrian Foster2020-05-191-8/+7
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-1420-20/+20
* xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-141-1/+1
* xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong2020-05-081-2/+0