summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* xfs: fix livelock in delayed allocation at ENOSPCDave Chinner2023-05-301-1/+0
* cifs: fix smb1 mount regressionPaulo Alcantara2023-05-301-1/+1
* cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum sizeDavid Howells2023-05-301-1/+2
* 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
* cifs: missing lock when updating session statusSteve French2023-05-241-2/+6
* fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai2023-05-241-1/+1
* fs/ntfs3: Add length check in indx_get_rootEdward Lo2023-05-241-1/+10
* fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-05-241-0/+6
* fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal2023-05-241-0/+3
* fs/ntfs3: Enhance the attribute size checkEdward Lo2023-05-241-7/+2
* fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin2023-05-241-0/+1
* f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim2023-05-243-7/+29
* 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
* 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
* ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-171-1/+11
* ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o2023-05-171-1/+2
* ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-172-17/+42
* ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-171-3/+10
* ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li2023-05-171-1/+1
* ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-173-13/+40
* ext4: fix data races when using cached status extentsJan Kara2023-05-171-17/+13
* ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-171-4/+2
* ext4: fix WARNING in mb_find_extentYe Bin2023-05-171-0/+25
* fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-05-175-8/+8
* f2fs: fix potential corruption when moving a directoryJaegeuk Kim2023-05-171-1/+15