Age | Commit message (Expand) | Author |
2019-03-19 | xfs: always init bma in xfs_bmapi_write | Darrick J. Wong |
2019-03-17 | xfs: don't trip over uninitialized buffer on extent read of corrupted inode | Brian Foster |
2019-03-12 | xfs: clean up xfs_dir2_leaf_addname | Darrick J. Wong |
2019-03-10 | xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname | Darrick J. Wong |
2019-03-08 | xfs: clean up xfs_dir2_leafn_add | Darrick J. Wong |
2019-03-08 | xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add | Nathan Chancellor |
2019-02-25 | xfs: fix uninitialized error variables | Darrick J. Wong |
2019-02-21 | xfs: make COW fork unwritten extent conversions more robust | Christoph Hellwig |
2019-02-18 | xfs: fix xfs_buf magic number endian checks | Darrick J. Wong |
2019-02-17 | xfs: move stat accounting to xfs_bmapi_convert_delalloc | Christoph Hellwig |
2019-02-17 | xfs: move transaction handling to xfs_bmapi_convert_delalloc | Christoph Hellwig |
2019-02-17 | xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write | Christoph Hellwig |
2019-02-17 | xfs: factor out two helpers from xfs_bmapi_write | Christoph Hellwig |
2019-02-17 | xfs: simplify the xfs_bmap_btree_to_extents calling conventions | Christoph Hellwig |
2019-02-14 | xfs: rename m_inotbt_nores to m_finobt_nores | Darrick J. Wong |
2019-02-11 | xfs: add magic numbers to dquot buffer ops | Darrick J. Wong |
2019-02-11 | xfs: add inode magic to inode verifier | Darrick J. Wong |
2019-02-11 | xfs: factor xfs_da3_blkinfo verification into common helper | Brian Foster |
2019-02-11 | xfs: miscellaneous verifier magic value fixups | Brian Foster |
2019-02-11 | xfs: use verifier magic field in dir2 leaf verifiers | Brian Foster |
2019-02-11 | xfs: distinguish between bnobt and cntbt magic values | Brian Foster |
2019-02-11 | xfs: split up allocation btree verifier | Brian Foster |
2019-02-11 | xfs: distinguish between inobt and finobt magic values | Brian Foster |
2019-02-11 | xfs: create a separate finobt verifier | Brian Foster |
2019-02-11 | xfs: always check magic values in on-disk byte order | Brian Foster |
2019-02-11 | xfs: cache unlinked pointers in an rhashtable | Darrick J. Wong |
2019-02-11 | xfs: add xfs_verify_agino_or_null helper | Darrick J. Wong |
2019-02-11 | xfs: use the latest extent at writeback delalloc conversion time | Brian Foster |
2019-02-11 | xfs: create delalloc bmapi wrapper for full extent allocation | Brian Foster |
2019-02-11 | xfs: remove superfluous writeback mapping eof trimming | Brian Foster |
2019-02-11 | xfs: update fork seq counter on data fork changes | Brian Foster |
2019-02-11 | xfs: check attribute name validity | Darrick J. Wong |
2019-02-11 | xfs: check directory name validity | Darrick J. Wong |
2019-02-11 | xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t | Darrick J. Wong |
2018-12-19 | xfs: stringify scrub types in ftrace output | Darrick J. Wong |
2018-12-19 | xfs: stringify btree cursor types in ftrace output | Darrick J. Wong |
2018-12-19 | xfs: move XFS_INODE_FORMAT_STR mappings to libxfs | Darrick J. Wong |
2018-12-19 | xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs | Darrick J. Wong |
2018-12-19 | xfs: fix symbolic enum printing in ftrace output | Darrick J. Wong |
2018-12-12 | xfs: cache minimum realtime summary level | Omar Sandoval |
2018-12-12 | xfs: precalculate cluster alignment in inodes and blocks | Darrick J. Wong |
2018-12-12 | xfs: precalculate inodes and blocks per inode cluster | Darrick J. Wong |
2018-12-12 | xfs: add a block to inode count converter | Darrick J. Wong |
2018-12-12 | xfs: remove xfs_rmap_ag_owner and friends | Darrick J. Wong |
2018-12-12 | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong |
2018-12-12 | xfs: streamline defer op type handling | Darrick J. Wong |
2018-12-12 | xfs: idiotproof defer op type configuration | Darrick J. Wong |
2018-12-12 | xfs: zero length symlinks are not valid | Dave Chinner |
2018-12-12 | xfs: libxfs: move xfs_perag_put late | Pan Bian |
2018-12-04 | xfs: fix inverted return from xfs_btree_sblock_verify_crc | Eric Sandeen |