summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-02-22xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2021-02-22Darrick J. Wong
2021-02-22xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-02-22xfs: add a tracepoint for blockgc scansDarrick J. Wong
2021-02-22xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-02-22xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-02-22xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-02-22xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong
2021-02-22xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong
2021-02-22xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong
2021-02-22xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2021-02-22xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2021-02-22xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong
2021-02-22xfs: shut down the filesystem if we screw up quota errorsquota-function-cleanups_2021-02-22Darrick J. Wong
2021-02-22xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong
2021-02-22xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong
2021-02-22xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-22xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-22xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong
2021-02-22xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-22xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-22xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-22xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong
2021-02-22xfs: fix up build warnings when quotas are disabledDarrick J. Wong
2021-02-22xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-02-22xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-02-22xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-02-22xfs: clean up quota reservation callsitesDarrick J. Wong
2021-02-22xfs: make quota chown transactional wrt delalloc blocksDarrick J. Wong
2021-02-22xfs: fix an ABBA deadlock in xfs_renamemerge-5.12_2021-02-22Darrick J. Wong
2021-02-22xfs: use reflink to assist unaligned copy_file_range callscopy-range-faster_2021-02-22Darrick J. Wong
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-12Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds
2021-02-12Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg
2021-02-10Revert "io_uring: don't take fs for recvmsg/sendmsg"io_uring-5.11-2021-02-12Jens Axboe
2021-02-10nilfs2: make splice write available againJoachim Henke
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg
2021-02-09tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee
2021-02-09tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee
2021-02-09squashfs: add more sanity checks in xattr id lookupPhillip Lougher
2021-02-09squashfs: add more sanity checks in inode lookupPhillip Lougher
2021-02-09squashfs: add more sanity checks in id lookupPhillip Lougher
2021-02-09squashfs: avoid out of bounds writes in decompressorsPhillip Lougher
2021-02-09cifs: fix dfs-linksRonnie Sahlberg
2021-02-06Merge tag '5.11-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-02-06Merge tag 'io_uring-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-05cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song