platform/kernel/linux-rpi3.git
2018-02-02 Darrick J.... xfs: don't allow reflink + realtime filesystems
2018-02-02 Darrick J.... xfs: don't allow DAX on reflink filesystems
2018-02-02 Eric Sandeenxfs: add scrub to XFS_BUILD_OPTIONS
2018-02-01 Darrick J.... xfs: fix u32 type usage in sb validation function
2018-01-29 Christoph Hellwigxfs: remove experimental tag for reflinks
2018-01-29 Darrick J.... xfs: don't screw up direct writes when freesp is fragmented
2018-01-29 Darrick J.... xfs: check reflink allocation mappings
2018-01-29 Darrick J.... iomap: warn on zero-length mappings
2018-01-29 Darrick J.... xfs: treat CoW fork operations as delalloc for quota...
2018-01-29 Darrick J.... xfs: only grab shared inode locks for source file durin...
2018-01-29 Darrick J.... xfs: allow xfs_lock_two_inodes to take different EXCL...
2018-01-29 Darrick J.... xfs: reflink should break pnfs leases before sharing...
2018-01-29 Darrick J.... xfs: don't clobber inobt/finobt cursors when xref with...
2018-01-29 Darrick J.... xfs: skip CoW writes past EOF when writeback races...
2018-01-29 Amir Goldsteinxfs: preserve i_rdev when recycling a reclaimable inode
2018-01-29 Darrick J.... xfs: refactor accounting updates out of xfs_bmap_btalloc
2018-01-29 Darrick J.... xfs: refactor inode verifier corruption error printing
2018-01-29 Darrick J.... xfs: make tracepoint inode number format consistent
2018-01-29 Darrick J.... xfs: always zero di_flags2 when we free the inode
2018-01-29 Darrick J.... xfs: call xfs_qm_dqattach before performing reflink...
2018-01-29 Shan Haixfs: bmap code cleanup
2018-01-29 Carlos MaiolinoUse list_head infra-structure for buffer's log items...
2018-01-29 Carlos MaiolinoSplit buffer's b_fspriv field
2018-01-29 Carlos MaiolinoGet rid of xfs_buf_log_item_t typedef
2018-01-18 Darrick J.... xfs: fix non-debug build compiler warnings
2018-01-18 Darrick J.... xfs: check sb_agblocks and sb_agblklog when validating...
2018-01-18 Darrick J.... xfs: recheck reflink / dirty page status before freeing...
2018-01-18 Darrick J.... xfs: check that br_blockcount doesn't overflow
2018-01-18 Darrick J.... xfs: btree format ifork loader should check for zero...
2018-01-18 Darrick J.... xfs: attr leaf verifier needs to check for obviously...
2018-01-18 Darrick J.... xfs: directory scrubber must walk through data block...
2018-01-18 Darrick J.... xfs: don't iunlock unlocked inodes
2018-01-18 Darrick J.... xfs: scrub in-core metadata
2018-01-18 Darrick J.... xfs: cross-reference the block mappings when possible
2018-01-18 Darrick J.... xfs: cross-reference the realtime bitmap
2018-01-18 Darrick J.... xfs: cross-reference refcount btree during scrub
2018-01-18 Darrick J.... xfs: cross-reference the rmapbt data with the refcountbt
2018-01-18 Darrick J.... xfs: cross-reference reverse-mapping btree
2018-01-18 Darrick J.... xfs: cross-reference inode btrees during scrub
2018-01-18 Darrick J.... xfs: cross-reference bnobt records with cntbt
2018-01-18 Darrick J.... xfs: cross-reference with the bnobt
2018-01-18 Darrick J.... xfs: introduce scrubber cross-referencing stubs
2018-01-18 Darrick J.... xfs: check btree block ownership with bnobt/rmapbt...
2018-01-18 Darrick J.... xfs: fix a few erroneous process_error calls in the...
2018-01-18 Darrick J.... xfs: set up scrub cross-referencing helpers
2018-01-18 Darrick J.... xfs: add scrub cross-referencing helpers for the refcou...
2018-01-18 Darrick J.... xfs: add scrub cross-referencing helpers for the rmap...
2018-01-18 Darrick J.... xfs: add scrub cross-referencing helpers for the inode...
2018-01-18 Darrick J.... xfs: add scrub cross-referencing helpers for the free...
2018-01-16 Brian Fosterxfs: cancel tx on xfs_defer_finish() error during xattr...
2018-01-12 Brian Fosterxfs: account finobt blocks properly in perag reservation
2018-01-12 Colin Ian Kingxfs: fix check on struct_version for versions 4 or...
2018-01-12 Xiongwei Songxfs: destroy mutex pag_ici_reclaim_lock before free
2018-01-12 Darrick J.... xfs: use %px for data pointers when debugging
2018-01-12 Darrick J.... xfs: use %pS printk format for direct instruction addresses
2018-01-12 Darrick J.... xfs: change 0x%p -> %p in print messages
2018-01-09 Darrick J.... xfs: clarify units in the failed metadata io message
2018-01-09 Darrick J.... xfs: harden directory integrity checks some more
2018-01-08 Darrick J.... xfs: refactor the geometry structure filling function
2018-01-08 Darrick J.... xfs: hoist xfs_fs_geometry to libxfs
2018-01-08 Darrick J.... xfs: trace log reservations at mount time
2018-01-08 Darrick J.... xfs: dump the first 128 bytes of any corrupt buffer
2018-01-08 Darrick J.... xfs: teach error reporting functions to take xfs_failaddr_t
2018-01-08 Darrick J.... xfs: standardize quota verification function outputs
2018-01-08 Darrick J.... xfs: separate dquot repair into a separate function
2018-01-08 Darrick J.... xfs: create a new buf_ops pointer to verify structure...
2018-01-08 Darrick J.... xfs: fail out of xfs_attr3_leaf_lookup_int if it looks...
2018-01-08 Darrick J.... xfs: provide a centralized method for verifying inline...
2018-01-08 Darrick J.... xfs: refactor short form directory structure verifier...
2018-01-08 Darrick J.... xfs: create structure verifier function for short form...
2018-01-08 Darrick J.... xfs: create structure verifier function for shortform...
2018-01-08 Darrick J.... xfs: move inode fork verifiers to xfs_dinode_verify
2018-01-08 Darrick J.... xfs: verify dinode header first
2018-01-08 Darrick J.... xfs: refactor verifier callers to print address of...
2018-01-08 Darrick J.... xfs: have buffer verifier functions report failing...
2018-01-08 Darrick J.... xfs: refactor xfs_verifier_error and xfs_buf_ioerror
2018-01-08 Darrick J.... xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data...
2018-01-08 Darrick J.... xfs: refactor short form btree pointer verification
2018-01-08 Darrick J.... xfs: refactor long-format btree header verification...
2018-01-08 Darrick J.... xfs: remove XFS_FSB_SANITY_CHECK
2018-01-08 Darrick J.... xfs: distinguish between corrupt inode and invalid...
2018-01-08 Darrick J.... xfs: always grab transaction when scrubbing inode
2018-01-08 Darrick J.... xfs: xfs_scrub_bmap should use for_each_xfs_iext
2018-01-08 Darrick J.... xfs: catch a few more error codes when scrubbing second...
2018-01-08 Darrick J.... xfs: ignore agfl read errors when not scrubbing agfl
2018-01-08 Darrick J.... iomap: report collisions between directio and buffered...
2018-01-08 Brian Fosterxfs: eliminate duplicate icreate tx reservation functions
2018-01-08 Brian Fosterxfs: refactor inode chunk alloc/free tx reservation
2018-01-08 Brian Fosterxfs: include an allocfree res for inobt modifications
2018-01-08 Brian Fosterxfs: truncate transaction does not modify the inobt
2018-01-08 Brian Fosterxfs: fix up agi unlinked list reservations
2018-01-08 Brian Fosterxfs: include inobt buffers in ifree tx log reservation
2018-01-08 Brian Fosterxfs: print transaction log reservation on overrun
2018-01-08 Darrick J.... xfs: scrub inode nsec fields
2018-01-08 Eric Sandeenxfs: move all scrub input checking to xfs_scrub_validate
2018-01-08 Eric Sandeenxfs: factor out scrub input checking
2018-01-08 Eric Sandeenxfs: explicitly initialize meta_scrub_ops array by...
2018-01-08 Richard Wareingxfs: Show realtime device stats on statfs calls if...
2018-01-07 Linus TorvaldsLinux 4.15-rc7
2018-01-07 Linus TorvaldsMerge branch 'parisc-4.15-3' of git://git./linux/kernel...
next