summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-128-20/+99
|\
| * btrfs: set cache_block_group_error if we find an errorJosef Bacik2023-08-101-1/+4
| * btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-102-1/+16
| * btrfs: exit gracefully if reloc roots don't matchQu Wenruo2023-08-101-8/+37
| * btrfs: avoid race between qgroup tree creation and relocationQu Wenruo2023-08-101-0/+10
| * btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig2023-08-101-5/+5
| * btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig2023-08-101-0/+6
| * btrfs: don't stop integrity writeback too earlyChristoph Hellwig2023-08-101-3/+4
| * btrfs: wait for actual caching progress during allocationJosef Bacik2023-08-102-2/+17
* | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-3/+0
* | Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-08-113-118/+4
|\ \
| * | zonefs: fix synchronous direct writes to sequential filesDamien Le Moal2023-08-103-118/+4
* | | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-114-3/+39
|\ \ \
| * | | nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi2023-08-043-0/+12
| * | | fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes2023-08-041-3/+27
* | | | Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdLinus Torvalds2023-08-092-6/+13
|\ \ \ \
| * | | | ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon2023-08-051-1/+8
| * | | | ksmbd: validate command request sizeLong Li2023-08-051-5/+5
| |/ / /
* | | | Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-081-3/+3
|\ \ \ \
| * | | | vboxsf: Use flexible arrays for trailing string memberKees Cook2023-07-261-3/+3
* | | | | Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-082-6/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gfs2: Don't use filemap_splice_readBob Peterson2023-08-071-2/+2
| * | | | gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher2023-08-071-4/+10
* | | | | Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-0613-42/+79
|\ \ \ \ \
| * | | | | fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner2023-08-061-1/+1
| * | | | | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-0610-39/+76
| * | | | | proc: fix missing conversion to 'iterate_shared'Linus Torvalds2023-08-061-1/+1
| * | | | | open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai2023-08-061-1/+1
* | | | | | Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-08-051-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | smb: client: fix dfs link mount against w2k8Paulo Alcantara2023-08-021-1/+5
| | |_|/ / | |/| | |
* | | | | Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2023-08-043-2/+17
|\ \ \ \ \
| * | | | | ceph: defer stopping mdsc delayed_workXiubo Li2023-08-023-2/+17
| |/ / / /
* | | | | file: reinstate f_pos locking optimization for regular filesLinus Torvalds2023-08-041-1/+17
* | | | | Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-08-031-3/+6
|\ \ \ \ \
| * | | | | nfsd: Fix reading via spliceDavid Howells2023-07-301-3/+6
* | | | | | Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-032-5/+4
|\ \ \ \ \ \
| * | | | | | erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang2023-08-011-2/+0
| * | | | | | erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang2023-08-011-3/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-022-20/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | exfat: release s_lock before calling dir_emit()Sungjong Seo2023-07-151-15/+12
| * | | | | exfat: check if filename entries exceeds max filename lengthNamjae Jeon2023-07-131-2/+7
| * | | | | exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming2023-07-111-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-298-7/+19
|\ \ \ \ \
| * | | | | cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N2023-07-261-0/+5
| * | | | | smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French2023-07-251-1/+3
| * | | | | cifs: fix charset issue in reconnectionWinston Wen2023-07-255-4/+9
| * | | | | fs/nls: make load_nls() take a const parameterWinston Wen2023-07-251-2/+2
* | | | | | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-12/+0
* | | | | | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-281-1/+1
|\ \ \ \ \ \
| * | | | | | proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter2023-07-271-1/+1
| |/ / / / /