summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-18smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong
2025-05-17bcachefs: Fix bch2_btree_path_traverse_cached() when paths reallocedKent Overstreet
2025-05-17btrfs: move misplaced comment of btrfs_path::keep_locksSun YangKai
2025-05-16Merge tag '6.15-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-05-16Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-05-16NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()Trond Myklebust
2025-05-16NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-05-16ext4: avoid -Wformat-security warningArnd Bergmann
2025-05-16btrfs: remove standalone "nologreplay" mount optionQu Wenruo
2025-05-16Merge tag 'xfs-fixes-6.15-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-16coredump: reflow dump helpers a littleChristian Brauner
2025-05-16coredump: massage do_coredump()Christian Brauner
2025-05-16coredump: massage format_corename()Christian Brauner
2025-05-16fs/ntfs3: Fix handling of InitializeFileRecordSegmentKonstantin Komarov
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale
2025-05-16erofs: refine readahead tracepointGao Xiang
2025-05-15Merge tag 'bcachefs-2025-05-15' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-05-15NFSD: Add a "default" block sizeChuck Lever
2025-05-15NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macroChuck Lever
2025-05-15NFSD: Remove NFSD_BUFSIZEChuck Lever
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_write()Chuck Lever
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_read()Chuck Lever
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15ext4: clairfy the rules for modifying extentsZhang Yi
2025-05-15ext4: check env when mapping and modifying extentsZhang Yi
2025-05-15btrfs: use a single variable to track return value at btrfs_page_mkwrite()Filipe Manana
2025-05-15btrfs: don't return VM_FAULT_SIGBUS on failure to set delalloc for mmap writeFilipe Manana
2025-05-15btrfs: simplify early error checking in btrfs_page_mkwrite()Filipe Manana
2025-05-15btrfs: pass true to btrfs_delalloc_release_space() at btrfs_page_mkwrite()Filipe Manana
2025-05-15btrfs: fix wrong start offset for delalloc space release during mmap writeFilipe Manana
2025-05-15btrfs: fix harmless race getting delayed ref head count when running delayed ...Filipe Manana
2025-05-15btrfs: log error codes during failures when writing super blocksFilipe Manana
2025-05-15btrfs: simplify error return logic when getting folio at prepare_one_folio()Filipe Manana
2025-05-15btrfs: return real error from __filemap_get_folio() callsFilipe Manana
2025-05-15btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()Filipe Manana
2025-05-15btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana
2025-05-15btrfs: update Kconfig option descriptionsDavid Sterba
2025-05-15btrfs: update list of features built under experimental configDavid Sterba
2025-05-15btrfs: send: remove btrfs_debug() callsDavid Sterba
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana
2025-05-15btrfs: fold error checks when allocating ordered extent and update commentsFilipe Manana
2025-05-15btrfs: check we grabbed inode reference when allocating an ordered extentFilipe Manana
2025-05-15btrfs: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana
2025-05-15btrfs: scrub: reduce memory usage of struct scrub_sector_verificationQu Wenruo
2025-05-15btrfs: handle aligned EOF truncation correctly for subpage casesQu Wenruo