aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 25-45/+179
2019-11-04xfs: constify the buffer pointer arguments to error functionsGravatar Darrick J. Wong 4-8/+8
2019-11-04xfs: relax shortform directory size checksGravatar Darrick J. Wong 2-35/+5
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsGravatar Christoph Hellwig 5-24/+11
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateGravatar Christoph Hellwig 4-21/+7
2019-11-03xfs: refactor xfs_bmapi_allocateGravatar Christoph Hellwig 1-48/+45
2019-11-03xfs: simplify the xfs_iomap_write_direct callingGravatar Christoph Hellwig 3-67/+46
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itGravatar Christoph Hellwig 1-24/+18
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksGravatar Christoph Hellwig 1-2/+2
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentGravatar Christoph Hellwig 1-15/+13
2019-11-03xfs: mark xfs_eof_alignment staticGravatar Christoph Hellwig 2-2/+1
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbGravatar Christoph Hellwig 3-50/+22
2019-10-31xfs: properly serialise fallocate against AIO+DIOGravatar Dave Chinner 3-7/+32
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsGravatar Christoph Hellwig 1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsGravatar Christoph Hellwig 1-10/+3
2019-10-29xfs: clean up printing the allocsize option inGravatar Christoph Hellwig 1-1/+1
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEGravatar Christoph Hellwig 3-11/+5
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toGravatar Christoph Hellwig 4-7/+7
2019-10-29xfs: simplify parsing of allocsize mount optionGravatar Christoph Hellwig 3-47/+16
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountGravatar Christoph Hellwig 6-18/+18
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountGravatar Christoph Hellwig 4-20/+6
2019-10-29xfs: don't use a different allocsice for -o wsyncGravatar Christoph Hellwig 2-14/+2
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeGravatar Christoph Hellwig 2-34/+37
2019-10-29xfs: remove the dsunit and dswidth variables inGravatar Christoph Hellwig 1-19/+8
2019-10-29xfs: remove the biosize mount optionGravatar Ian Kent 1-3/+1
2019-10-29xfs: simplify setting bio flagsGravatar Christoph Hellwig 1-9/+6
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksGravatar Darrick J. Wong 4-116/+93
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersGravatar Darrick J. Wong 1-130/+20
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataGravatar Darrick J. Wong 3-7/+7
2019-10-29xfs: namecheck directory entry names before listing themGravatar Darrick J. Wong 1-5/+22
2019-10-29xfs: namecheck attribute names before listing themGravatar Darrick J. Wong 2-23/+41
2019-10-29xfs: check attribute leaf block structureGravatar Darrick J. Wong 1-2/+65
2019-10-28xfs: consolidate preallocation in xfs_file_fallocateGravatar Christoph Hellwig 3-47/+24
2019-10-28xfs: disable xfs_ioc_space for always COW inodesGravatar Christoph Hellwig 1-0/+4
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersGravatar Christoph Hellwig 5-74/+49
2019-10-28xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Gravatar Christoph Hellwig 2-12/+0
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_ioctlGravatar Christoph Hellwig 1-4/+2
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_dio_aio_writeGravatar Christoph Hellwig 1-2/+1
2019-10-28xfs: add a xfs_inode_buftarg helperGravatar Christoph Hellwig 8-55/+38
2019-10-28xfs: mark xfs_buf_free staticGravatar Christoph Hellwig 2-2/+1
2019-10-24xfs: Sanity check flags of Q_XQUOTARM callGravatar Jan Kara 1-0/+3
2019-10-23xfs: add mising include of xfs_pnfs.h for missing declarationsGravatar Ben Dooks (Codethink) 1-0/+1
2019-10-23xfs: don't set bmapi total block req where minleft isGravatar Brian Foster 6-11/+9
2019-10-23xfs: cap longest free extent to maximum allocatableGravatar Dave Chinner 2-10/+11
2019-10-21xfs: remove the duplicated inode log fieldmask setGravatar kaixuxia 1-1/+0
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesGravatar Christoph Hellwig 1-18/+5
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginGravatar Christoph Hellwig 1-42/+46
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginGravatar Christoph Hellwig 1-11/+11
2019-10-21xfs: split the iomap ops for buffered vs direct writesGravatar Christoph Hellwig 6-52/+40
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundGravatar Christoph Hellwig 1-213/+221