summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-07bfs: convert bfs to use the new mount apiPavel Reichl
2025-04-07cachefiles: Use lookup_one() rather than lookup_one_len()NeilBrown
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár
2025-04-06bcachefs: Use sort_nonatomic() instead of sort()Kent Overstreet
2025-04-06bcachefs: Remove unnecessary softdep on xxhashEric Biggers
2025-04-06bcachefs: use library APIs for ChaCha20 and Poly1305Eric Biggers
2025-04-06bcachefs: Fix duplicate "ro,read_only" in opts at startupKent Overstreet
2025-04-06bcachefs: Fix UAF in bchfs_read()Kent Overstreet
2025-04-06bcachefs: Use cpu_to_le16 for dirent lengthsGabriel Shahrouzi
2025-04-06bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucketGabriel Shahrouzi
2025-04-06bcachefs: Fix escape sequence in prt_printfGabriel Shahrouzi
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-04isofs: Prevent the use of too small fidEdward Adam Davis
2025-04-03Merge tag 'v6.15rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-04-03fs: actually hold the namespace semaphoreChristian Brauner
2025-04-03Merge tag 'bcachefs-2025-04-03' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-03Merge tag '9p-for-6.15-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2025-04-03ceph: Fix incorrect flush end position calculationDavid Howells
2025-04-03Merge tag 'mm-hotfixes-stable-2025-04-02-21-57' of git://git.kernel.org/pub/s...Linus Torvalds
2025-04-03bcachefs: Fix "journal stuck" during recoveryKent Overstreet
2025-04-03bcachefs: backpointer_get_key: check for null from peek_slot()Kent Overstreet
2025-04-03bcachefs: Fix null ptr deref in invalidate_one_bucket()Kent Overstreet
2025-04-03bcachefs: Fix check_snapshot_exists() restart handlingKent Overstreet
2025-04-03bcachefs: use nonblocking variant of print_string_as_lines in error pathBharadwaj Raju
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet
2025-04-03bcachefs: Add error handling for zlib_deflateInit2()Wentao Liang
2025-04-03jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt
2025-04-03jfs: Fix null-ptr-deref in jfs_ioc_trimDylan Wolff
2025-04-03jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev
2025-04-03rseq: Eliminate useless task_work on execveMathieu Desnoyers
2025-04-02cifs: update internal version numberSteve French
2025-04-02cifs: Implement is_network_name_deleted for SMB1Pali Rohár
2025-04-02cifs: Remove cifs_truncate_page() as it should be superfluousDavid Howells
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-02Merge tag 'ntfs3_for_6.15' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2025-04-02Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-02bcachefs: add missing selection of XARRAY_MULTIEric Biggers
2025-04-02bcachefs: bch_dev_usage_fullKent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-04-02bcachefs: do_trace_key_cache_fill()Kent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-04-02nfs: Add missing release on error in nfs_lock_and_join_requests()Dan Carpenter