summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-29xfs: improve ondisk dquot flags checkingDarrick J. Wong
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-29xfs: replace a few open-coded XFS_DQTYPE_REC_MASK usesDarrick J. Wong
2020-07-29xfs: remove unnecessary quota type maskingDarrick J. Wong
2020-07-29xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong
2020-07-29xfs: refactor quota type testingDarrick J. Wong
2020-07-29xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong
2020-07-29xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-29xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong
2020-07-29xfs: add more dquot tracepointsremove-quota-qcore_2020-07-29Darrick J. Wong
2020-07-29xfs: actually bump warning counts when we send warningsDarrick J. Wong
2020-07-29xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong
2020-07-29xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong
2020-07-29xfs: refactor xfs_trans_dqresvDarrick J. Wong
2020-07-29xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong
2020-07-29xfs: refactor quota exceeded testDarrick J. Wong
2020-07-29xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong
2020-07-29xfs: refactor default quota limits by resourceDarrick J. Wong
2020-07-29xfs: remove qcore from incore dquotsDarrick J. Wong
2020-07-29xfs: stop using q_core timers in the quota codeDarrick J. Wong
2020-07-29xfs: stop using q_core warning counters in the quota codeDarrick J. Wong
2020-07-29xfs: stop using q_core counters in the quota codeDarrick J. Wong
2020-07-29xfs: stop using q_core limits in the quota codeDarrick J. Wong
2020-07-29xfs: use a per-resource struct for incore dquot dataDarrick J. Wong
2020-07-29xfs: stop using q_core.d_id in the quota codeDarrick J. Wong
2020-07-29xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong
2020-07-29xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong
2020-07-29xfs: rename dquot incore state flagsDarrick J. Wong
2020-07-29xfs: refactor quotacheck flags usageDarrick J. Wong
2020-07-29xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong
2020-07-29xfs: validate ondisk/incore dquot flagsDarrick J. Wong
2020-07-29xfs: fix inode quota reservation checksDarrick J. Wong
2020-07-29xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong
2020-07-29xfs: move helpers that lock and unlock two inodes against userspace IOreflink-cleanups_2020-07-29Darrick J. Wong
2020-07-29xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-07-29xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-07-29xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-07-29xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-07-29xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-07-29xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-29xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-07-29xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-07-29xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkxfs-5.8-fixes_2020-07-29Darrick J. Wong
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds