summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2019-12-02xfs: fix realtime file data space leakOmar Sandoval
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig
2019-11-22xfs: refactor xfs_dabuf_mapChristoph Hellwig
2019-11-22xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig
2019-11-18xfs: report corruption only as a regular errorDarrick J. Wong
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino
2019-11-15xfs: fix attr leaf header freemap.size underflowBrian Foster
2019-11-15xfs: fix some memory leaks in log recoveryDarrick J. Wong
2019-11-13xfs: fix another missing includeDarrick J. Wong
2019-11-13xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig
2019-11-13xfs: remove duplicated include from xfs_dir2_data.cYueHaibing
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen
2019-11-13xfs: remove unused typedef definitionsEric Sandeen
2019-11-13xfs: Replace function declaration by actual definitionPavel Reichl
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_dq_logitem_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-11-13xfs: avoid time_t in user apiArnd Bergmann
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2019-11-13xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-13xfs: remove the unused m_chsize fieldChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-11-12xfs: add a XFS_IS_CORRUPT macroDarrick J. Wong
2019-11-11xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong
2019-11-10xfs: always pass a valid hdr to xfs_dir3_leaf_check_intChristoph Hellwig
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig