]> git.ipfire.org Git - people/ms/linux.git/shortlog
people/ms/linux.git
2018-05-16  Dave Chinnerxfs: factor out AG header initialisation from growfs...
2018-05-16  Dave Chinnerxfs: one-shot cached buffers
2018-05-16  Darrick J.... xfs: implement the metadata repair ioctl flag
2018-05-16  Darrick J.... xfs: create tracepoints for online repair
2018-05-16  Darrick J.... xfs: teach xfs_bmapi_remap to accept some bmapi flags
2018-05-16  Darrick J.... xfs: make xfs_bmapi_remapi work with attribute forks
2018-05-16  Darrick J.... xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
2018-05-16  Darrick J.... xfs: avoid ABBA deadlock when scrubbing parent pointers
2018-05-16  Darrick J.... xfs: scrub the data fork of the realtime inodes
2018-05-16  Darrick J.... xfs: quota scrub should use bmapbtd scrubber
2018-05-16  Darrick J.... xfs: don't continue scrub if already corrupt
2018-05-16  Darrick J.... xfs: refactor quota limits initialization
2018-05-16  Darrick J.... xfs: superblock scrub should use short-lived buffers
2018-05-16  Darrick J.... xfs: skip scrub xref if corruption already noted
2018-05-16  Dave Chinnerxfs: clear sb->s_fs_info on mount failure
2018-05-16  Dave Chinnerxfs: add mount delay debug option
2018-05-16  Brian Fosterxfs: factor out nodiscard helpers
2018-05-16  Darrick J.... iomap: add a swapfile activation function
2018-05-16  Darrick J.... xfs: halt auto-reclamation activities while rebuilding...
2018-05-16  Darrick J.... xfs: add BMAPI_NORMAP flag to perform block remapping...
2018-05-16  Darrick J.... xfs: add repair helpers for the reference count btree
2018-05-16  Darrick J.... xfs: add repair helpers for the reverse mapping btree
2018-05-16  Darrick J.... xfs: expose various functions to repair code
2018-05-16  Darrick J.... xfs: add helpers to calculate btree size
2018-05-16  Darrick J.... xfs: refactor scrub transaction allocation function
2018-05-16  Darrick J.... xfs: btree scrub should check minrecs
2018-05-16  Darrick J.... xfs: clean up scrub usage of KM_NOFS
2018-05-16  Darrick J.... xfs: avoid ilock games in the quota scrubber
2018-05-16  Darrick J.... xfs: refactor dquot iteration
2018-05-10  Darrick J.... xfs: rename on-disk dquot counter zap functions
2018-05-10  Darrick J.... xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
2018-05-10  Darrick J.... xfs: remove direct calls to _qm_dqread
2018-05-10  Darrick J.... xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
2018-05-10  Darrick J.... xfs: refactor incore dquot initialization functions
2018-05-10  Darrick J.... xfs: fetch dquots directly during quotacheck
2018-05-10  Darrick J.... xfs: split out dqget for inodes from regular dqget
2018-05-10  Darrick J.... xfs: remove unnecessary xfs_qm_dqattach parameter
2018-05-10  Darrick J.... xfs: delegate dqget input checks to helper function
2018-05-10  Darrick J.... xfs: refactor dquot cache handling
2018-05-10  Darrick J.... xfs: refactor XFS_QMOPT_DQNEXT out of existence
2018-05-10  Darrick J.... xfs: don't spray logs when dquot flush/purge fail
2018-05-10  Darrick J.... xfs: release new dquot buffer on defer_finish error
2018-05-10  Brian Fosterxfs: don't discard on free of unwritten extents
2018-05-10  Brian Fosterxfs: skip online discard during eofblocks trims
2018-05-10  Brian Fosterxfs: add bmapi nodiscard flag
2018-05-10  Dave Chinnerxfs: get rid of the log item descriptor
2018-05-10  Dave Chinnerxfs: add some more debug checks to buffer log item...
2018-05-10  Dave Chinnerxfs: fix double ijoin in xfs_reflink_clear_inode_flag()
2018-05-10  Dave Chinnerxfs: fix double ijoin in xfs_reflink_cancel_cow_range
2018-05-10  Dave Chinnerxfs: fix double ijoin in xfs_inactive_symlink_rmt()
2018-05-10  Dave Chinnerxfs: don't assert fail with AIL lock held
2018-05-10  Dave Chinnerxfs: adder caller IP to xfs_defer* tracepoints
2018-05-10  Dave Chinnerxfs: add tracing to high level transaction operations
2018-05-10  Dave Chinnerxfs: log item flags are racy
2018-05-10  Darrick J.... xfs: add missing rmap error return
2018-05-09  Darrick J.... xfs: bmap debugging should never panic the system
2018-05-09  Brian Fosterxfs: defer agfl frees from directory op transactions
2018-05-09  Brian Fosterxfs: defer frees from common inode allocation paths
2018-05-09  Brian Fosterxfs: defer agfl frees from inode inactivation
2018-05-09  Brian Fosterxfs: defer agfl block frees from deferred ops processin...
2018-05-09  Brian Fosterxfs: defer agfl block frees when dfops is available
2018-05-09  Brian Fosterxfs: create agfl block free helper function
2018-05-09  Eric Sandeenxfs: print specific dqblk that failed verifiers
2018-05-09  Eric Sandeenxfs: add full xfs_dqblk verifier
2018-05-09  Eric Sandeenxfs: pass full xfs_dqblk to repair during quotacheck
2018-05-09  Eric Sandeenxfs: check type in quota verifier during quotacheck
2018-05-09  Eric Sandeenxfs: remove unused flags arg from xfs_dquot_verify
2018-05-09  Dave Chinnerxfs: clean up locking in xfs_file_iomap_begin
2018-05-09  Dave Chinnerxfs: simplify xfs_file_iomap_begin() logic
2018-05-09  Dave Chinneriomap: Use FUA for pure data O_DSYNC DIO writes
2018-05-09  Dave Chinneriomap: iomap_dio_rw() handles all sync writes
2018-05-09  Dave Chinnerxfs: move generic_write_sync calls inwards
2018-05-09  Dave Chinnerxfs: don't retry xfs_buf_find on XBF_TRYLOCK failure
2018-05-09  Dave Chinnerxfs: make xfs_buf_incore out of line
2018-05-09  Eric Sandeenxfs: trace ATTR flags in xattr tracepoints
2018-05-09  Dave Chinnerxfs: validate allocated inode number
2018-05-09  Dave Chinnerxfs: validate cached inodes are free when allocated
2018-05-07  Linus TorvaldsLinux 4.17-rc4
2018-05-06  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-05-06  Linus TorvaldsMerge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel...
2018-05-06  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2018-05-06  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2018-05-06  Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2018-05-06  Linus TorvaldsMerge tag 'platform-drivers-x86-v4.17-2' of git://git...
2018-05-06  Linus TorvaldsMerge tag 'usb-4.17-rc4' of git://git.kernel.org/pub...
2018-05-05  Anthoine BourgeoisKVM: x86: remove APIC Timer periodic/oneshot spikes
2018-05-05  Radim KrčmářMerge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel...
2018-05-05  Linus TorvaldsMerge tag 'kbuild-fixes-v4.17' of git://git.kernel...
2018-05-05  Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2018-05-05  Linus TorvaldsMerge tag 'rproc-v4.17-1' of git://github.com/andersson...
2018-05-05  Linus TorvaldsMerge tag 'drm-fixes-for-v4.17-rc4' of git://people...
2018-05-05  Linus TorvaldsMerge tag 'trace-v4.17-rc1-3' of git://git.kernel.org...
2018-05-05  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-05-05  Linus TorvaldsMerge tag 'for-linus-20180504' of git://git.kernel...
2018-05-05  Linus TorvaldsMerge tag 'xfs-4.17-fixes-2' of git://git.kernel.org...
2018-05-05  Linus TorvaldsMerge tag 'for-4.17-rc3-tag' of git://git.kernel.org...
2018-05-05  Mauro Rossigenksyms: fix typo in parse.tab.{c,h} generation rules
2018-05-05  Masahiro Yamadakbuild: replace hardcoded bison in cmd_bison_h with...
2018-05-05  Masahiro Yamadagcc-plugins: fix build condition of SANCOV plugin
2018-05-05  Rasmus VillemoesMAINTAINERS: Update Kbuild entry with a few paths
next