aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+6
2019-03-01xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez1-0/+8
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong1-1/+1
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong2-2/+2
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong1-5/+7
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong3-9/+10
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig1-0/+1
2019-02-21xfs: fix uninitialized error variableColin Ian King1-1/+1
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig10-32/+116
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig1-3/+4
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig3-33/+45
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig4-111/+94
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig1-15/+16
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig3-13/+29
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig3-2/+89
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig3-49/+41
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong8-23/+45
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig1-2/+16
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig1-20/+0
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig3-89/+45
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2-4/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig3-35/+40
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2-52/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig1-52/+26
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig1-6/+2
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig5-98/+63
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe3-5/+27
2019-02-15block: enable multipage bvecsMing Lei1-2/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-2/+3
2019-02-14xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2-12/+17
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2-0/+8
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong4-5/+5
2019-02-14xfs: don't overflow xattr listent bufferDarrick J. Wong2-0/+4
2019-02-11xfs: compile time offset checks for common v4/v5 metadataBrian Foster1-0/+21
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong3-10/+2
2019-02-11xfs: add magic numbers to dquot buffer opsDarrick J. Wong1-0/+4
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong2-2/+6
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster4-37/+43
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster13-46/+57
2019-02-11xfs: use verifier magic field in dir2 leaf verifiersBrian Foster1-68/+19
2019-02-11xfs: distinguish between bnobt and cntbt magic valuesBrian Foster1-35/+25
2019-02-11xfs: split up allocation btree verifierBrian Foster5-11/+20
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster3-9/+28
2019-02-11xfs: create a separate finobt verifierBrian Foster5-5/+15
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster5-7/+8
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster3-22/+17
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong7-7/+306
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2-0/+28
2019-02-11xfs: refactor inode update in iunlink_removeDarrick J. Wong1-21/+13