summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells
2024-07-02Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-02afs: Convert comma to semicolonChen Ni
2024-07-02fs: better handle deep ancestor chains in is_subdir()Christian Brauner
2024-07-02Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-02filelock: Remove locks reliably when fcntl/close race is detectedJann Horn
2024-07-02btrfs: fix uninitialized return value in the ref-verify toolFilipe Manana
2024-07-02btrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo
2024-07-02btrfs: zoned: fix calc_available_free_space() for zoned modeNaohiro Aota
2024-07-01bcachefs: io clock: run timer fns under clock lockKent Overstreet
2024-07-01Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-01Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-01btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota
2024-06-30erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang
2024-06-29bcachefs: Repair fragmentation_lru in alloc_write_key()Kent Overstreet
2024-06-29bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet
2024-06-29bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet
2024-06-29bcachefs: Add missing printbuf_tabstops_reset() callsKent Overstreet
2024-06-29Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-06-28bcachefs: Fix loop restart in bch2_btree_transactions_read()Kent Overstreet
2024-06-28bcachefs: Fix bch2_read_retry_nodecode()Kent Overstreet
2024-06-28bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet
2024-06-28bcachefs: Fix shift greater than integer sizeKent Overstreet
2024-06-28bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warningKent Overstreet
2024-06-28bcachefs: Delete old faulty bch2_trans_unlock() callKent Overstreet
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-26netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells
2024-06-26netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells
2024-06-26netfs: Fix early issue of write op on partial write to folio tailDavid Howells
2024-06-26netfs: Fix io_uring based write-throughDavid Howells
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet
2024-06-25bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li
2024-06-25bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown