]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2018-05-16 Omar Sandovaliomap: provide more useful errors for invalid swap files
2018-05-16 Eric Sandeenxfs: implement online get/set fs label
2018-05-16 Eric Sandeenfs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfs
2018-05-16 Dave Chinnerxfs: factor the ag length extension code into libxfs
2018-05-16 Dave Chinnerxfs: move growfs core to libxfs
2018-05-16 Dave Chinnerxfs: rework secondary superblock updates in growfs
2018-05-16 Dave Chinnerxfs: separate secondary sb update in growfs
2018-05-16 Dave Chinnerxfs: make imaxpct changes in growfs separate
2018-05-16 Dave Chinnerxfs: turn ag header initialisation into a table driven...
2018-05-16 Dave Chinnerxfs: factor ag btree root block initialisation
2018-05-16 Dave Chinnerxfs: convert growfs AG header init to use buffer lists
2018-05-16 Dave Chinnerxfs: factor out AG header initialisation from growfs core
2018-05-16 Dave Chinnerxfs: one-shot cached buffers
2018-05-16 Darrick J. Wongxfs: implement the metadata repair ioctl flag
2018-05-16 Darrick J. Wongxfs: create tracepoints for online repair
2018-05-16 Darrick J. Wongxfs: teach xfs_bmapi_remap to accept some bmapi flags
2018-05-16 Darrick J. Wongxfs: make xfs_bmapi_remapi work with attribute forks
2018-05-16 Darrick J. Wongxfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
2018-05-16 Darrick J. Wongxfs: avoid ABBA deadlock when scrubbing parent pointers
2018-05-16 Darrick J. Wongxfs: scrub the data fork of the realtime inodes
2018-05-16 Darrick J. Wongxfs: quota scrub should use bmapbtd scrubber
2018-05-16 Darrick J. Wongxfs: don't continue scrub if already corrupt
2018-05-16 Darrick J. Wongxfs: refactor quota limits initialization
2018-05-16 Darrick J. Wongxfs: superblock scrub should use short-lived buffers
2018-05-16 Darrick J. Wongxfs: 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. Wongiomap: add a swapfile activation function
2018-05-16 Darrick J. Wongxfs: halt auto-reclamation activities while rebuilding rmap
2018-05-16 Darrick J. Wongxfs: add BMAPI_NORMAP flag to perform block remapping...
2018-05-16 Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-05-16 Darrick J. Wongxfs: add repair helpers for the reverse mapping btree
2018-05-16 Darrick J. Wongxfs: expose various functions to repair code
2018-05-16 Darrick J. Wongxfs: add helpers to calculate btree size
2018-05-16 Darrick J. Wongxfs: refactor scrub transaction allocation function
2018-05-16 Darrick J. Wongxfs: btree scrub should check minrecs
2018-05-16 Darrick J. Wongxfs: clean up scrub usage of KM_NOFS
2018-05-16 Darrick J. Wongxfs: avoid ilock games in the quota scrubber
2018-05-16 Darrick J. Wongxfs: refactor dquot iteration
2018-05-10 Darrick J. Wongxfs: rename on-disk dquot counter zap functions
2018-05-10 Darrick J. Wongxfs: replace XFS_QMOPT_DQALLOC with a simple boolean
2018-05-10 Darrick J. Wongxfs: remove direct calls to _qm_dqread
2018-05-10 Darrick J. Wongxfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
2018-05-10 Darrick J. Wongxfs: refactor incore dquot initialization functions
2018-05-10 Darrick J. Wongxfs: fetch dquots directly during quotacheck
2018-05-10 Darrick J. Wongxfs: split out dqget for inodes from regular dqget
2018-05-10 Darrick J. Wongxfs: remove unnecessary xfs_qm_dqattach parameter
2018-05-10 Darrick J. Wongxfs: delegate dqget input checks to helper function
2018-05-10 Darrick J. Wongxfs: refactor dquot cache handling
2018-05-10 Darrick J. Wongxfs: refactor XFS_QMOPT_DQNEXT out of existence
2018-05-10 Darrick J. Wongxfs: don't spray logs when dquot flush/purge fail
2018-05-10 Darrick J. Wongxfs: 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 reuse
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. Wongxfs: add missing rmap error return
2018-05-09 Darrick J. Wongxfs: 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 v4.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...
next