aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-20/+99
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-3/+0
2023-08-11Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 3-118/+4
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 4-3/+39
2023-08-10btrfs: set cache_block_group_error if we find an errorGravatar Josef Bacik 1-1/+4
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpGravatar Qu Wenruo 2-1/+16
2023-08-10btrfs: exit gracefully if reloc roots don't matchGravatar Qu Wenruo 1-8/+37
2023-08-10btrfs: avoid race between qgroup tree creation and relocationGravatar Qu Wenruo 1-0/+10
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeGravatar Christoph Hellwig 1-5/+5
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesGravatar Christoph Hellwig 1-0/+6
2023-08-10btrfs: don't stop integrity writeback too earlyGravatar Christoph Hellwig 1-3/+4
2023-08-10btrfs: wait for actual caching progress during allocationGravatar Josef Bacik 2-2/+17
2023-08-09Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdGravatar Linus Torvalds 2-6/+13
2023-08-10zonefs: fix synchronous direct writes to sequential filesGravatar Damien Le Moal 3-118/+4
2023-08-08Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2023-08-08Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+12
2023-08-07gfs2: Don't use filemap_splice_readGravatar Bob Peterson 1-2/+2
2023-08-07gfs2: Fix freeze consistency check in gfs2_trans_add_metaGravatar Andreas Gruenbacher 1-4/+10
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-42/+79
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingGravatar Christian Brauner 1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 10-39/+76
2023-08-06proc: fix missing conversion to 'iterate_shared'Gravatar Linus Torvalds 1-1/+1
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEGravatar Aleksa Sarai 1-1/+1
2023-08-05ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Gravatar Namjae Jeon 1-1/+8
2023-08-05ksmbd: validate command request sizeGravatar Long Li 1-5/+5
2023-08-05Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+5
2023-08-04nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputGravatar Ryusuke Konishi 3-0/+12
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsGravatar Lorenzo Stoakes 1-3/+27
2023-08-04Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-2/+17
2023-08-04file: reinstate f_pos locking optimization for regular filesGravatar Linus Torvalds 1-1/+17
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-3/+6
2023-08-03Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+4
2023-08-02Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-20/+22
2023-08-02smb: client: fix dfs link mount against w2k8Gravatar Paulo Alcantara 1-1/+5
2023-08-02ceph: defer stopping mdsc delayed_workGravatar Xiubo Li 3-2/+17
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gravatar Gao Xiang 1-2/+0
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGravatar Gao Xiang 1-3/+4
2023-07-30nfsd: Fix reading via spliceGravatar David Howells 1-3/+6
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-7/+19
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 1-12/+0
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+1
2023-07-28Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-19/+8
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Gravatar Dan Carpenter 1-1/+1
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+2
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-29/+75
2023-07-26splice, net: Fix splice_to_socket() for O_NONBLOCK socketGravatar Jan Stancek 1-0/+2
2023-07-26vboxsf: Use flexible arrays for trailing string memberGravatar Kees Cook 1-3/+3
2023-07-26cifs: add missing return value check for cifs_sb_tlinkGravatar Shyam Prasad N 1-0/+5
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 7-59/+88