summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-05-302-0/+6
| * | | | ext4: disallow ea_inodes with extended attributesTheodore Ts'o2023-05-301-0/+3
| * | | | ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o2023-05-301-0/+1
| * | | | ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o2023-05-283-35/+35
* | | | | Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-303-3/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan2023-05-261-1/+1
| * | | btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang2023-05-261-1/+1
| * | | btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig2023-05-261-1/+1
* | | | Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-264-4/+32
|\| | | | |/ / |/| |
| * | btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-171-0/+9
| * | btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-05-171-1/+3
| * | btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2023-05-172-3/+20
* | | Merge tag '6.4-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-25148-25/+45
|\ \ \
| * | | cifs: correct references in Documentation to old fs/cifs pathSteve French2023-05-242-2/+2
| * | | smb: move client and server files to common directory fs/smbSteve French2023-05-24148-19/+26
| * | | cifs: mapchars mount option ignoredSteve French2023-05-241-0/+8
| * | | smb3: display debug information better for encryptionSteve French2023-05-241-2/+6
| * | | cifs: fix smb1 mount regressionPaulo Alcantara2023-05-241-1/+1
| * | | cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum sizeDavid Howells2023-05-231-1/+2
* | | | Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-251-6/+9
|\ \ \ \
| * | | | fs: don't call posix_acl_listxattr in generic_listxattrJeff Layton2023-05-171-6/+9
* | | | | Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-235-11/+11
|\ \ \ \ \
| * | | | | erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2023-05-232-2/+1
| * | | | | erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu2023-05-232-8/+9
| * | | | | erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_initJingbo Xu2023-05-231-1/+1
| |/ / / /
* | | | | Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-05-222-4/+12
|\ \ \ \ \ | |_|/ / / |/| | | |