summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-141-0/+3
* f2fs: fix iostat lock protectionQilin Tan2023-06-141-2/+2
* ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o2023-06-091-12/+12
* ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-06-091-18/+3
* 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
* 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
* 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
* 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: 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
* 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
* 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: fix lockdep warning when enabling MMPJan Kara2023-05-241-9/+21
* 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: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim2023-05-241-1/+3
* 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: 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