aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-03-21xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein
2018-01-05Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong
2018-01-02xfs: quota: check result of register_shrinker()Aliaksei Karaliou
2018-01-02xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou
2017-12-22Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong
2017-12-21xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong
2017-12-21xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong
2017-12-21xfs: remove leftover CoW reservations when remounting roDarrick J. Wong
2017-12-21xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong
2017-12-20xfs: track cowblocks separately in i_flagsDarrick J. Wong
2017-12-14xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong
2017-12-14xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong
2017-12-14xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong
2017-12-14xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong
2017-12-14xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong
2017-12-14xfs: account for null transactions in bunmapiDarrick J. Wong
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong
2017-12-14xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong
2017-12-13Merge tag 'xfs-4.15-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-12-08xfs: make iomap_begin functions trim iomaps consistentlyDarrick J. Wong
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig
2017-12-08fs: xfs: remove duplicate includesPravin Shedge
2017-12-01Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong
2017-11-30xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong
2017-11-30xfs: ubsan fixesDarrick J. Wong
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen
2017-11-28xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27xfs: log recovery should replay deferred ops in orderDarrick J. Wong
2017-11-27xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong
2017-11-22Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang
2017-11-17Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-16xfs: fix type usageDarrick J. Wong
2017-11-16xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong