summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet2024-11-074-18/+17
* Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-032-4/+8
|\
| * nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi2024-10-311-0/+3
| * Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher2024-10-311-4/+5
* | Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-11-021-5/+3
|\ \
| * | NFSD: Never decrement pending_async_copies on errorChuck Lever2024-10-301-3/+1
| * | NFSD: Initialize struct nfsd4_copy earlierChuck Lever2024-10-291-2/+2
* | | Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-11-026-65/+62
|\ \ \
| * | | xfs: streamline xfs_filestream_pick_agChristoph Hellwig2024-10-301-50/+46
| * | | xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig2024-10-302-21/+17
| * | | xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling2024-10-301-1/+1
| * | | xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo2024-10-303-3/+8
* | | | Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-11-013-34/+30
|\ \ \ \
| * | | | iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig2024-10-211-17/+0
| * | | | Merge patch series "fsdax/xfs: unshare range fixes for 6.12"Christian Brauner2024-10-083-32/+45
| |\ \ \ \
| | * | | | fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong2024-10-071-7/+27
| | * | | | fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong2024-10-071-8/+0
| | * | | | iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong2024-10-072-16/+17
| | * | | | xfs: don't allocate COW extents when unsharing a holeDarrick J. Wong2024-10-071-1/+1
* | | | | | Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-11-016-12/+141
|\ \ \ \ \ \
| * | | | | | autofs: fix thinko in validate_dev_ioctl()Ian Kent2024-10-281-3/+2
| * | | | | | afs: Fix missing subdir edit when renamed between parent dirsDavid Howells2024-10-243-2/+116
| * | | | | | erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang2024-10-211-1/+3
| * | | | | | fs/super.c: introduce get_tree_bdev_flags()Gao Xiang2024-10-211-6/+20
* | | | | | | Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-015-30/+28
|\ \ \ \ \ \ \
| * | | | | | | btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana2024-10-311-5/+5
| * | | | | | | btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana2024-10-311-1/+6
| * | | | | | | btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng2024-10-291-0/+1
| * | | | | | | btrfs: fix error propagation of split biosNaohiro Aota2024-10-232-24/+16
* | | | | | | | Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-11-0115-38/+160
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski2024-10-291-0/+13
| * | | | | | | bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui2024-10-292-0/+5
| * | | | | | | bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet2024-10-292-1/+16
| * | | | | | | bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet2024-10-291-2/+1
| * | | | | | | bcachefs: Don't keep tons of cached pointers aroundKent Overstreet2024-10-295-28/+89
| * | | | | | | bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski2024-10-291-0/+9
| * | | | | | | bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet2024-10-291-4/+13
| * | | | | | | bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet2024-10-251-3/+2
| * | | | | | | bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park2024-10-251-0/+3
| * | | | | | | bcachefs: fix shift oob in alloc_lru_idx_fragmentationJeongjun Park2024-10-241-0/+3
| * | | | | | | bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad2024-10-242-0/+6
* | | | | | | | nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi2024-10-291-0/+1
* | | | | | | | ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis2024-10-291-0/+8
* | | | | | | | fork: do not invoke uffd on fork if error occursLorenzo Stoakes2024-10-291-0/+28
* | | | | | | | Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-10-277-78/+122
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | xfs: update the pag for the last AG at recovery timeChristoph Hellwig2024-10-223-3/+34
| * | | | | | | xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig2024-10-221-1/+1
| * | | | | | | xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig2024-10-221-0/+5
| * | | | | | | xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2024-10-222-8/+52
| * | | | | | | xfs: merge the perag freeing helpersChristoph Hellwig2024-10-224-37/+15