aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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. Wong4-1/+130
2019-12-19xfs: split the sunit parameter update into two partsDarrick J. Wong1-51/+72
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-19xfs: use bitops interface for buf log item AIL flag checkBrian Foster1-1/+1
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 Foster2-2/+13
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-12/+17
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessBrian Foster1-0/+2
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 Torvalds122-6256/+5789
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds11-762/+172
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong1-5/+20
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig7-27/+28
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig11-50/+47
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig5-63/+82
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 Hellwig3-8/+7
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig4-18/+17
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig7-18/+13
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: report corruption only as a regular errorDarrick J. Wong2-12/+7
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino17-33/+27
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino4-45/+39
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino4-64/+68
2019-11-15xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2019-11-15xfs: fix some memory leaks in log recoveryDarrick J. Wong1-3/+5
2019-11-13xfs: fix another missing includeDarrick J. Wong1-0/+1
2019-11-13xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig4-149/+0
2019-11-13xfs: remove duplicated include from xfs_dir2_data.cYueHaibing1-1/+0
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen3-5/+0
2019-11-13xfs: remove unused typedef definitionsEric Sandeen3-6/+6
2019-11-13xfs: Replace function declaration by actual definitionPavel Reichl1-74/+66
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl4-34/+39
2019-11-13xfs: remove the xfs_dq_logitem_t typedefPavel Reichl3-7/+7
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl3-14/+14
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl9-108/+111
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()kaixuxia3-5/+42
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 Hellwig12-47/+26
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig7-18/+14
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig10-58/+42
2019-11-13xfs: remove the unused m_chsize fieldChristoph Hellwig1-1/+0
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong16-202/+116
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong9-329/+956