summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-116-56/+62
|\
| * ksmbd: validate smb request protocol idNamjae Jeon2023-06-022-3/+16
| * ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon2023-06-021-0/+12
| * ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon2023-06-022-4/+4
| * ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon2023-06-021-42/+24
| * ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon2023-06-021-7/+6
* | Merge tag 'ceph-for-6.4-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2023-06-092-1/+9
|\ \
| * | ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-082-1/+9
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-092-7/+5
|\ \ \
| * | | ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o2023-06-081-2/+4
| * | | Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o2023-06-081-5/+1
| |/ /
* | | Merge tag 'xfs-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-0824-229/+427
|\ \ \
| * | | xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-058-37/+60
| * | | xfs: validate block number being freed before adding to xefiDave Chinner2023-06-058-23/+62
| * | | xfs: validity check agbnos on the AGFLDave Chinner2023-06-051-0/+3
| * | | xfs: fix agf/agfl verification on v4 filesystemsDave Chinner2023-06-051-17/+42
| * | | xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()Dave Chinner2023-06-051-1/+0
| * | | xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong2023-06-051-12/+13
| * | | xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven2023-06-051-4/+4
| * | | xfs: fix AGF vs inode cluster buffer deadlockDave Chinner2023-06-054-106/+166
| * | | xfs: defered work could create precommitsDave Chinner2023-06-051-0/+5
| * | | xfs: restore allocation trylock iterationDave Chinner2023-06-051-6/+7
| * | | xfs: buffer pins need to hold a buffer referenceDave Chinner2023-06-051-23/+65
| |/ /
* | | afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-071-0/+3
* | | Merge tag 'gfs2-v6.4-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-061-3/+14
|\ \ \ | |/ / |/| |
| * | gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher2023-06-011-3/+14
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-021-1/+15
|\ \ \
| * | | Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo2023-06-021-1/+15
* | | | Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-022-20/+32
|\ \ \ \
| * | | | btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo2023-06-012-20/+32
* | | | | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-022-7/+10
|\ \ \ \ \
| * | | | | nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-6/+1
| * | | | | nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2023-05-231-1/+9
* | | | | | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-1/+3
| |_|_|_|/ |/| | | |
* | | | | Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-013-77/+100
|\ \ \ \ \
| * | | | | ksmbd: call putname after using the last componentNamjae Jeon2023-05-261-2/+6
| * | | | | ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-05-261-18/+3
| * | | | | ksmbd: fix UAF issue from opinfo->connNamjae Jeon2023-05-261-25/+47
| * | | | | ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen2023-05-261-19/+34
| * | | | | ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen2023-05-261-5/+5
| * | | | | ksmbd: fix credit count leakageNamjae Jeon2023-05-261-5/+1
| * | | | | ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon2023-05-261-3/+3
| * | | | | ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon2023-05-261-0/+1
* | | | | | Merge tag '6.4-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-313-3/+6
|\ \ \ \ \ \
| * | | | | | cifs: address unused variable warningSteve French2023-05-271-1/+5
| * | | | | | smb: delete an unnecessary statementDan Carpenter2023-05-261-1/+0
| * | | | | | smb3: missing null check in SMB2_change_notifySteve French2023-05-251-1/+1
| |/ / / / /
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-315-47/+64
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o2023-05-301-12/+12
| * | | | ext4: fix fsync for non-directoriesJan Kara2023-05-301-0/+7