summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: print checksum type and implementation at mount timeDavid Sterba
2023-04-20ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao
2023-04-20nilfs2: fix sysfs interface lifetimeRyusuke Konishi
2023-04-20nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi
2023-04-20NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo
2023-04-05gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2023-04-05ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin
2023-04-05zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal
2023-04-05btrfs: scan device in non-exclusive modeAnand Jain
2023-04-05NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust
2023-04-05btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-04-05cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp
2023-04-05cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara
2023-04-05fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers
2023-04-05NFSD: fix use-after-free in __nfs42_ssc_open()Dai Ngo
2023-04-05xfs: don't reuse busy extents on extent trimBrian Foster
2023-04-05xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong
2023-04-05ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel
2023-04-05nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi
2023-04-05fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry
2023-04-05cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-22xfs: remove xfs_setattr_time() declarationGaosheng Cui
2023-03-22attr: use consistent sgid stripping checksAmir Goldstein
2023-03-22attr: add setattr_should_drop_sgid()Amir Goldstein
2023-03-22fs: move should_remove_suid()Amir Goldstein
2023-03-22attr: add in_group_or_capable()Amir Goldstein
2023-03-22fs: move S_ISGID stripping into the vfs_*() helpersYang Xu
2023-03-22fs: add mode_strip_sgid() helperYang Xu
2023-03-22xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong
2023-03-22xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner
2023-03-22xfs: fallocate() should call file_modified()Dave Chinner
2023-03-22xfs: remove XFS_PREALLOC_SYNCDave Chinner
2023-03-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong
2023-03-22xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong
2023-03-22xfs: don't assert fail on perag references on teardownDave Chinner
2023-03-22cifs: Fix smb2_set_path_size()Volker Lendecke
2023-03-22ext4: fix possible double unlock when moving a directoryTheodore Ts'o
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li
2023-03-22jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu
2023-03-22cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu
2023-03-17ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner
2023-03-17ext4: add strict range checks while freeing blocksRitesh Harjani
2023-03-17ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani
2023-03-17ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani
2023-03-17ext4: Fix deadlock during directory renameJan Kara
2023-03-17ext4: Fix possible corruption when moving a directoryJan Kara
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara