summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-09bcachefs: Check if stuck in journal_res_get()Kent Overstreet1-0/+13
2024-10-09bcachefs: Fix state lock involved deadlockAlan Huang1-6/+9
2024-10-09bcachefs: Fix NULL pointer dereference in bch2_opt_to_textMohammed Anees1-1/+3
2024-10-09bcachefs: Release transaction before wake upAlan Huang1-2/+3
2024-10-09bcachefs: add check for btree id against max in try read nodePiotr Zalewski1-0/+3
2024-10-09bcachefs: Disk accounting device validation fixesKent Overstreet3-37/+118
2024-10-09bcachefs: bch2_inode_or_descendents_is_open()Kent Overstreet4-21/+103
2024-10-09bcachefs: Kill bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2-100/+0
2024-10-09bcachefs: bcachefs_metadata_version_inode_has_child_snapshotsKent Overstreet9-78/+302
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2-12/+12
2024-10-09NFS: remove revoked delegation from server's delegation listDai Ngo1-0/+5
2024-10-09Merge tag 'unicode-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3427/+3346
2024-10-09unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi2-3427/+3346
2024-10-09btrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota1-7/+7
2024-10-09btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-10-09xfs: fix a typoAndrew Kreimer1-1/+1
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster3-7/+23
2024-10-08Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds14-197/+410
2024-10-08Merge patch series "fsdax/xfs: unshare range fixes for 6.12"Christian Brauner3-32/+45
2024-10-07btrfs: fix missing error handling when adding delayed ref with qgroups enabledFilipe Manana1-9/+33
2024-10-07btrfs: add cancellation points to trim loopsLuca Stefani3-3/+14
2024-10-07btrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-07fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong1-7/+27
2024-10-07fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong1-8/+0
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong2-16/+17
2024-10-07xfs: don't allocate COW extents when unsharing a holeDarrick J. Wong1-1/+1
2024-10-07netfs: In readahead, put the folio refs as soon extractedDavid Howells2-33/+16
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster1-8/+23
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2024-10-07xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-7/+4
2024-10-07xfs: scrub: convert comma to semicolonYan Zhen1-2/+2
2024-10-07xfs: Remove empty declartion in header fileZhang Zekun1-2/+0
2024-10-06cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár1-3/+14
2024-10-06cifs: Improve creating native symlinks pointing to directoryPali Rohár3-4/+164
2024-10-06bcachefs: Delete vestigal check_inode() checksKent Overstreet1-75/+5
2024-10-06bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshotsKent Overstreet1-3/+3
2024-10-06bcachefs: reattach_inode() now correctly handles interior snapshot nodesKent Overstreet2-20/+158
2024-10-06bcachefs: Split out check_unreachable_inodes() passKent Overstreet3-35/+67
2024-10-06bcachefs: Fix lockdep splat in bch2_accounting_readKent Overstreet1-8/+26
2024-10-05Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds20-209/+342
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-05Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-17/+23