summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
* xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-192-0/+65
* xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
* libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
* xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-111-2/+1
* Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-081-12/+15
|\
| * xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2019-12-031-1/+1
| * xfs: fix realtime file data space leakOmar Sandoval2019-12-031-11/+14
* | Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-0242-3271/+3324
|\|
| * xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-226-22/+9
| * xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-228-43/+39
| * xfs: split xfs_da3_node_readChristoph Hellwig2019-11-223-56/+75
| * xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig2019-11-223-7/+5
| * xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-222-7/+6
| * xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig2019-11-223-16/+14
| * xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-224-15/+9
| * xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2019-11-222-29/+17
| * xfs: refactor xfs_dabuf_mapChristoph Hellwig2019-11-221-102/+54
| * xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig2019-11-221-52/+51
| * xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-183-6/+6
| * xfs: fix attr leaf header freemap.size underflowBrian Foster2019-11-161-1/+3
| * xfs: remove duplicated include from xfs_dir2_data.cYueHaibing2019-11-141-1/+0
| * xfs: remove unused structure members & simple typedefsEric Sandeen2019-11-141-2/+0
| * xfs: remove unused typedef definitionsEric Sandeen2019-11-142-4/+4
| * xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl2019-11-141-2/+2
| * xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-133-10/+10
| * xfs: avoid time_t in user apiArnd Bergmann2019-11-131-1/+1
| * xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-132-5/+25
| * xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig2019-11-131-2/+0
| * xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-132-8/+6
| * xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-133-10/+8
| * xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-139-56/+42
| * xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-139-113/+63
| * xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-136-301/+950
| * xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2019-11-112-27/+17
| * xfs: always pass a valid hdr to xfs_dir3_leaf_check_intChristoph Hellwig2019-11-111-18/+13
| * xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig2019-11-115-23/+12
| * xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-114-58/+0
| * xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-118-75/+49
| * xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-117-36/+30
| * xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig2019-11-112-34/+14
| * xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-119-67/+54
| * xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-117-32/+26
| * xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-118-39/+37
| * xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-113-16/+17
| * xfs: remove the now unused ->data_entry_p methodChristoph Hellwig2019-11-112-23/+0
| * xfs: cleanup __xfs_dir3_data_checkChristoph Hellwig2019-11-111-26/+33
| * xfs: cleanup xfs_dir2_data_freescan_intChristoph Hellwig2019-11-111-28/+20
| * xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig2019-11-111-43/+25