summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: relax shortform directory size checksDarrick J. Wong2019-11-042-35/+5
* xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig2019-11-035-24/+11
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-034-21/+7
* xfs: refactor xfs_bmapi_allocateChristoph Hellwig2019-11-031-48/+45
* xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig2019-11-033-67/+46
* xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig2019-11-031-24/+18
* xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig2019-11-031-2/+2
* xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig2019-11-031-15/+13
* xfs: mark xfs_eof_alignment staticChristoph Hellwig2019-11-032-2/+1
* xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig2019-11-033-50/+22
* xfs: properly serialise fallocate against AIO+DIODave Chinner2019-10-313-7/+32
* xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig2019-10-291-13/+7
* xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig2019-10-291-10/+3
* xfs: clean up printing the allocsize option inChristoph Hellwig2019-10-291-1/+1
* xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig2019-10-293-11/+5
* xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig2019-10-294-7/+7
* xfs: simplify parsing of allocsize mount optionChristoph Hellwig2019-10-293-47/+16
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-296-18/+18
* xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig2019-10-294-20/+6
* xfs: don't use a different allocsice for -o wsyncChristoph Hellwig2019-10-292-14/+2
* xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig2019-10-292-34/+37
* xfs: remove the dsunit and dswidth variables inChristoph Hellwig2019-10-291-19/+8
* xfs: remove the biosize mount optionIan Kent2019-10-291-3/+1
* xfs: simplify setting bio flagsChristoph Hellwig2019-10-291-9/+6
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-294-116/+93
* xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong2019-10-291-130/+20
* xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong2019-10-293-7/+7
* xfs: namecheck directory entry names before listing themDarrick J. Wong2019-10-291-5/+22
* xfs: namecheck attribute names before listing themDarrick J. Wong2019-10-292-23/+41
* xfs: check attribute leaf block structureDarrick J. Wong2019-10-291-2/+65
* xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig2019-10-283-47/+24
* xfs: disable xfs_ioc_space for always COW inodesChristoph Hellwig2019-10-281-0/+4
* fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig2019-10-285-74/+49
* xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig2019-10-282-12/+0
* xfs: use xfs_inode_buftarg in xfs_file_ioctlChristoph Hellwig2019-10-281-4/+2
* xfs: use xfs_inode_buftarg in xfs_file_dio_aio_writeChristoph Hellwig2019-10-281-2/+1
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-288-55/+38
* xfs: mark xfs_buf_free staticChristoph Hellwig2019-10-282-2/+1
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2019-10-241-0/+3
* xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+1
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-236-11/+9
* xfs: cap longest free extent to maximum allocatableDave Chinner2019-10-232-10/+11
* xfs: remove the duplicated inode log fieldmask setkaixuxia2019-10-211-1/+0
* xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig2019-10-211-18/+5
* xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig2019-10-211-42/+46
* xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig2019-10-211-11/+11
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-216-52/+40
* xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig2019-10-211-213/+221
* xfs: split out a new set of read-only iomap opsChristoph Hellwig2019-10-215-24/+60
* xfs: factor out a helper to calculate the end_fsbChristoph Hellwig2019-10-211-20/+20