summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-90/+48
2022-08-09hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro1-30/+1
2022-08-09ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro1-1/+1
2022-08-09iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro1-23/+24
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro7-18/+9
2022-08-09splice: stop abusing iov_iter_advance() to flush a pipeAl Viro1-5/+2
2022-08-09switch new_sync_{read,write}() to ITER_UBUFAl Viro1-4/+2
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro8-9/+9
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds13-253/+526
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-28/+106
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds5-8/+21
2022-08-08Merge tag 'exfat-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-138/+53
2022-08-08vfs: Check the truncate maximum size in inode_newsize_ok()David Howells1-0/+2
2022-08-07Merge tag '5.20-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/ci...Linus Torvalds26-905/+1099
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds32-340/+636
2022-08-07Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds10-149/+124
2022-08-07Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-187/+111
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds38-128/+806
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher393-9255/+12055
2022-08-05cifs: update internal module numberSteve French1-2/+2
2022-08-05cifs: alloc_mid function should be marked as staticSteve French2-4/+1
2022-08-05cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya1-7/+5
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya7-49/+43
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French13-463/+582
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang3-14/+14
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang3-11/+22
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu4-23/+19
2022-08-05f2fs: handle decompress only post processing in softirqDaeho Jeong3-93/+179
2022-08-05f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim1-0/+10
2022-08-05f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2-3/+8
2022-08-05f2fs: remove device type check for direct IOEunhee Rho1-6/+1
2022-08-05f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin3-3/+9
2022-08-05f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong1-2/+28
2022-08-05Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds85-1657/+1984
2022-08-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds25-372/+651
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-73/+162
2022-08-04Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+7
2022-08-04Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-9/+10
2022-08-04Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Linus Torvalds1-5/+1
2022-08-04Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds50-2818/+3660
2022-08-04Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-1/+779
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+7
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-40/+28
2022-08-03Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+43
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-24/+14
2022-08-03Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-108/+86
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds54-985/+350
2022-08-03ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2-0/+94
2022-08-03ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-03ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21