summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu
2024-09-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher
2024-09-08fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-09-08smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara
2024-09-08btrfs: tree-checker: validate dref root and objectidQu Wenruo
2024-09-04cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells
2024-09-04ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng
2024-09-04ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng
2024-09-04ovl: pass string to ovl_parse_layer()Christian Brauner
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher
2024-09-04btrfs: run delayed iputs when flushing delallocJosef Bacik
2024-09-04btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
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