summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher4-7/+7
2023-06-15gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher1-7/+0
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher5-11/+12
2023-06-15gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher2-7/+7
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher5-9/+9
2023-06-13gfs2: retry interrupted internal readsAndreas Gruenbacher1-4/+7
2023-06-13gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-06-12gfs2: Fix duplicate should_fault_in_pages() callBob Peterson1-1/+1
2023-06-12gfs2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2-1/+3
2023-06-06gfs2: Don't remember delete unless it's successfulBob Peterson1-3/+3
2023-06-06gfs2: Update rl_unlinked before releasing rgrp lockBob Peterson1-1/+1
2023-06-06gfs2: Fix gfs2_qa_get imbalance in gfs2_quota_holdBob Peterson1-0/+1
2023-06-06gfs2: ignore rindex_update failure in dinode_deallocBob Peterson1-3/+1
2023-06-06gfs2: fix minor comment typosBob Peterson1-2/+2
2023-06-06gfs2: simplify gdlm_put_lock with out_free labelBob Peterson1-13/+10
2023-06-06Merge tag 'gfs2-v6.4-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+14
2023-06-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+15
2023-06-03Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-20/+32
2023-06-02Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo1-1/+15
2023-06-02Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-7/+10
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-1/+3
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo2-20/+32
2023-06-01gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher1-3/+14
2023-06-01Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-77/+100
2023-06-01Merge tag '6.4-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-3/+6
2023-05-31Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-47/+64
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-6/+1
2023-05-31Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-05-30ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o1-12/+12
2023-05-30ext4: fix fsync for non-directoriesJan Kara1-0/+7
2023-05-30ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2-0/+6
2023-05-30ext4: disallow ea_inodes with extended attributesTheodore Ts'o1-0/+3
2023-05-30ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o1-0/+1
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o3-35/+35
2023-05-27cifs: address unused variable warningSteve French1-1/+5
2023-05-27smb: delete an unnecessary statementDan Carpenter1-1/+0
2023-05-27ksmbd: call putname after using the last componentNamjae Jeon1-2/+6
2023-05-27ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon1-18/+3
2023-05-27ksmbd: fix UAF issue from opinfo->connNamjae Jeon1-25/+47
2023-05-27ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen1-19/+34
2023-05-27ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen1-5/+5
2023-05-27ksmbd: fix credit count leakageNamjae Jeon1-5/+1
2023-05-27ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon1-3/+3
2023-05-27ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon1-0/+1
2023-05-27btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan1-1/+1
2023-05-27btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang1-1/+1
2023-05-27btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig1-1/+1
2023-05-26Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2023-05-26smb3: missing null check in SMB2_change_notifySteve French1-1/+1
2023-05-26Merge tag '6.4-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds148-25/+45