summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang
2024-11-06Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-04nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer
2024-11-04NFS: Further fixes to attribute delegation a/mtime changesTrond Myklebust
2024-11-04NFS: Fix attribute delegation behaviour on exclusive createTrond Myklebust
2024-11-04nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-11-04NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-01Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-11-01tracing: Fix tracefs mount optionsKalesh Singh
2024-10-31btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana
2024-10-31btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana
2024-10-30nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-10-30Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher
2024-10-30NFSD: Never decrement pending_async_copies on errorChuck Lever
2024-10-30xfs: streamline xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2024-10-29btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng
2024-10-29NFSD: Initialize struct nfsd4_copy earlierChuck Lever
2024-10-29bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski
2024-10-29bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui
2024-10-29bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet
2024-10-29bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet
2024-10-29bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet
2024-10-28nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-10-28ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes
2024-10-28autofs: fix thinko in validate_dev_ioctl()Ian Kent
2024-10-27Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-10-25Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-25Merge tag 'v6.12-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-25Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-25Merge tag 'nfsd-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-25bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet
2024-10-25bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park
2024-10-25fuse: remove stray debug lineMiklos Szeredi
2024-10-24bcachefs: fix shift oob in alloc_lru_idx_fragmentationJeongjun Park
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad
2024-10-25Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet