summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-08-29gfs2: Remove freeze_go_demote_okAndreas Gruenbacher
2024-08-29gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher
2024-08-29gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher
2024-08-29gfs2: Fix another freeze/thaw hangAndreas Gruenbacher
2024-08-29nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-08-29nfsd: don't call locks_release_private() twice concurrentlyNeilBrown
2024-08-29nfsd: drop the nfsd_put helperJeff Layton
2024-08-29nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2024-08-29NFSD: simplify error paths in nfsd_svc()NeilBrown
2024-08-29nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown
2024-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon
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-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 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: 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: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba
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-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-29fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov
2024-08-29jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-08-29jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-08-29udf: Fix bogus checksum computation in udf_rename()Jan Kara
2024-08-29ext4: do not create EA inode under buffer lockJan Kara
2024-08-29ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara
2024-08-29ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong
2024-08-29quota: Detect loops in quota treeJan Kara
2024-08-29erofs: avoid debugging output for (de)compressed dataGao Xiang
2024-08-29reiserfs: fix uninit-value in comp_keysEdward Adam Davis
2024-08-29Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2024-08-29squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu
2024-08-29jfs: fix shift-out-of-bounds in dbJoinManas Ghandat
2024-08-29gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher
2024-08-29gfs2: Rework freeze / thaw logicAndreas Gruenbacher