summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-13xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang
2018-08-10xfs: repair the AGIDarrick J. Wong
2018-08-10xfs: repair the AGFLDarrick J. Wong
2018-08-10xfs: repair the AGFDarrick J. Wong
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig
2018-08-03new helper: inode_fake_hash()Al Viro
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong
2018-08-02xfs: substitute spaces with tabsThomas Bianchi
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-08-02xfs: always defer agfl block freesBrian Foster
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster
2018-08-02xfs: refactor internal dfops initializationBrian Foster
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong
2018-08-01xfs: refactor log recovery checkDarrick J. Wong
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig