summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-035-12/+20
* Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-094-4/+10
|\
| * xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong2016-12-093-3/+3
| * xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen2016-12-091-1/+7
* | Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-0714-56/+93
|\ \
| * | xfs: optimise CRC updatesDave Chinner2016-12-052-5/+23
| * | xfs: make xfs btree stats less hugeDave Chinner2016-12-056-39/+13
| * | xfs: don't allow di_size with high bit setDarrick J. Wong2016-12-051-0/+8
| * | xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong2016-12-051-1/+4
| * | xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong2016-12-051-1/+1
| * | xfs: complain if we don't get nextents bmap recordsDarrick J. Wong2016-12-051-1/+2
| * | xfs: check for bogus values in btree block headersDarrick J. Wong2016-12-051-0/+20
| * | xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-052-4/+15
| * | xfs: several xattr functions can be voidEric Sandeen2016-12-051-1/+1
| * | xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen2016-12-051-1/+3
| * | xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen2016-12-051-1/+1
| * | xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen2016-12-051-2/+2
| |/
* | Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner2016-11-283-6/+38
|\|
| * xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-282-3/+22
| * fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal2016-11-281-1/+1
| * xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong2016-11-281-2/+15
* | Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner2016-11-245-176/+118
|\|
| * xfs: remove NULLEXTNUMChristoph Hellwig2016-11-242-2/+1
| * xfs: remove xfs_bmap_search_extentsChristoph Hellwig2016-11-242-95/+0
| * xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-242-4/+7
| * xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig2016-11-241-27/+13
| * xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig2016-11-241-8/+7
| * xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig2016-11-241-8/+6
| * xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig2016-11-241-32/+32
| * xfs: new inode extent list lookup helpersChristoph Hellwig2016-11-242-0/+52
* | Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner2016-11-103-38/+43
|\|
| * xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-083-38/+43
* | xfs: check minimum block size for CRC filesystemsDarrick J. Wong2016-11-092-0/+9
* | xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong2016-11-081-1/+4
* | xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong2016-11-082-1/+2
* | xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen2016-11-081-2/+5
* | libxfs: clean up _dir2_data_freescanDarrick J. Wong2016-11-082-7/+20
* | libxfs: fix xfs_attr_shortform_bytesfit declarationDarrick J. Wong2016-11-081-1/+1
* | libxfs: fix whitespace problemsDarrick J. Wong2016-11-081-1/+0
* | libxfs: synchronize dinode_verify with userspaceDarrick J. Wong2016-11-081-3/+3
* | libxfs: convert ushort to unsigned shortDarrick J. Wong2016-11-084-7/+8
|/
* xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-202-23/+0
* xfs: refactor xfs_bunmapi_cowChristoph Hellwig2016-10-202-154/+225
* xfs: add xfs_trim_extentDarrick J. Wong2016-10-202-0/+35
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-203-2/+14
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-10-201-2/+1
* xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen2016-10-201-3/+0
* xfs: add some 'static' annotationsEric Biggers2016-10-201-1/+1
* xfs: remove redundant assignment of ifpColin Ian King2016-10-201-1/+1