]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2018-01-29 Darrick J. Wongxfs: 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. Wongxfs: refactor accounting updates out of xfs_bmap_btalloc
2018-01-29 Darrick J. Wongxfs: refactor inode verifier corruption error printing
2018-01-29 Darrick J. Wongxfs: make tracepoint inode number format consistent
2018-01-29 Darrick J. Wongxfs: always zero di_flags2 when we free the inode
2018-01-29 Darrick J. Wongxfs: 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 list
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. Wongxfs: fix non-debug build compiler warnings
2018-01-18 Darrick J. Wongxfs: check sb_agblocks and sb_agblklog when validating...
2018-01-18 Darrick J. Wongxfs: recheck reflink / dirty page status before freeing...
2018-01-18 Darrick J. Wongxfs: check that br_blockcount doesn't overflow
2018-01-18 Darrick J. Wongxfs: btree format ifork loader should check for zero...
2018-01-18 Darrick J. Wongxfs: attr leaf verifier needs to check for obviously...
2018-01-18 Darrick J. Wongxfs: directory scrubber must walk through data block...
2018-01-18 Darrick J. Wongxfs: don't iunlock unlocked inodes
2018-01-18 Darrick J. Wongxfs: scrub in-core metadata
2018-01-18 Darrick J. Wongxfs: cross-reference the block mappings when possible
2018-01-18 Darrick J. Wongxfs: cross-reference the realtime bitmap
2018-01-18 Darrick J. Wongxfs: cross-reference refcount btree during scrub
2018-01-18 Darrick J. Wongxfs: cross-reference the rmapbt data with the refcountbt
2018-01-18 Darrick J. Wongxfs: cross-reference reverse-mapping btree
2018-01-18 Darrick J. Wongxfs: cross-reference inode btrees during scrub
2018-01-18 Darrick J. Wongxfs: cross-reference bnobt records with cntbt
2018-01-18 Darrick J. Wongxfs: cross-reference with the bnobt
2018-01-18 Darrick J. Wongxfs: introduce scrubber cross-referencing stubs
2018-01-18 Darrick J. Wongxfs: check btree block ownership with bnobt/rmapbt...
2018-01-18 Darrick J. Wongxfs: fix a few erroneous process_error calls in the...
2018-01-18 Darrick J. Wongxfs: set up scrub cross-referencing helpers
2018-01-18 Darrick J. Wongxfs: add scrub cross-referencing helpers for the refcou...
2018-01-18 Darrick J. Wongxfs: add scrub cross-referencing helpers for the rmap...
2018-01-18 Darrick J. Wongxfs: add scrub cross-referencing helpers for the inode...
2018-01-18 Darrick J. Wongxfs: 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 greater
2018-01-12 Xiongwei Songxfs: destroy mutex pag_ici_reclaim_lock before free
2018-01-12 Darrick J. Wongxfs: use %px for data pointers when debugging
2018-01-12 Darrick J. Wongxfs: use %pS printk format for direct instruction addresses
2018-01-12 Darrick J. Wongxfs: change 0x%p -> %p in print messages
2018-01-09 Darrick J. Wongxfs: clarify units in the failed metadata io message
2018-01-09 Darrick J. Wongxfs: harden directory integrity checks some more
2018-01-08 Darrick J. Wongxfs: refactor the geometry structure filling function
2018-01-08 Darrick J. Wongxfs: hoist xfs_fs_geometry to libxfs
2018-01-08 Darrick J. Wongxfs: trace log reservations at mount time
2018-01-08 Darrick J. Wongxfs: dump the first 128 bytes of any corrupt buffer
2018-01-08 Darrick J. Wongxfs: teach error reporting functions to take xfs_failaddr_t
2018-01-08 Darrick J. Wongxfs: standardize quota verification function outputs
2018-01-08 Darrick J. Wongxfs: separate dquot repair into a separate function
2018-01-08 Darrick J. Wongxfs: create a new buf_ops pointer to verify structure...
2018-01-08 Darrick J. Wongxfs: fail out of xfs_attr3_leaf_lookup_int if it looks...
2018-01-08 Darrick J. Wongxfs: provide a centralized method for verifying inline...
2018-01-08 Darrick J. Wongxfs: refactor short form directory structure verifier...
2018-01-08 Darrick J. Wongxfs: create structure verifier function for short form...
2018-01-08 Darrick J. Wongxfs: create structure verifier function for shortform...
2018-01-08 Darrick J. Wongxfs: move inode fork verifiers to xfs_dinode_verify
2018-01-08 Darrick J. Wongxfs: verify dinode header first
2018-01-08 Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-01-08 Darrick J. Wongxfs: have buffer verifier functions report failing address
2018-01-08 Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2018-01-08 Darrick J. Wongxfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data...
2018-01-08 Darrick J. Wongxfs: refactor short form btree pointer verification
2018-01-08 Darrick J. Wongxfs: refactor long-format btree header verification...
2018-01-08 Darrick J. Wongxfs: remove XFS_FSB_SANITY_CHECK
2018-01-08 Darrick J. Wongxfs: distinguish between corrupt inode and invalid...
2018-01-08 Darrick J. Wongxfs: always grab transaction when scrubbing inode
2018-01-08 Darrick J. Wongxfs: xfs_scrub_bmap should use for_each_xfs_iext
2018-01-08 Darrick J. Wongxfs: catch a few more error codes when scrubbing second...
2018-01-08 Darrick J. Wongxfs: ignore agfl read errors when not scrubbing agfl
2018-01-08 Darrick J. Wongiomap: 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. Wongxfs: 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 type
2018-01-08 Richard Wareingxfs: Show realtime device stats on statfs calls if...
2018-01-07 Linus TorvaldsLinux 4.15-rc7 v4.15-rc7
2018-01-07 Linus TorvaldsMerge branch 'parisc-4.15-3' of git://git.kernel.org...
2018-01-07 Linus TorvaldsMerge tag 'apparmor-pr-2018-01-07' of git://git.kernel...
2018-01-07 Linus TorvaldsMerge tag 'led_fixes_for_4.15-rc7' of git://git.kernel...
2018-01-07 Linus TorvaldsMerge tag 'for-linus-20180107' of git://git.infradead...
2018-01-07 Jacek Anaszewskileds: core: Fix regression caused by commit 2b83ff96f51d
2018-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-01-06 Boris Brezillonmtd: nand: pxa3xx: Fix READOOB implementation
2018-01-06 Linus TorvaldsMerge tag 'powerpc-4.15-6' of git://git.kernel.org...
2018-01-06 Radim KrčmářMerge tag 'kvm-s390-master-4.15-2' of git://git.kernel...
2018-01-06 Helge Dellerparisc: qemu idle sleep support
2018-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-06 Linus TorvaldsMerge tag 'iommu-v4.15-rc7' of git://github.com/awillia...
2018-01-06 Linus TorvaldsMerge tag 'arc-4.15-rc7' of git://git.kernel.org/pub...
next