aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-7/+13
2017-11-21xfs: abstract out dev_t conversionsGravatar Christoph Hellwig 2-6/+12
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafGravatar Shu Wang 1-1/+1
2017-11-17Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-3/+4
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-28/+23
2017-11-16xfs: fix type usageGravatar Darrick J. Wong 2-3/+3
2017-11-16xfs: fix forgotten rcu read unlock when skipping inode reclaimGravatar Darrick J. Wong 1-0/+1
2017-11-15slab, slub, slob: add slab_flags_tGravatar Alexey Dobriyan 1-1/+1
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 87-4011/+10972
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+3
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreGravatar Dan Williams 1-2/+2
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsGravatar Darrick J. Wong 1-2/+13
2017-11-09xfs: check the uniqueness of the AGFL entriesGravatar Darrick J. Wong 1-2/+61
2017-11-09xfs: remove u_int* type usageGravatar Darrick J. Wong 4-7/+7
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafGravatar Christoph Hellwig 1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmGravatar Christoph Hellwig 1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeGravatar Christoph Hellwig 1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeGravatar Christoph Hellwig 1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeGravatar Christoph Hellwig 1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafGravatar Christoph Hellwig 1-4/+1
2017-11-09fs/xfs: Remove NULL check before kmem_cache_destroyGravatar Tim Hansen 1-2/+1
2017-11-09xfs: only check da node header padding on v5 filesystemsGravatar Darrick J. Wong 1-1/+2
2017-11-09xfs: fix btree scrub deref checkGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeGravatar Darrick J. Wong 2-3/+3
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Gravatar Darrick J. Wong 4-9/+12
2017-11-09xfs: refactor the directory data block bestfree checksGravatar Darrick J. Wong 1-15/+5
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 6-8/+18
2017-11-06xfs: mark xlog_verify_dest_ptr STATICGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: mark xlog_recover_check_summary STATICGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticGravatar Christoph Hellwig 1-2/+2
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetGravatar Christoph Hellwig 1-17/+0
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesGravatar Christoph Hellwig 1-21/+0
2017-11-06xfs: mark xfs_errortag_ktype staticGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeGravatar Christoph Hellwig 5-6/+6
2017-11-06xfs: always define STATIC to static noinlineGravatar Christoph Hellwig 2-13/+2
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hGravatar Christoph Hellwig 2-18/+12
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentGravatar Christoph Hellwig 3-7/+7
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeGravatar Christoph Hellwig 3-35/+23
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertGravatar Christoph Hellwig 4-40/+26
2017-11-06xfs: use a b+tree for the in-core extent listGravatar Christoph Hellwig 13-1259/+1093
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allGravatar Christoph Hellwig 1-4/+4
2017-11-06xfs: remove support for inlining data/extents into the inode forkGravatar Christoph Hellwig 3-198/+13
2017-11-06xfs: simplify xfs_reflink_convert_cowGravatar Christoph Hellwig 3-20/+18
2017-11-06xfs: iterate backwards in xfs_reflink_cancel_cow_blocksGravatar Christoph Hellwig 1-4/+12
2017-11-06xfs: introduce the xfs_iext_cursor abstractionGravatar Christoph Hellwig 13-337/+407
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeGravatar Christoph Hellwig 1-12/+8
2017-11-06xfs: iterate over extents in xfs_iextents_copyGravatar Christoph Hellwig 1-40/+13
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentGravatar Christoph Hellwig 3-10/+9
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsGravatar Christoph Hellwig 1-11/+6
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Gravatar Christoph Hellwig 1-3/+3