summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-29ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon
2024-08-29NFSD: simplify error paths in nfsd_svc()NeilBrown
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon
2024-08-29smb: client: ignore unhandled reparse tagsPaulo Alcantara
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-08-29jfs: define xtree root and page independentlyDave Kleikamp
2024-08-29ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li
2024-08-29NFS: avoid infinite loop in pnfs_update_layout.NeilBrown
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-08-29btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba
2024-08-29btrfs: change BUG_ON to assertion in tree_move_down()David Sterba
2024-08-29btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba
2024-08-29btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba
2024-08-29btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-08-29btrfs: push errors up from add_async_extent()David Sterba
2024-08-29btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba
2024-08-29btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba
2024-08-29btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba
2024-08-29btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-08-29virtiofs: forbid newlines in tagsStefan Hajnoczi
2024-08-29fs: binfmt_elf_efpic: don't use missing interpreter's propertiesMax Filippov
2024-08-29kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_filesNeel Natu
2024-08-29quota: Remove BUG_ON from dqget()Jan Kara
2024-08-29fuse: fix UAF in rcu pathwalksAl Viro
2024-08-29afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro
2024-08-29btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo
2024-08-29ext4: do not trim the group with corrupted block bitmapBaokun Li
2024-08-29gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher
2024-08-29gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher
2024-08-29binfmt_misc: cleanup on filesystem umountChristian Brauner
2024-08-29btrfs: tree-checker: add dev extent item checksQu Wenruo
2024-08-29btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota
2024-08-29btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
2024-08-29fs/netfs/fscache_cookie: add missing "n_accesses" checkMax Kellermann
2024-08-29fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro
2024-08-29btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin
2024-08-29fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin
2024-08-29vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng
2024-08-29fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn
2024-08-19Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-08-19binfmt_flat: Fix corruption when not offsetting data startKees Cook
2024-08-19fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov
2024-08-19jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-08-19jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu
2024-08-19ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz
2024-08-19ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)