summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen1-1/+3
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen1-1/+1
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen1-2/+2
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner3-6/+38
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2-3/+22
2016-11-28fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal1-1/+1
2016-11-28xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong1-2/+15
2016-11-24Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner5-176/+118
2016-11-24xfs: remove NULLEXTNUMChristoph Hellwig2-2/+1
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig2-95/+0
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2-4/+7
2016-11-24xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig1-27/+13
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig1-8/+7
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig1-8/+6
2016-11-24xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig1-32/+32
2016-11-24xfs: new inode extent list lookup helpersChristoph Hellwig2-0/+52
2016-11-10Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner3-38/+43
2016-11-09xfs: check minimum block size for CRC filesystemsDarrick J. Wong2-0/+9
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen3-38/+43
2016-11-08xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong1-1/+4
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong2-1/+2
2016-11-08xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen1-2/+5
2016-11-08libxfs: clean up _dir2_data_freescanDarrick J. Wong2-7/+20
2016-11-08libxfs: fix xfs_attr_shortform_bytesfit declarationDarrick J. Wong1-1/+1
2016-11-08libxfs: fix whitespace problemsDarrick J. Wong1-1/+0
2016-11-08libxfs: synchronize dinode_verify with userspaceDarrick J. Wong1-3/+3
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong4-7/+8
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong1-12/+5
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig2-23/+0
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig2-154/+225
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong2-0/+35
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks3-2/+14
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: add some 'static' annotationsEric Biggers1-1/+1
2016-10-20xfs: remove redundant assignment of ifpColin Ian King1-1/+1
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong1-11/+9
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong1-0/+9
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong1-1/+2
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong1-1/+3
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong1-0/+4
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong1-0/+16
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong1-1/+384
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2-2/+519
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong1-0/+3
2016-10-05xfs: increase log reservations for reflinkDarrick J. Wong2-3/+15
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2-0/+47
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong5-3/+150
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong6-6/+17
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong1-1/+3