]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/shortlog
mirror_ubuntu-jammy-kernel.git
2020-10-07 Darrick J.... xfs: only relog deferred intent items if free space...
2020-10-07 Darrick J.... xfs: expose the log push threshold
2020-10-07 Darrick J.... xfs: periodically relog deferred intent items
2020-10-07 Darrick J.... xfs: change the order in which child and parent defer...
2020-10-07 Darrick J.... xfs: fix an incore inode UAF in xfs_bui_recover
2020-10-07 Darrick J.... xfs: clean up xfs_bui_item_recover iget/trans_alloc...
2020-10-07 Darrick J.... xfs: clean up bmap intent item recovery checking
2020-10-07 Darrick J.... xfs: xfs_defer_capture should absorb remaining transact...
2020-10-07 Darrick J.... xfs: xfs_defer_capture should absorb remaining block...
2020-10-07 Darrick J.... xfs: proper replay of deferred ops queued during log...
2020-10-07 Darrick J.... xfs: remove XFS_LI_RECOVERED
2020-10-07 Darrick J.... xfs: remove xfs_defer_reset
2020-09-30 Dave Chinnerxfs: fix finobt btree block recovery ordering
2020-09-25 Pavel Reichlxfs: remove deprecated sysctl options
2020-09-25 Pavel Reichlxfs: remove deprecated mount options
2020-09-25 Kaixu Xiaxfs: directly call xfs_generic_create() for ->create...
2020-09-25 Darrick J.... xfs: avoid shared rmap operations for attr fork extents
2020-09-25 Gao Xiangxfs: drop the obsolete comment on filestream locking
2020-09-25 Kaixu Xiaxfs: code cleanup in xfs_attr_leaf_entsize_{remote...
2020-09-25 Kaixu Xiaxfs: do the assert for all the log done items in xfs_tr...
2020-09-25 Kaixu Xiaxfs: remove the unused parameter id from xfs_qm_dqattac...
2020-09-25 Kaixu Xiaxfs: remove the redundant crc feature check in xfs_attr...
2020-09-25 Kaixu Xiaxfs: fix some comments
2020-09-25 Kaixu Xiaxfs: remove the unnecessary xfs_dqid_t type cast
2020-09-25 Kaixu Xiaxfs: use the existing type definition for di_projid
2020-09-25 Kaixu Xiaxfs: remove the unused SYNCHRONIZE macro
2020-09-23 Gao Xiangxfs: clean up calculation of LR header blocks
2020-09-23 Gao Xiangxfs: avoid LR buffer overrun due to crafted h_len
2020-09-23 Darrick J.... xfs: don't release log intent items when recovery fails
2020-09-23 Darrick J.... xfs: attach inode to dquot in xfs_bui_item_recover
2020-09-23 Darrick J.... xfs: log new intent items created as part of finishing...
2020-09-23 Darrick J.... xfs: check dabtree node hash values when loading child...
2020-09-23 Darrick J.... xfs: don't free rt blocks when we're doing a REMAP...
2020-09-23 Chandan Babu Rxfs: Set xfs_buf's b_ops member when zeroing bitmap...
2020-09-21 Chandan Babu Rxfs: Set xfs_buf type flag when growing summary/bitmap...
2020-09-21 Brian Fosterxfs: drop extra transaction roll from inode extent...
2020-09-16 Darrick J.... xfs: deprecate the V4 format
2020-09-16 Darrick J.... xfs: don't propagate RTINHERIT -> REALTIME when there...
2020-09-16 Darrick J.... xfs: refactor inode flags propagation code
2020-09-16 Darrick J.... xfs: ensure that fpunch, fcollapse, and finsert operati...
2020-09-16 Darrick J.... xfs: make sure the rt allocator doesn't run off the end
2020-09-16 Zheng Binxfs: Remove unneeded semicolon
2020-09-16 Darrick J.... xfs: force the log after remapping a synchronous-writes...
2020-09-16 Carlos Maiolinoxfs: Convert xfs_attr_sf macros to inline functions
2020-09-16 Carlos Maiolinoxfs: Use variable-size array for nameval in xfs_attr_sf...
2020-09-16 Carlos Maiolinoxfs: Remove typedef xfs_attr_shortform_t
2020-09-16 Carlos Maiolinoxfs: remove typedef xfs_attr_sf_entry_t
2020-09-16 Carlos Maiolinoxfs: Remove kmem_zalloc_large()
2020-09-16 Darrick J.... xfs: enable big timestamps
2020-09-16 Darrick J.... xfs: trace timestamp limits
2020-09-16 Darrick J.... xfs: widen ondisk quota expiration timestamps to handle...
2020-09-16 Darrick J.... xfs: widen ondisk inode timestamps to deal with y2038+
2020-09-16 Darrick J.... xfs: redefine xfs_ictimestamp_t
2020-09-16 Darrick J.... xfs: redefine xfs_timestamp_t
2020-09-16 Darrick J.... xfs: move xfs_log_dinode_to_disk to the log recovery...
2020-09-16 Darrick J.... xfs: refactor quota timestamp coding
2020-09-16 Darrick J.... xfs: refactor default quota grace period setting code
2020-09-16 Darrick J.... xfs: refactor quota expiration timer modification
2020-09-16 Darrick J.... xfs: explicitly define inode timestamp range
2020-09-16 Darrick J.... xfs: enable new inode btree counters feature
2020-09-16 Darrick J.... xfs: support inode btree blockcounts in online repair
2020-09-16 Darrick J.... xfs: support inode btree blockcounts in online scrub
2020-09-16 Darrick J.... xfs: use the finobt block counts to speed up mount...
2020-09-16 Darrick J.... xfs: store inode btree block counts in AGI header
2020-09-16 Christoph Hellwigxfs: reuse _xfs_buf_read for re-reading the superblock
2020-09-16 Christoph Hellwigxfs: remove xfs_getsb
2020-09-16 Christoph Hellwigxfs: simplify xfs_trans_getsb
2020-09-16 Christoph Hellwigxfs: remove xlog_recover_iodone
2020-09-16 Christoph Hellwigxfs: clear the read/write flags later in xfs_buf_ioend
2020-09-16 Christoph Hellwigxfs: use xfs_buf_item_relse in xfs_buf_item_done
2020-09-16 Christoph Hellwigxfs: simplify the xfs_buf_ioend_disposition calling...
2020-09-16 Christoph Hellwigxfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioen...
2020-09-16 Christoph Hellwigxfs: remove xfs_buf_ioerror_retry
2020-09-16 Christoph Hellwigxfs: refactor xfs_buf_ioerror_fail_without_retry
2020-09-16 Christoph Hellwigxfs: fold xfs_buf_ioend_finish into xfs_ioend
2020-09-16 Christoph Hellwigxfs: move the buffer retry logic to xfs_buf.c
2020-09-16 Christoph Hellwigxfs: refactor xfs_buf_ioend
2020-09-16 Christoph Hellwigxfs: mark xfs_buf_ioend static
2020-09-16 Christoph Hellwigxfs: refactor the buf ioend disposition code
2020-09-07 Dave Chinnerxfs: xfs_iflock is no longer a completion
2020-09-07 Carlos Maiolinoxfs: remove kmem_realloc()
2020-09-07 Linus TorvaldsLinux 5.9-rc4
2020-09-06 Linus TorvaldsMerge tag 'io_uring-5.9-2020-09-06' of git://git.kernel...
2020-09-06 Linus TorvaldsMerge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel...
2020-09-06 Linus TorvaldsMerge tag 'x86-urgent-2020-09-06' of git://git.kernel...
2020-09-06 Linus TorvaldsMerge tag 'for-linus-5.9-rc4-tag' of git://git.kernel...
2020-09-05 Pavel Begunkovio_uring: fix linked deferred ->files cancellation
2020-09-05 Pavel Begunkovio_uring: fix cancel of deferred reqs with ->files
2020-09-05 Linus TorvaldsMerge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang...
2020-09-05 Linus TorvaldsMerge tag 'arc-5.9-rc4' of git://git.kernel.org/pub...
2020-09-05 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-09-05 Jason Gunthorpeinclude/linux/log2.h: add missing () around n in roundu...
2020-09-05 David Howellsmm/khugepaged.c: fix khugepaged's request size in colla...
2020-09-05 Muchun Songmm/hugetlb: fix a race between hugetlb sysctl handlers
2020-09-05 Li Xinhaimm/hugetlb: try preferred node first when alloc giganti...
2020-09-05 Ralph Campbellmm/migrate: preserve soft dirty in remove_migration_pte()
2020-09-05 Ralph Campbellmm/migrate: remove unnecessary is_zone_device_page...
2020-09-05 Alistair Popplemm/rmap: fixup copying of soft dirty and uffd ptes
2020-09-05 Alistair Popplemm/migrate: fixup setting UFFD_WP flag
2020-09-05 Yang Shimm: madvise: fix vma user-after-free
next