aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-22/+7
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-19/+28
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxGravatar Dave Jiang 1-1/+1
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 116-5305/+5375
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksGravatar Darrick J. Wong 1-19/+27
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+4
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-08-13xfs: recalculate summary counters at mount time if icount is badGravatar Darrick J. Wong 1-0/+1
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeGravatar Shan Hai 1-8/+16
2018-08-12xfs: remove b_last_holder & associated macrosGravatar Eric Sandeen 3-23/+2
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Gravatar Dave Jiang 1-5/+4
2018-08-10xfs: repair the AGIGravatar Darrick J. Wong 3-1/+220
2018-08-10xfs: repair the AGFLGravatar Darrick J. Wong 5-1/+380
2018-08-10xfs: repair the AGFGravatar Darrick J. Wong 4-10/+400
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Gravatar Brian Foster 1-20/+6
2018-08-07xfs: use WRITE_ONCE to update if_seqGravatar Christoph Hellwig 3-6/+21
2018-08-03new helper: inode_fake_hash()Gravatar Al Viro 1-1/+1
2018-08-03xfs: fix a comment in xfs_log_reserveGravatar Huang Chong 1-1/+1
2018-08-03xfs: only validate summary counts on primary superblockGravatar Darrick J. Wong 1-4/+10
2018-08-02xfs: substitute spaces with tabsGravatar Thomas Bianchi 1-1/+1
2018-08-02xfs: fold dfops into the transactionGravatar Brian Foster 12-96/+46
2018-08-02xfs: always defer agfl block freesGravatar Brian Foster 1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Gravatar Brian Foster 15-210/+169
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listGravatar Brian Foster 5-84/+71
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorGravatar Brian Foster 8-24/+21
2018-08-02xfs: clean out superfluous dfops dop params/varsGravatar Brian Foster 3-24/+23
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackGravatar Brian Foster 13-34/+23
2018-08-02xfs: automatic dfops inode reloggingGravatar Brian Foster 11-75/+21
2018-08-02xfs: automatic dfops buffer reloggingGravatar Brian Foster 5-36/+26
2018-08-02xfs: add missing defer ijoins for held inodesGravatar Brian Foster 5-0/+7
2018-08-02xfs: replace dop_low with transaction flagGravatar Brian Foster 8-30/+36
2018-08-02xfs: pass transaction to dfops reset/move helpersGravatar Brian Foster 6-14/+19
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperGravatar Brian Foster 4-13/+4
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsGravatar Brian Foster 5-38/+43
2018-08-02xfs: refactor internal dfops initializationGravatar Brian Foster 1-10/+9
2018-08-01xfs: check da node magic in _node_lookup_intGravatar Darrick J. Wong 1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intGravatar Darrick J. Wong 1-5/+6
2018-08-01xfs: refactor log recovery checkGravatar Darrick J. Wong 3-2/+11
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragGravatar Darrick J. Wong 2-3/+3
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeGravatar Christoph Hellwig 3-7/+38
2018-07-31xfs: maintain a sequence count for inode fork manipulationsGravatar Christoph Hellwig 2-0/+7
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierGravatar Darrick J. Wong 1-1/+34
2018-07-31xfs: verify icount in superblock writeGravatar Darrick J. Wong 3-1/+37
2018-07-31libxfs: add more bounds checking to sb sanity checksGravatar Bill O'Donnell 1-0/+12
2018-07-31xfs: refactor superblock verifiersGravatar Darrick J. Wong 1-94/+111
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapGravatar Darrick J. Wong 5-163/+149
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperGravatar Christoph Hellwig 6-12/+18
2018-07-30xfs: remove the xfs_ifork_t typedefGravatar Christoph Hellwig 7-23/+23
2018-07-30xfs: simplify xfs_idata_reallocGravatar Christoph Hellwig 1-36/+19
2018-07-30xfs: remove if_real_bytesGravatar Christoph Hellwig 4-22/+5