summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-01-251-6/+0
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-253-9/+131
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-01-251-9/+14
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-01-241-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-01-232-13/+37
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-182-2/+2
* xfs: sanity check inode di_modeAmir Goldstein2017-01-171-0/+3
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-172-17/+24
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-01-171-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-172-3/+7
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-01-091-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-092-65/+18
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-093-22/+8
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-01-091-4/+1
* 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
OpenPOWER on IntegriCloud