summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig3-47/+16
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig6-18/+18
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig4-20/+6
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig2-14/+2
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig2-34/+37
2019-10-29xfs: remove the dsunit and dswidth variables inChristoph Hellwig1-19/+8
2019-10-29xfs: remove the biosize mount optionIan Kent1-3/+1
2019-10-29xfs: simplify setting bio flagsChristoph Hellwig1-9/+6
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong4-116/+93
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong1-130/+20
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong3-7/+7
2019-10-29xfs: namecheck directory entry names before listing themDarrick J. Wong1-5/+22
2019-10-29xfs: namecheck attribute names before listing themDarrick J. Wong2-23/+41
2019-10-29xfs: check attribute leaf block structureDarrick J. Wong1-2/+65
2019-10-29xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig3-47/+24
2019-10-29xfs: disable xfs_ioc_space for always COW inodesChristoph Hellwig1-0/+4
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig5-74/+49
2019-10-28xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig2-12/+0
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_ioctlChristoph Hellwig1-4/+2
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_dio_aio_writeChristoph Hellwig1-2/+1
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig8-55/+38
2019-10-28xfs: mark xfs_buf_free staticChristoph Hellwig2-2/+1
2019-10-24xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2019-10-24xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)1-0/+1
2019-10-24xfs: don't set bmapi total block req where minleft isBrian Foster6-11/+9
2019-10-24xfs: cap longest free extent to maximum allocatableDave Chinner2-10/+11
2019-10-21xfs: remove the duplicated inode log fieldmask setkaixuxia1-1/+0
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig1-18/+5
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig1-42/+46
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig1-11/+11
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig6-52/+40
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig1-213/+221
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig5-24/+60
2019-10-21xfs: factor out a helper to calculate the end_fsbChristoph Hellwig1-20/+20
2019-10-21xfs: fill out the srcmap in iomap_beginChristoph Hellwig1-25/+24
2019-10-21xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig1-24/+24
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig3-21/+21
2019-10-21xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig1-98/+5
2019-10-21xfs: also call xfs_file_iomap_end_delalloc for zeroing operationsChristoph Hellwig1-1/+2
2019-10-21xfs: fix inode fork extent count overflowDave Chinner5-20/+24
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig2-66/+11
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig3-94/+88
2019-10-21xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig1-2/+0
2019-10-21xfs: remove dead ifdef XFSERRORDEBUG codeChristoph Hellwig1-13/+0
2019-10-21xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig1-98/+90
2019-10-21xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig1-9/+7
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig2-7/+2
2019-10-21xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig1-1/+1
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster2-12/+144
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster2-10/+33