summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2023-04-132-5/+6
* fs: drop peer group ids under namespace lockChristian Brauner2023-04-131-1/+1
* cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-133-7/+11
* smb3: lower default deferred close timeout to address perf regressionSteve French2023-04-131-1/+1
* smb3: allow deferred close timeout to be configurableSteve French2023-04-135-2/+22
* ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis2023-04-131-4/+1
* nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-132-5/+9
* nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi2023-04-131-2/+1
* NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo2023-04-131-2/+2
* NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever2023-04-131-1/+3
* NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster2023-04-131-2/+3
* NFSD: Fix sparse warningChuck Lever2023-04-131-1/+1
* ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2023-04-133-2/+6
* ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel2023-04-131-35/+32
* ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel2023-04-131-12/+23
* zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal2023-04-051-1/+1
* NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust2023-04-051-3/+2
* zonefs: Always invalidate last cached page on append writeDamien Le Moal2023-04-051-0/+14
* btrfs: scan device in non-exclusive modeAnand Jain2023-04-051-1/+10
* btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-04-052-1/+12
* cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp2023-04-051-1/+4
* cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara2023-04-051-2/+7
* ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon2023-04-054-16/+28
* fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers2023-04-051-11/+13
* NFSD: fix use-after-free in __nfs42_ssc_open()Dai Ngo2023-03-301-16/+6
* ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel2023-03-301-2/+16
* nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi2023-03-301-1/+1
* ksmbd: return unsupported error on smb1 mountNamjae Jeon2023-03-303-30/+30
* ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon2023-03-301-2/+2
* ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon2023-03-301-0/+4
* lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2023-03-302-9/+13
* fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry2023-03-301-6/+6
* fscrypt: destroy keyring after security_sb_delete()Eric Biggers2023-03-301-3/+12
* cifs: print session id while listing open filesShyam Prasad N2023-03-301-2/+3
* cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-301-1/+1
* ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong2023-03-301-1/+4
* ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon2023-03-301-3/+6
* ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon2023-03-301-1/+1
* cifs: Fix smb2_set_path_size()Volker Lendecke2023-03-221-7/+24
* ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-221-3/+1
* ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li2023-03-221-0/+11
* ext4: update s_journal_inum if it changes after journal replayBaokun Li2023-03-221-2/+5
* ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-03-221-10/+8
* jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu2023-03-221-8/+7
* cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu2023-03-221-12/+9
* fs: hold writers when changing mount's idmappingChristian Brauner2023-03-171-9/+20
* xfs: remove xfs_setattr_time() declarationGaosheng Cui2023-03-171-1/+0
* ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner2023-03-171-1/+20
* ext4: add strict range checks while freeing blocksRitesh Harjani2023-03-171-13/+3
* ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2023-03-172-9/+20