aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+24
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong1-8/+4
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong1-0/+7
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong1-1/+4
2018-02-01xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen1-0/+7
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds94-1555/+4565
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds5-12/+22
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig1-5/+1
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong1-0/+7
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2-6/+41
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong1-10/+15
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong4-22/+39
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong1-1/+47
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong1-2/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein1-0/+2
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong4-10/+50
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong1-6/+6
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong1-0/+1
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong1-0/+5
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino9-71/+44
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino18-86/+104
2018-01-29Get rid of xfs_buf_log_item_t typedefCarlos Maiolino3-52/+56
2018-01-29xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementingJeff Layton1-6/+8
2018-01-29xfs: convert to new i_version APIJeff Layton5-7/+15
2018-01-17xfs: fix non-debug build compiler warningsDarrick J. Wong1-4/+1
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2-0/+21
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2-22/+51
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong1-4/+9
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong1-0/+1
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong1-5/+21
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong5-33/+58
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong1-1/+2
2018-01-17xfs: scrub in-core metadataDarrick J. Wong6-0/+57
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong1-0/+34
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong5-0/+57
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong8-14/+186
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong1-2/+334
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong10-4/+440
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong8-0/+160
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong2-0/+78
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong9-0/+176
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong7-1/+157
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong1-0/+93