summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-141-0/+3
* ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o2023-06-091-12/+12
* xfs: verify buffer contents when we skip log replayDarrick J. Wong2023-06-091-0/+10
* fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-06-091-0/+6
* ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen2023-06-091-19/+34
* ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen2023-06-091-5/+5
* ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-06-091-18/+3
* ksmbd: fix UAF issue from opinfo->connNamjae Jeon2023-06-091-25/+47
* ksmbd: fix credit count leakageNamjae Jeon2023-06-091-5/+1
* ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-06-092-0/+6
* ext4: disallow ea_inodes with extended attributesTheodore Ts'o2023-06-091-0/+3
* ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o2023-06-091-0/+1
* ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o2023-06-093-35/+35
* btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan2023-06-091-1/+1
* ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-06-091-1/+2
* gfs2: Don't deref jdesc in evictBob Peterson2023-06-091-0/+8
* btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana2023-06-091-0/+2
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-06-091-6/+1
* nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2023-06-091-1/+9
* cifs: mapchars mount option ignoredSteve French2023-05-301-0/+8
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* ocfs2: Switch to security_inode_init_security()Roberto Sassu2023-05-302-4/+28
* nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-241-0/+18
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-241-0/+13
* statfs: enforce statfs[64] structure initializationIlya Leoshkevich2023-05-241-2/+2
* ksmbd: fix global-out-of-bounds in smb2_find_context_valsChih-Yen Chang2023-05-243-10/+11
* ksmbd: fix wrong UserName check in session_userChih-Yen Chang2023-05-241-3/+2
* ksmbd: allocate one more byte for implied bcc[0]Chih-Yen Chang2023-05-241-1/+2
* ksmbd: smb2: Allow messages padded to 8byte boundaryGustav Johansson2023-05-241-1/+4
* SMB3: drop reference to cfile before sending oplock breakBharath SM2023-05-244-16/+21
* SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM2023-05-241-8/+1
* f2fs: fix to check readonly condition correctlyChao Yu2023-05-242-1/+6
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-05-242-3/+12
* f2fs: Fix system crash due to lack of free space in LFSYonggil Song2023-05-243-11/+40
* ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo2023-05-241-18/+31
* ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi2023-05-241-6/+10
* gfs2: Fix inode height consistency checkAndreas Gruenbacher2023-05-241-1/+2
* ext2: Check block size validity during mountJan Kara2023-05-242-0/+8
* fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa2023-05-241-5/+23
* open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner2023-05-241-5/+13
* ext4: allow ext4_get_group_info() to failTheodore Ts'o2023-05-245-29/+82
* ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is setKemeng Shi2023-05-241-1/+1
* ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o2023-05-241-1/+5
* ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o2023-05-242-8/+17
* f2fs: inode: fix to do sanity check on extent cache correctlyChao Yu2023-05-173-16/+32
* f2fs: fix to do sanity check on extent cache correctlyChao Yu2023-05-171-6/+6
* ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-171-2/+3
* ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-171-1/+5
* ext4: fix lockdep warning when enabling MMPJan Kara2023-05-171-9/+21
* ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-171-1/+1