aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+15
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2019-12-02xfs: fix realtime file data space leakOmar Sandoval1-11/+14
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds42-3271/+3324
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+11
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig6-22/+9
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig8-43/+39
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig3-56/+75
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig3-7/+5
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2-7/+6
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig3-16/+14
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig4-15/+9
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2-29/+17
2019-11-22xfs: refactor xfs_dabuf_mapChristoph Hellwig1-102/+54
2019-11-22xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig1-52/+51
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino3-6/+6
2019-11-15xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2019-11-13xfs: remove duplicated include from xfs_dir2_data.cYueHaibing1-1/+0
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen1-2/+0
2019-11-13xfs: remove unused typedef definitionsEric Sandeen2-4/+4
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl1-2/+2
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl3-10/+10
2019-11-13xfs: avoid time_t in user apiArnd Bergmann1-1/+1
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2-5/+25
2019-11-13xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig1-2/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2-8/+6
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig3-10/+8
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig9-56/+42
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong9-113/+63
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong6-301/+950
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2-27/+17
2019-11-10xfs: always pass a valid hdr to xfs_dir3_leaf_check_intChristoph Hellwig1-18/+13
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig5-23/+12
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig4-58/+0
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig8-75/+49
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig7-36/+30
2019-11-10xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig2-34/+14
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig9-67/+54
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig7-32/+26
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig8-39/+37
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig3-16/+17
2019-11-10xfs: remove the now unused ->data_entry_p methodChristoph Hellwig2-23/+0
2019-11-10xfs: cleanup __xfs_dir3_data_checkChristoph Hellwig1-26/+33
2019-11-10xfs: cleanup xfs_dir2_data_freescan_intChristoph Hellwig1-28/+20
2019-11-10xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig1-43/+25
2019-11-10xfs: remove the ->data_unused_p methodChristoph Hellwig4-42/+19
2019-11-10xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig3-84/+26
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig2-7/+0
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2-4/+0
2019-11-10xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig2-35/+0