summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent8-31/+22
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent2-2/+0
2019-11-04xfs: always log corruption errorsDarrick J. Wong25-45/+179
2019-11-04xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong4-8/+8
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong2-35/+5
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig5-24/+11
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig4-21/+7
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig1-48/+45
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig3-67/+46
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig1-24/+18
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig1-2/+2
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig1-15/+13
2019-11-03xfs: mark xfs_eof_alignment staticChristoph Hellwig2-2/+1
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig3-50/+22
2019-10-31xfs: properly serialise fallocate against AIO+DIODave Chinner3-7/+32
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig1-10/+3
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig1-1/+1
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig3-11/+5
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig4-7/+7
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-28xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig3-47/+24
2019-10-28xfs: 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-23xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)1-0/+1
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster6-11/+9
2019-10-23xfs: 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