summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iomap: warn on zero-length mappingsDarrick J. Wong2018-01-291-0/+2
* xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-292-6/+41
* xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-292-10/+20
* xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-294-22/+39
* xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong2018-01-291-1/+47
* xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-291-2/+2
* xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong2018-01-291-0/+13
* xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein2018-01-291-0/+2
* xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong2018-01-291-13/+17
* xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-294-10/+50
* xfs: make tracepoint inode number format consistentDarrick J. Wong2018-01-291-6/+6
* xfs: always zero di_flags2 when we free the inodeDarrick J. Wong2018-01-291-0/+1
* xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong2018-01-291-0/+5
* xfs: bmap code cleanupShan Hai2018-01-291-24/+8Star
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-299-71/+44Star
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-2918-86/+104
* Get rid of xfs_buf_log_item_t typedefCarlos Maiolino2018-01-293-52/+56
* xfs: fix non-debug build compiler warningsDarrick J. Wong2018-01-181-4/+1Star
* xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2018-01-182-0/+21
* xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2018-01-182-22/+51
* xfs: check that br_blockcount doesn't overflowDarrick J. Wong2018-01-181-4/+9
* xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong2018-01-181-0/+1
* xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong2018-01-181-5/+21
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-185-33/+58
* xfs: don't iunlock unlocked inodesDarrick J. Wong2018-01-181-1/+2
* xfs: scrub in-core metadataDarrick J. Wong2018-01-186-0/+57
* xfs: cross-reference the block mappings when possibleDarrick J. Wong2018-01-181-0/+34
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-185-0/+57
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-188-14/+186
* xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong2018-01-181-2/+334
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-1810-4/+440
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-188-0/+160
* xfs: cross-reference bnobt records with cntbtDarrick J. Wong2018-01-182-0/+78
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-189-0/+176
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-187-1/+157
* xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong2018-01-181-0/+93
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-183-5/+5
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-186-22/+240
* xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2018-01-182-0/+22
* xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2018-01-182-0/+72
* xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2018-01-182-0/+105
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-184-1/+62
* xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster2018-01-161-4/+0Star
* xfs: account finobt blocks properly in perag reservationBrian Foster2018-01-121-4/+25
* xfs: fix check on struct_version for versions 4 or greaterColin Ian King2018-01-121-1/+1
* xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song2018-01-121-0/+3
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-129-25/+37
* xfs: use %pS printk format for direct instruction addressesDarrick J. Wong2018-01-123-23/+23
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-126-28/+28
* xfs: clarify units in the failed metadata io messageDarrick J. Wong2018-01-101-5/+6