summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-08-224-18/+31
|\
| * NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin2023-08-191-3/+2
| * NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin2023-08-191-3/+2
| * NFS: Fix sysfs server name memory leakBenjamin Coddington2023-08-191-1/+3
| * NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust2023-08-171-10/+16
| * NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington2023-07-021-1/+8
* | Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-198-62/+113
|\ \
| * | btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-181-4/+2
| * | btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-171-2/+1
| * | btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason2023-08-171-1/+24
| * | btrfs: fix replace/scrub failure with metadata_uuidAnand Jain2023-08-171-1/+2
| * | btrfs: fix infinite directory readsFilipe Manana2023-08-144-54/+84
* | | smb: client: fix null authScott Mayhew2023-08-161-0/+4
* | | Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-08-152-8/+27
|\ \ \
| * | | smb3: display network namespace in debug informationSteve French2023-08-141-0/+10
| * | | cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-141-1/+1
| * | | cifs: fix potential oops in cifs_oplock_breakSteve French2023-08-101-7/+16
* | | | 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