summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsxfs-5.5-merge-8Christoph Hellwig
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig
2019-11-03xfs: mark xfs_eof_alignment staticChristoph Hellwig
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig
2019-10-31xfs: properly serialise fallocate against AIO+DIOxfs-5.5-merge-7Dave Chinner
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsxfs-5.5-merge-6Christoph Hellwig
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig
2019-10-29xfs: remove the dsunit and dswidth variables inChristoph Hellwig
2019-10-29xfs: remove the biosize mount optionIan Kent
2019-10-29xfs: simplify setting bio flagsChristoph Hellwig
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2019-10-29xfs: namecheck directory entry names before listing themDarrick J. Wong
2019-10-29xfs: namecheck attribute names before listing themDarrick J. Wong
2019-10-29xfs: check attribute leaf block structureDarrick J. Wong
2019-10-28xfs: consolidate preallocation in xfs_file_fallocatexfs-5.5-merge-5Christoph Hellwig
2019-10-28xfs: disable xfs_ioc_space for always COW inodesChristoph Hellwig
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig
2019-10-28xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_ioctlChristoph Hellwig
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_dio_aio_writeChristoph Hellwig
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig
2019-10-28xfs: mark xfs_buf_free staticChristoph Hellwig
2019-10-24xfs: Sanity check flags of Q_XQUOTARM callxfs-5.5-merge-3Jan Kara
2019-10-23xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-10-23xfs: cap longest free extent to maximum allocatableDave Chinner
2019-10-21xfs: remove the duplicated inode log fieldmask setkaixuxia
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesxfs-5.5-merge-2Christoph Hellwig
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig
2019-10-21xfs: factor out a helper to calculate the end_fsbChristoph Hellwig
2019-10-21xfs: fill out the srcmap in iomap_beginChristoph Hellwig