summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong2019-03-101-2/+2
* xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8
* xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-03-011-0/+8
* xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-252-2/+2
* xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong2019-02-251-5/+7
* xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-253-9/+10
* xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-2110-32/+116
* xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-3/+4
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-213-33/+45
* xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-214-111/+94
* xfs: also truncate holes covered by COW blocksChristoph Hellwig2019-02-211-15/+16
* xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-213-13/+29
* xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig2019-02-213-2/+89
* xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig2019-02-213-49/+41
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-188-23/+45
* xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig2019-02-171-2/+16
* xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig2019-02-171-20/+0
* xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig2019-02-173-89/+45
* xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-172-4/+3
* xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-173-35/+40
* xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-172-52/+58
* xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig2019-02-171-34/+44
* xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig2019-02-171-52/+26
* xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig2019-02-171-6/+2
* xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-175-98/+63
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-142-12/+17
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-02-142-0/+8
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-144-5/+5
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-02-142-0/+4
* xfs: compile time offset checks for common v4/v5 metadataBrian Foster2019-02-111-0/+21
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-113-10/+2
* xfs: add magic numbers to dquot buffer opsDarrick J. Wong2019-02-111-0/+4
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-112-2/+6
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-114-37/+43
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-1113-46/+57
* xfs: use verifier magic field in dir2 leaf verifiersBrian Foster2019-02-111-68/+19
* xfs: distinguish between bnobt and cntbt magic valuesBrian Foster2019-02-111-35/+25
* xfs: split up allocation btree verifierBrian Foster2019-02-115-11/+20
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-113-9/+28
* xfs: create a separate finobt verifierBrian Foster2019-02-115-5/+15
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-115-7/+8
* xfs: clarify documentation for the function to reverify buffersBrian Foster2019-02-113-22/+17
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-117-7/+306
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-112-0/+28
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-111-21/+13
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-111-38/+96
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-112-92/+125