aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-02-22Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-02-22Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher
2021-02-22gfs2: Rework the log space allocation logicAndreas Gruenbacher
2021-02-22gfs2: Minor calc_reserved cleanupAndreas Gruenbacher
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon
2021-02-21Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-21Merge tag 'for-linus-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-21Merge tag 'pstore-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-02-21Merge tag 'erofs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-02-21Merge tag 'affs-for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-21Merge tag 'jfs-5.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2021-02-21Merge tag 'locks-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-02-21Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-20Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro
2021-02-18pstore: Fix typo in compression option nameJiri Bohac
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman
2021-02-18zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki
2021-02-17gfs2: Use resource group glock sharingBob Peterson
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson
2021-02-17gfs2: Add local resource group lockingAndreas Gruenbacher
2021-02-17gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher
2021-02-17gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}Andreas Gruenbacher
2021-02-17gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher
2021-02-17gfs2: Don't search for unreserved space twiceAndreas Gruenbacher
2021-02-17gfs2: Only pass reservation down to gfs2_rbm_findAndreas Gruenbacher
2021-02-17gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptAndreas Gruenbacher
2021-02-16io_uring: tctx->task_lock should be IRQ safeJens Axboe
2021-02-16ceph: defer flushing the capsnap if the Fb is usedXiubo Li