aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-22/+7
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-19/+28
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds116-5305/+5375
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong1-19/+27
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+4
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-08-13xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong1-0/+1
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen3-23/+2
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang1-5/+4
2018-08-10xfs: repair the AGIDarrick J. Wong3-1/+220
2018-08-10xfs: repair the AGFLDarrick J. Wong5-1/+380
2018-08-10xfs: repair the AGFDarrick J. Wong4-10/+400
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster1-20/+6
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig3-6/+21
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong1-1/+1
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong1-4/+10
2018-08-02xfs: substitute spaces with tabsThomas Bianchi1-1/+1
2018-08-02xfs: fold dfops into the transactionBrian Foster12-96/+46
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster15-210/+169
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster5-84/+71
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster8-24/+21
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster3-24/+23
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster13-34/+23
2018-08-02xfs: automatic dfops inode reloggingBrian Foster11-75/+21
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster5-36/+26
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster5-0/+7
2018-08-02xfs: replace dop_low with transaction flagBrian Foster8-30/+36
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster6-14/+19
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster4-13/+4
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster5-38/+43
2018-08-02xfs: refactor internal dfops initializationBrian Foster1-10/+9
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong1-5/+6
2018-08-01xfs: refactor log recovery checkDarrick J. Wong3-2/+11
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2-3/+3
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig3-7/+38
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2-0/+7
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong1-1/+34
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong3-1/+37
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell1-0/+12
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong1-94/+111
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong5-163/+149
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig6-12/+18
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig7-23/+23
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig1-36/+19
2018-07-30xfs: remove if_real_bytesChristoph Hellwig4-22/+5