summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-20Merge tag 'dlm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-01-20Merge tag 'bcachefs-2025-01-20.2' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-01-20Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-01-20Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.statx.dio' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.kcore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-16Merge tag 'mm-hotfixes-stable-2025-01-16-21-11' of git://git.kernel.org/pub/s...Linus Torvalds
2025-01-16Merge tag '6.13-rc7-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-01-16Merge tag 'for-6.13-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-16gfs2: use lockref_init for qd_lockrefChristoph Hellwig
2025-01-16erofs: use lockref_init for pcl->lockrefChristoph Hellwig
2025-01-16dcache: use lockref_init for d_lockrefChristoph Hellwig
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka
2025-01-15ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara
2025-01-15bcachefs: Fix check_inode_hash_info_matches_root()Kent Overstreet
2025-01-15afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells
2025-01-14gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher
2025-01-14bcachefs: Document issue with bch_stripe layoutKent Overstreet
2025-01-14bcachefs: Fix self healing on read errorKent Overstreet
2025-01-14bcachefs: Pop all the transactions from the abort oneAlan Huang
2025-01-14bcachefs: Only abort the transactions in the cycleAlan Huang
2025-01-14bcachefs: Introduce lock_graph_pop_fromAlan Huang
2025-01-14bcachefs: Convert open-coded lock_graph_pop_all to helperAlan Huang
2025-01-14bcachefs: Do not allow no fail lock request to failAlan Huang
2025-01-14bcachefs: Merge the condition to avoid additional invocationAlan Huang
2025-01-14Revert "bcachefs: Fix bch2_btree_node_upgrade()"Alan Huang
2025-01-14btrfs: selftests: add a selftest for deleting two out of three extentsJohannes Thumshirn
2025-01-14btrfs: selftests: add test for punching a hole into 3 RAID stripe-extentsJohannes Thumshirn
2025-01-14btrfs: selftests: add selftest for punching holes into the RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: selftests: test RAID stripe-tree deletion spanning two itemsJohannes Thumshirn
2025-01-14btrfs: selftests: don't split RAID extents in halfJohannes Thumshirn
2025-01-14btrfs: selftests: check for correct return value of failed lookupJohannes Thumshirn
2025-01-14btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extentsJohannes Thumshirn
2025-01-14btrfs: implement hole punching for RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: fix deletion of a range spanning parts two RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: fix tail delete of RAID stripe-extentsJohannes Thumshirn
2025-01-14btrfs: fix front delete range calculation for RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: assert RAID stripe-extent length is always greater than 0Johannes Thumshirn
2025-01-14btrfs: don't try to delete RAID stripe-extents if we don't need toJohannes Thumshirn