summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-01xfs: fix reporting supported extra file attributes for statx()xfs-5.1-merge-4Luis R. Rodriguez
2019-02-25xfs: fix backwards endian conversion in scrubxfs-5.1-merge-3Darrick J. Wong
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong
2019-02-21xfs: fix uninitialized error variablexfs-5.1-merge-2Colin Ian King
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig
2019-02-14xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2019-02-14xfs: don't overflow xattr listent bufferDarrick J. Wong
2019-02-11xfs: compile time offset checks for common v4/v5 metadataxfs-5.1-merge-1Brian Foster
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong
2019-02-11xfs: add magic numbers to dquot buffer opsDarrick J. Wong
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: use verifier magic field in dir2 leaf verifiersBrian Foster
2019-02-11xfs: distinguish between bnobt and cntbt magic valuesBrian Foster
2019-02-11xfs: split up allocation btree verifierBrian Foster
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster
2019-02-11xfs: create a separate finobt verifierBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong
2019-02-11xfs: refactor inode update in iunlink_removeDarrick J. Wong
2019-02-11xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong
2019-02-11xfs: refactor inode unlinked pointer update functionsDarrick J. Wong
2019-02-11xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong