summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-22/+7Star
|\
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-17/+2Star
* | Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-222-19/+28
|\ \
| * | xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong2018-08-141-19/+27
| * | xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong2018-08-131-0/+1
* | | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-181-1/+1
* | | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-14116-5305/+5375
|\| |
| * | xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16
| * | xfs: remove b_last_holder & associated macrosEric Sandeen2018-08-123-23/+2Star
| * | xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang2018-08-121-5/+4Star
| * | xfs: repair the AGIDarrick J. Wong2018-08-103-1/+220
| * | xfs: repair the AGFLDarrick J. Wong2018-08-105-1/+380
| * | xfs: repair the AGFDarrick J. Wong2018-08-104-10/+400
| * | xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster2018-08-071-20/+6Star
| * | xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-073-6/+21
| * | xfs: fix a comment in xfs_log_reserveHuang Chong2018-08-031-1/+1
| * | xfs: only validate summary counts on primary superblockDarrick J. Wong2018-08-031-4/+10
| * | xfs: substitute spaces with tabsThomas Bianchi2018-08-031-1/+1
| * | xfs: fold dfops into the transactionBrian Foster2018-08-0312-96/+46Star
| * | xfs: always defer agfl block freesBrian Foster2018-08-031-9/+2Star
| * | xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-0315-210/+169Star
| * | xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-035-84/+71Star
| * | xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-038-24/+21Star
| * | xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-033-24/+23Star
| * | xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-0313-34/+23Star
| * | xfs: automatic dfops inode reloggingBrian Foster2018-08-0311-75/+21Star
| * | xfs: automatic dfops buffer reloggingBrian Foster2018-08-035-36/+26Star
| * | xfs: add missing defer ijoins for held inodesBrian Foster2018-08-035-0/+7
| * | xfs: replace dop_low with transaction flagBrian Foster2018-08-038-30/+36
| * | xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-036-14/+19
| * | xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-034-13/+4Star
| * | xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-035-38/+43
| * | xfs: refactor internal dfops initializationBrian Foster2018-08-031-10/+9Star
| * | xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-011-1/+3
| * | xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-011-5/+6
| * | xfs: refactor log recovery checkDarrick J. Wong2018-08-013-2/+11
| * | xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-312-3/+3
| * | xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig2018-07-313-7/+38
| * | xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-312-0/+7
| * | xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
| * | xfs: verify icount in superblock writeDarrick J. Wong2018-07-313-1/+37
| * | libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
| * | xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
| * | xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-315-163/+149Star
| * | xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-306-12/+18
| * | xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-307-23/+23
| * | xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-301-36/+19Star
| * | xfs: remove if_real_bytesChristoph Hellwig2018-07-304-22/+5Star
| * | xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-305-219/+248