summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/cluster: close a race that fence can't be triggeredYang Zhang2018-02-011-2/+3
* ocfs2: give an obvious tip for mismatched cluster namesGang He2018-02-011-2/+6
* ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge2018-02-011-1/+1
* fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge2018-02-011-7/+0Star
* fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr2018-02-011-1/+1
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-3196-1558/+4600
|\
| * xfs: remove experimental tag for reflinksChristoph Hellwig2018-01-291-5/+1Star
| * xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-291-0/+20
| * xfs: check reflink allocation mappingsDarrick J. Wong2018-01-291-0/+7
| * 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-291-10/+15
| * 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