summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-06ksmbd: Fix UAF in __close_file_table_idsSean Heelan
2025-05-06ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-05-05ovl: Annotate struct ovl_entry with __counted_by()Thorsten Blum
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_stack_free()Thorsten Blum
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()Thorsten Blum
2025-05-05xfs: don't assume perags are initialised when trimming AGsDave Chinner
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet
2025-05-02Merge tag '6.15-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-05-02Merge tag 'bcachefs-2025-05-01' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-05-02coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-05-02coredump: fix error handling for replace_fd()Christian Brauner
2025-05-02pidfs: move O_RDWR into pidfs_alloc_file()Christian Brauner
2025-05-02fs/eventpoll: fix endless busy loop after timeout has expiredMax Kellermann
2025-05-02btrfs: open code folio_index() in btree_clear_folio_dirty_tag()Kairui Song
2025-05-02Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo
2025-05-02btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo
2025-05-02btrfs: handle empty eb->folios in num_extent_folios()Boris Burkov
2025-05-02btrfs: compression: adjust cb->compressed_folios allocation typeKees Cook
2025-05-01binfmt_elf: Move brk for static PIE even if ASLR disabledKees Cook
2025-05-01ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong
2025-05-01ksmbd: prevent rename with empty stringNamjae Jeon
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01bcachefs: Remove incorrect __counted_by annotationAlan Huang
2025-05-01bcachefs: add missing sched_annotate_sleep()Kent Overstreet
2025-05-01bcachefs: Fix __bch2_dev_group_set()Kent Overstreet
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara
2025-05-01bcachefs: Kill ERO for i_blocks check in truncateKent Overstreet
2025-05-01bcachefs: check for inode.bi_sectors underflowKent Overstreet
2025-05-01bcachefs: Kill ERO in __bch2_i_sectors_acct()Kent Overstreet
2025-04-30xfs: allow ro mounts if rtdev or logdev are read-onlyHans Holmberg
2025-04-30Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-30bcachefs: readdir fixesKent Overstreet
2025-04-30bcachefs: improve missing journal write device error messageKent Overstreet
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár
2025-04-30cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson
2025-04-30dlm: drop SCTP Kconfig dependencyAlexander Aring
2025-04-30dlm: reject SCTP configuration if not enabledAlexander Aring
2025-04-30dlm: use SHUT_RDWR for SCTP shutdownAlexander Aring
2025-04-30dlm: mask sk_shutdown valueAlexander Aring
2025-04-30ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook
2025-04-30ovl: Use str_on_off() helper in ovl_show_options()Thorsten Blum