summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.3-rc7-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-04-224-14/+24
|\
| * cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells2023-04-181-4/+6
| * cifs: Fix unbuffered readDavid Howells2023-04-181-4/+0
| * cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara2023-04-162-6/+18
* | Merge tag 'for-6.3-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-211-8/+13
|\ \
| * | btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov2023-04-211-7/+12
| * | btrfs: set default discard iops_limit to 1000Boris Burkov2023-04-211-1/+1
* | | Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-193-9/+34
|\ \ \ | |_|/ |/| |
| * | nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-181-0/+20
| * | Revert "userfaultfd: don't fail on unrecognized features"Peter Xu2023-04-161-2/+4
| * | writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-04-161-7/+10
* | | Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds2023-04-161-9/+14
|\ \ \
| * | | ksmbd: avoid out of bounds access in decode_preauth_ctxt()David Disseldorp2023-04-131-9/+14
* | | | Merge tag '6.3-rc6-smb311-client-negcontext-fix' of git://git.samba.org/sfren...Linus Torvalds2023-04-151-10/+31
|\ \ \ \
| * | | | cifs: fix negotiate context parsingDavid Disseldorp2023-04-151-10/+31
| |/ / /
* | | | netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECDavid Howells2023-04-121-1/+1
* | | | Merge tag 'for-6.3-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-112-2/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: fix fast csum implementation detectionChristoph Hellwig2023-04-062-2/+14
| * | | btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig2023-04-061-0/+2
* | | | Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-101-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | 9P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov2023-03-271-3/+5
* | | | Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-04-084-8/+12
|\ \ \ \
| * | | | cifs: double lock in cifs_reconnect_tcon()Dan Carpenter2023-04-061-1/+1
| * | | | cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-053-7/+11
* | | | | Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-086-12/+59
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-052-5/+9
| * | | | nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa2023-04-052-0/+2
| * | | | nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi2023-04-051-2/+1
| * | | | fsdax: force clear dirty mark if CoWShiyang Ruan2023-04-051-0/+37
| * | | | fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan2023-03-281-2/+2
| * | | | fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan2023-03-281-3/+8
* | | | | Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-078-79/+140
|\ \ \ \ \
| * | | | | ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon2023-04-024-37/+111
| * | | | | ksmbd: delete asynchronous work from listNamjae Jeon2023-04-024-20/+28
| * | | | | ksmbd: remove unused is_char_allowed functionTom Rix2023-03-251-18/+0
| * | | | | ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis2023-03-251-4/+1
* | | | | | Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-044-10/+11
|\ \ \ \ \ \
| * | | | | | NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo2023-04-041-2/+2
| * | | | | | NFS: Remove "select RPCSEC_GSS_KRB5Chuck Lever2023-04-041-1/+0
| * | | | | | nfsd: call op_release, even when op_func returns an errorJeff Layton2023-03-312-6/+6
| * | | | | | NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever2023-03-311-1/+3
* | | | | | | Merge tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | fs: drop peer group ids under namespace lockChristian Brauner2023-03-311-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-025-26/+107
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana2023-03-291-22/+63
| * | | | | btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2023-03-282-2/+22
| * | | | | btrfs: scan device in non-exclusive modeAnand Jain2023-03-281-1/+10
| * | | | | btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-03-282-1/+12
* | | | | | Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-04-013-10/+26
|\ \ \ \ \ \
| * | | | | | cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara2023-03-301-1/+0