summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-357/+0
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds52-978/+1608
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-182/+237
2021-02-21Merge tag 'pstore-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds7-65/+315
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds34-801/+1169
2021-02-21Merge tag 'erofs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+20
2021-02-21Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-613/+984
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds51-1099/+4731
2021-02-21Merge tag 'affs-for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2021-02-21Merge tag 'jfs-5.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds4-20/+28
2021-02-21Merge tag 'locks-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-6/+13
2021-02-21Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-45/+50
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-36/+16
2021-02-21Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-26/+46
2021-02-21Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro1-4/+5
2021-02-18pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-02-13Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds4-4/+28
2021-02-13f2fs: give a warning only for readonly partitionJaegeuk Kim1-5/+3
2021-02-12Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue1-1/+2
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg3-2/+17
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2021-02-11erofs: initialized fields can only be observed after bit is setGao Xiang2-2/+18
2021-02-11erofs: fix shift-out-of-bounds of blkszbitsGao Xiang1-2/+2
2021-02-11xfs: fix boolreturn.cocci warningskernel test robot1-1/+1
2021-02-11xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2021-02-10Revert "io_uring: don't take fs for recvmsg/sendmsg"Jens Axboe1-2/+4
2021-02-10nilfs2: make splice write available againJoachim Henke1-0/+1
2021-02-10cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg1-2/+2
2021-02-10tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee1-1/+1
2021-02-10tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee1-1/+1
2021-02-10squashfs: add more sanity checks in xattr id lookupPhillip Lougher1-9/+57
2021-02-10squashfs: add more sanity checks in inode lookupPhillip Lougher1-8/+33
2021-02-10squashfs: add more sanity checks in id lookupPhillip Lougher4-12/+45
2021-02-10squashfs: avoid out of bounds writes in decompressorsPhillip Lougher1-1/+7
2021-02-09cifs: fix dfs-linksRonnie Sahlberg1-0/+8
2021-02-09fs/affs: release old buffer head on error pathPan Bian1-1/+3
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota1-1/+2
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota1-1/+22
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2-11/+28
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota1-1/+33
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota5-4/+90
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota2-6/+29
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota5-0/+80
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota1-2/+32