summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-77/+84
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig1-0/+3
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu1-10/+12
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu1-2/+4
2021-11-06d_path: fix Kernel doc validator complainingJia He1-5/+3
2021-11-06fs/posix_acl.c: avoid -Wempty-body warningArnd Bergmann1-2/+1
2021-11-06ocfs2: do not zero pages beyond i_sizeJan Kara1-7/+12
2021-11-06ocfs2: fix data corruption on truncateJan Kara1-2/+6
2021-11-06ocfs2/dlm: remove redundant assignment of variable retColin Ian King1-1/+0
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic4-46/+27
2021-11-06ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi1-0/+2
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-80/+89
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds5-91/+23
2021-11-03Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-29/+22
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds88-900/+1649
2021-11-02Merge tag 'afs-next-20211102' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-28/+27
2021-11-02Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-136/+186
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-190/+544
2021-11-02afs: Set mtime from the client for yfs create operationsMarc Dionne1-19/+13
2021-11-02afs: Sort out symlink readingDavid Howells3-9/+14
2021-11-02Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-11-02Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-11/+99
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+2
2021-11-02Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+7
2021-11-02Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+6
2021-11-02Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-20/+24
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds51-2903/+4439
2021-11-01btrfs: fix lzo_decompress_bio() kmap leakageLinus Torvalds1-1/+2
2021-11-01Merge tag 'exfat-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-299/+959
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds8-40/+87
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-57/+26
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds10-21/+21
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds3-120/+44
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds24-59/+42
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-848/+983
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds18-61/+68
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds6-156/+27
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-13/+15
2021-11-01exfat: fix incorrect loading of i_blocks for large filesSungjong Seo1-1/+1
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-10-30xfs: use swap() to make code cleanerChangcheng Deng1-8/+2
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing1-1/+0
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-33/+72
2021-10-29io-wq: remove worker to owner tw dependencyPavel Begunkov1-9/+37
2021-10-29io_uring: harder fdinfo sq/cq ring iteratingJens Axboe1-22/+29
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba1-11/+25