summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong
2017-01-23xfs: fix COW writeback raceChristoph Hellwig
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-01-17xfs: sanity check inode di_modeAmir Goldstein
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-01-17xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein
2017-01-09xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig
2017-01-09xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig
2017-01-09xfs: fix bogus minleft manipulationsChristoph Hellwig
2017-01-09xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner
2016-12-09xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong
2016-12-09xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-05xfs: optimise CRC updatesDave Chinner
2016-12-05xfs: make xfs btree stats less hugeDave Chinner
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong
2016-12-05xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2016-12-05xfs: check for bogus values in btree block headersDarrick J. Wong
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong
2016-12-05xfs: several xattr functions can be voidEric Sandeen
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2016-11-28fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal
2016-11-28xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong
2016-11-24Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner
2016-11-24xfs: remove NULLEXTNUMChristoph Hellwig
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig
2016-11-24xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig
2016-11-24xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig
2016-11-24xfs: new inode extent list lookup helpersChristoph Hellwig
2016-11-10Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner
2016-11-09xfs: check minimum block size for CRC filesystemsDarrick J. Wong
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen
2016-11-08xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong