summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-10-25ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-10-10ext4: fix rec_len verify errorShida Zhang
2023-10-10fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-10-10nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-10-10NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23attr: block mode changes of symlinksChristian Brauner
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin
2023-09-23NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin
2023-09-23pstore/ram: Check start of empty przs during initEnlin Mu
2023-09-23procfs: block chmod on /proc/thread-self/commAleksa Sarai
2023-09-23NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever
2023-09-23fs: lockd: avoid possible wrong NULL parameterSu Hui
2023-09-23jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-09-23nfs/blocklayout: Use the passed in gfp flagsDan Carpenter
2023-09-23fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev
2023-09-23fs: Fix error checking for d_hash_and_lookup()Wang Ming
2023-09-23reiserfs: Check the return value from __getblk()Matthew Wilcox
2023-09-23udf: Handle error when adding extent to a fileJan Kara
2023-09-23udf: Check consistency of Space Bitmap DescriptorVladislav Efanov
2023-09-23cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2023-09-23fs/nls: make load_nls() take a const parameterWinston Wen
2023-09-23nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi
2023-09-23nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2023-08-30cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-30gfs2: Fix possible data races in gfs2_show_options()Tuo Li
2023-08-30FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-08-30FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-08-30fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-08-30udf: Fix uninitialized array access for some pathnamesJan Kara
2023-08-30quota: fix warning in dqgrab()Ye Bin
2023-08-30quota: Properly disable quotas when add_dquot_ref() failsJan Kara
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-08-16nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi
2023-08-11ext2: Drop fragment supportJan Kara
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya
2023-08-11ext4: correct inline offset when handling xattrs in inode bodyEric Whitney
2023-08-11fuse: revalidate: don't invalidate if interruptedMiklos Szeredi
2023-08-11fs: dlm: return positive pid value for F_GETLKAlexander Aring
2023-08-11jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-08-11ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2023-08-11ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi