summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever2022-10-213-16/+18
* NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever2022-10-211-3/+2
* nfsd: Fix a memory leak in an error handling pathChristophe JAILLET2022-10-211-1/+3
* erofs: use kill_anon_super() to kill super in fscache modeJia Zhu2022-10-211-1/+1
* erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang2022-10-211-1/+1
* acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()Christian Brauner2022-10-211-16/+9
* ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2022-10-212-98/+6
* userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek2022-10-211-2/+2
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-211-1/+2
* ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-10-211-4/+5
* ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-10-211-6/+8
* ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-10-211-3/+5
* ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin2022-10-211-6/+9
* ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-10-211-5/+10
* ext4: fix i_version handling in ext4Jeff Layton2022-10-213-9/+10
* ext4: place buffer head allocation before handle startJinke Han2022-10-211-0/+7
* ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi2022-10-211-11/+5
* ext4: unconditionally enable the i_version counterJeff Layton2022-10-212-20/+7
* ext4: don't increase iversion counter for ea_inodesLukas Czerner2022-10-211-1/+6
* ext4: fix check for block being out of directory sizeJan Kara2022-10-211-1/+1
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-10-211-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-10-211-1/+1
* ext4: avoid crash when inline data creation follows DIO writeJan Kara2022-10-211-0/+6
* ext2: Add sanity checks for group and filesystem sizeJan Kara2022-10-211-2/+14
* jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin2022-10-211-0/+1
* jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin2022-10-211-3/+3
* jbd2: fix potential buffer head reference count leakYe Bin2022-10-211-1/+7
* jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2022-10-212-4/+4
* f2fs: allow direct read for zoned deviceJaegeuk Kim2022-10-211-1/+6
* f2fs: fix to do sanity check on summary infoChao Yu2022-10-212-4/+21
* f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-213-1/+21
* f2fs: increase the limit for reserve_rootJaegeuk Kim2022-10-211-2/+2
* f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-10-213-9/+21
* f2fs: complete checkpoints during remountJaegeuk Kim2022-10-211-0/+6
* f2fs: fix wrong continue condition in GCJaegeuk Kim2022-10-211-8/+4
* btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa2022-10-211-0/+3
* btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana2022-10-211-12/+46
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-10-211-0/+15
* btrfs: enhance unsupported compat RO flags handlingQu Wenruo2022-10-212-1/+19
* btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu2022-10-211-0/+1
* fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2022-10-212-14/+33
* ksmbd: Fix user namespace mappingMickaël Salaün2022-10-211-2/+4
* ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu2022-10-211-4/+9
* ksmbd: fix endless loop when encryption for response failsNamjae Jeon2022-10-211-3/+1
* ksmbd: fix incorrect handling of iterate_dirNamjae Jeon2022-10-211-10/+4
* smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-213-7/+20
* NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever2022-10-211-2/+2
* NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever2022-10-211-0/+1
* NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever2022-10-211-3/+4
* quota: Check next/prev free block number after reading from quota fileZhihao Cheng2022-10-211-0/+38