summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-01-08xfs: always grab transaction when scrubbing inodeDarrick J. Wong
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong
2018-01-08xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster
2018-01-08xfs: truncate transaction does not modify the inobtBrian Foster
2018-01-08xfs: fix up agi unlinked list reservationsBrian Foster
2018-01-08xfs: include inobt buffers in ifree tx log reservationBrian Foster
2018-01-08xfs: print transaction log reservation on overrunBrian Foster
2018-01-08xfs: scrub inode nsec fieldsDarrick J. Wong
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen
2018-01-08xfs: factor out scrub input checkingEric Sandeen
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen
2018-01-08xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing
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