summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton
2021-02-16ceph: clean up inode work queueingJeff Layton
2021-02-16ceph: fix flush_snap logic after putting capsJeff Layton
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2021-02-16zonefs: add tracepoints for file operationsJohannes Thumshirn
2021-02-15proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier
2021-02-15nfsd: register pernet ops last, unregister firstJ. Bruce Fields
2021-02-13ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-13s390,alpha: switch to 64-bit ino_tHeiko Carstens
2021-02-13io_uring: kill cached requests from exiting task closing the ringJens Axboe
2021-02-13io_uring: add helper to free all request cachesJens Axboe
2021-02-13io_uring: allow task match to be passed to io_req_cache_free()Jens Axboe
2021-02-12Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds
2021-02-12f2fs: give a warning only for readonly partitionJaegeuk Kim
2021-02-12io-wq: clear out worker ->fs and ->filesJens Axboe
2021-02-12jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang
2021-02-12ubifs: Fix off-by-one errorSascha Hauer
2021-02-12ubifs: replay: Fix high stack usage, againArnd Bergmann
2021-02-12ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu
2021-02-12jffs2: fix use after free in jffs2_sum_write_data()Tom Rix
2021-02-12um: hostfs: use a kmem cache for inodesJohannes Berg
2021-02-12Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-12io_uring: optimise io_init_req() flags settingPavel Begunkov