summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCio_uring-5.8-2020-07-24Pavel Begunkov
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-21btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo
2020-07-21btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim