]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/shortlog
mirror_ubuntu-hirsute-kernel.git
2020-07-29 Allison Collinsxfs: Check for -ENOATTR or -EEXIST
2020-07-29 Allison Collinsxfs: Add xfs_has_attr and subroutines
2020-07-29 Carlos Maiolinoxfs: Refactor xfs_da_state_alloc() helper
2020-07-29 Carlos Maiolinoxfs: remove xfs_zone_{alloc,zalloc} helpers
2020-07-29 Carlos Maiolinoxfs: Modify xlog_ticket_alloc() to use kernel's MM API
2020-07-29 Carlos Maiolinoxfs: Remove kmem_zone_zalloc() usage
2020-07-29 Carlos Maiolinoxfs: Remove kmem_zone_alloc() usage
2020-07-29 Randy Dunlapxfs: xfs_btree_staging.h: delete duplicated words
2020-07-29 Darrick J.... xfs: rename the ondisk dquot d_flags to d_type
2020-07-29 Darrick J.... xfs: improve ondisk dquot flags checking
2020-07-29 Darrick J.... xfs: create xfs_dqtype_t to represent quota types
2020-07-29 Darrick J.... xfs: replace a few open-coded XFS_DQTYPE_REC_MASK uses
2020-07-29 Darrick J.... xfs: remove unnecessary quota type masking
2020-07-29 Darrick J.... xfs: always use xfs_dquot_type when extracting type...
2020-07-29 Darrick J.... xfs: refactor quota type testing
2020-07-29 Darrick J.... xfs: remove the XFS_QM_IS[UGP]DQ macros
2020-07-29 Darrick J.... xfs: refactor testing if a particular dquot is being...
2020-07-29 Darrick J.... xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
2020-07-29 Darrick J.... xfs: drop the type parameter from xfs_dquot_verify
2020-07-29 Darrick J.... xfs: add more dquot tracepoints
2020-07-29 Darrick J.... xfs: actually bump warning counts when we send warnings
2020-07-29 Darrick J.... xfs: assume the default quota limits are always set...
2020-07-29 Darrick J.... xfs: refactor xfs_trans_apply_dquot_deltas
2020-07-29 Darrick J.... xfs: refactor xfs_trans_dqresv
2020-07-29 Darrick J.... xfs: refactor xfs_qm_scall_setqlim
2020-07-29 Darrick J.... xfs: refactor quota exceeded test
2020-07-29 Darrick J.... xfs: remove unnecessary arguments from quota adjust...
2020-07-29 Darrick J.... xfs: refactor default quota limits by resource
2020-07-29 Darrick J.... xfs: remove qcore from incore dquots
2020-07-29 Darrick J.... xfs: stop using q_core timers in the quota code
2020-07-29 Darrick J.... xfs: stop using q_core warning counters in the quota...
2020-07-29 Darrick J.... xfs: stop using q_core counters in the quota code
2020-07-29 Darrick J.... xfs: stop using q_core limits in the quota code
2020-07-29 Darrick J.... xfs: use a per-resource struct for incore dquot data
2020-07-29 Darrick J.... xfs: stop using q_core.d_id in the quota code
2020-07-29 Darrick J.... xfs: stop using q_core.d_flags in the quota code
2020-07-29 Darrick J.... xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk...
2020-07-29 Darrick J.... xfs: rename dquot incore state flags
2020-07-29 Darrick J.... xfs: refactor quotacheck flags usage
2020-07-29 Darrick J.... xfs: move the flags argument of xfs_qm_scall_trunc_qfil...
2020-07-29 Darrick J.... xfs: validate ondisk/incore dquot flags
2020-07-29 Darrick J.... xfs: fix inode quota reservation checks
2020-07-29 Darrick J.... xfs: clear XFS_DQ_FREEING if we can't lock the dquot...
2020-07-29 Brian Fosterxfs: fix inode allocation block res calculation precedence
2020-07-29 Brian Fosterxfs: drain the buf delwri queue before xfsaild idles
2020-07-17 Eric Sandeenxfs: preserve inode versioning across remounts
2020-07-14 YueHaibingxfs: remove duplicated include from xfs_buf_item.c
2020-07-14 Christoph Hellwigxfs: remove SYNC_WAIT and SYNC_TRYLOCK
2020-07-14 Gao Xiangxfs: get rid of unnecessary xfs_perag_{get,put} pairs
2020-07-09 Waiman Longxfs: Fix false positive lockdep warning with sb_interna...
2020-07-07 Darrick J.... xfs: rtbitmap scrubber should check inode size
2020-07-07 Darrick J.... xfs: rtbitmap scrubber should verify written extents
2020-07-07 Dave Chinnerxfs: remove xfs_inobp_check()
2020-07-07 Dave Chinnerxfs: factor xfs_iflush_done
2020-07-07 Dave Chinnerxfs: rework xfs_iflush_cluster() dirty inode iteration
2020-07-07 Dave Chinnerxfs: rename xfs_iflush_int()
2020-07-07 Dave Chinnerxfs: xfs_iflush() is no longer necessary
2020-07-07 Dave Chinnerxfs: attach inodes to the cluster buffer when dirtied
2020-07-07 Dave Chinnerxfs: rework stale inodes in xfs_ifree_cluster
2020-07-07 Dave Chinnerxfs: clean up inode reclaim comments
2020-07-07 Dave Chinnerxfs: remove SYNC_WAIT from xfs_reclaim_inodes()
2020-07-07 Dave Chinnerxfs: remove SYNC_TRYLOCK from inode reclaim
2020-07-07 Dave Chinnerxfs: don't block inode reclaim on the ILOCK
2020-07-07 Dave Chinnerxfs: allow multiple reclaimers per AG
2020-07-07 Dave Chinnerxfs: remove IO submission from xfs_reclaim_inode()
2020-07-07 Dave Chinnerxfs: make inode reclaim almost non-blocking
2020-07-07 Dave Chinnerxfs: pin inode backing buffer to the inode log item
2020-07-07 Dave Chinnerxfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
2020-07-07 Dave Chinnerxfs: unwind log item error flagging
2020-07-07 Dave Chinnerxfs: handle buffer log item IO errors directly
2020-07-07 Dave Chinnerxfs: get rid of log item callbacks
2020-07-07 Dave Chinnerxfs: clean up the buffer iodone callback functions
2020-07-06 Dave Chinnerxfs: use direct calls for dquot IO completion
2020-07-06 Dave Chinnerxfs: make inode IO completion buffer centric
2020-07-06 Dave Chinnerxfs: clean up whacky buffer log item list reinit
2020-07-06 Dave Chinnerxfs: call xfs_buf_iodone directly
2020-07-06 Dave Chinnerxfs: mark log recovery buffers for completion
2020-07-06 Dave Chinnerxfs: mark dquot buffers in cache
2020-07-06 Dave Chinnerxfs: mark inode buffers in cache
2020-07-06 Dave Chinnerxfs: add an inode item lock
2020-07-06 Dave Chinnerxfs: remove logged flag from inode log item
2020-07-06 Dave Chinnerxfs: Don't allow logging of XFS_ISTALE inodes
2020-07-06 Yafang Shaoxfs: remove useless definitions in xfs_linux.h
2020-07-06 Dave Chinnerxfs: use MMAPLOCK around filemap_map_pages()
2020-07-06 Darrick J.... xfs: move helpers that lock and unlock two inodes again...
2020-07-06 Darrick J.... xfs: refactor locking and unlocking two inodes against...
2020-07-06 Darrick J.... xfs: fix xfs_reflink_remap_prep calling conventions
2020-07-06 Darrick J.... xfs: reflink can skip remap existing mappings
2020-07-06 Darrick J.... xfs: only reserve quota blocks if we're mapping into...
2020-07-06 Darrick J.... xfs: only reserve quota blocks for bmbt changes if...
2020-07-06 Darrick J.... xfs: redesign the reflink remap loop to fix blkres...
2020-07-06 Darrick J.... xfs: rename xfs_bmap_is_real_extent to is_written_extent
2020-07-06 Darrick J.... xfs: fix reflink quota reservation accounting error
2020-07-06 Darrick J.... xfs: don't eat an EIO/ENOSPC writeback error when scrub...
2020-07-06 Brian Fosterxfs: preserve rmapbt swapext block reservation from...
2020-07-06 Keyur Patelxfs: Couple of typo fixes in comments
2020-07-05 Linus TorvaldsLinux 5.8-rc4
2020-07-05 Linus Torvaldsx86/ldt: use "pr_info_once()" instead of open-coding...
2020-07-05 Linus TorvaldsMerge tag 'x86-urgent-2020-07-05' of git://git.kernel...
2020-07-05 Linus TorvaldsMerge tag 'irq-urgent-2020-07-05' of git://git.kernel...
next