summaryrefslogtreecommitdiffstats
path: root/fs/configfs (unfollow)
Commit message (Expand)AuthorFilesLines
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 Hellwig7-75/+53
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
2019-10-21xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster1-54/+74
2019-10-21xfs: refactor and reuse best extent scanning logicBrian Foster1-55/+55
2019-10-21xfs: refactor allocation tree fixup codeBrian Foster1-16/+2
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster2-201/+79
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster2-28/+113
2019-10-21xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster1-30/+33
2019-10-21xfs: track allocation busy state in allocation cursorBrian Foster1-11/+14
2019-10-21xfs: introduce allocation cursor data structureBrian Foster1-155/+163
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster3-3/+25
2019-10-21xfs: ignore extent size hints for always COW inodesChristoph Hellwig1-0/+6
2019-10-21xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONSyu kuai1-0/+10