summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2020-01-16xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
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-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: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-15xfs: fix attr leaf header freemap.size underflowBrian Foster
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: remove the xfs_qoff_logitem_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