aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-61/+190
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2-5/+49
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong1-1/+13
2017-11-30xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong1-3/+3
2017-11-30xfs: ubsan fixesDarrick J. Wong1-3/+3
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen1-1/+1
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen1-1/+1
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen1-2/+4
2017-11-28xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko1-5/+10
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds3-8/+8
2017-11-27xfs: log recovery should replay deferred ops in orderDarrick J. Wong5-40/+85
2017-11-27xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong1-0/+21
2017-11-22Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-7/+13
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig2-6/+12
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang1-1/+1
2017-11-17Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-3/+4
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-28/+23
2017-11-16xfs: fix type usageDarrick J. Wong2-3/+3
2017-11-16xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong1-0/+1
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds87-4011/+10972
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+3
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams1-2/+2
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong1-2/+13
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong1-2/+61
2017-11-09xfs: remove u_int* type usageDarrick J. Wong4-7/+7
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig1-4/+1
2017-11-09fs/xfs: Remove NULL check before kmem_cache_destroyTim Hansen1-2/+1
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong1-1/+2
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong2-3/+3
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong4-9/+12
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong1-15/+5
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar6-8/+18
2017-11-06xfs: mark xlog_verify_dest_ptr STATICChristoph Hellwig1-1/+1
2017-11-06xfs: mark xlog_recover_check_summary STATICChristoph Hellwig1-1/+1
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig1-2/+2
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig1-17/+0
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig1-21/+0
2017-11-06xfs: mark xfs_errortag_ktype staticChristoph Hellwig1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig5-6/+6
2017-11-06xfs: always define STATIC to static noinlineChristoph Hellwig2-13/+2
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig2-18/+12
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig3-7/+7
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig3-35/+23