aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2.h
AgeCommit message (Expand)Author
2022-10-07xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2019-02-11xfs: check directory name validityDarrick J. Wong
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
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
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong
2016-11-08libxfs: clean up _dir2_data_freescanDarrick J. Wong
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-09-09xfs: check resblks before calling xfs_dir_canenterEric Sandeen
2014-06-25libxfs: move header filesDave Chinner