summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: add xfs_remount_rw() helperIan Kent2019-11-051-51/+64
* xfs: merge freeing of mp names and mpIan Kent2019-11-051-8/+6
* xfs: use kmem functions for struct xfs_mountIan Kent2019-11-051-3/+3
* xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent2019-11-051-3/+1
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-058-31/+22
* xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent2019-11-052-2/+0
* xfs: always log corruption errorsDarrick J. Wong2019-11-0425-45/+179
* xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong2019-11-044-8/+8
* 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-293-47/+24
* xfs: disable xfs_ioc_space for always COW inodesChristoph Hellwig2019-10-291-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-241-0/+1
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-246-11/+9
* xfs: cap longest free extent to maximum allocatableDave Chinner2019-10-242-10/+11