aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong1-6/+0
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong2-27/+20
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong4-79/+18
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong3-17/+27
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong1-6/+2
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong1-4/+4
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong1-9/+12
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong2-7/+7
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2-14/+7
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong1-5/+14
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong1-9/+0
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong1-6/+31
2020-01-16xfs: refactor remote attr value buffer invalidationDarrick J. Wong2-20/+34
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino1-1/+1
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong1-0/+7
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2-7/+13
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig4-6/+6
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-2/+5
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen1-2/+0
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun1-1/+1
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair failuresDarrick J. Wong2-0/+65
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong1-5/+13
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong4-24/+34
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong1-19/+77
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster1-2/+1
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