summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-15Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-15Merge branch 'link_path_walk'Linus Torvalds
2024-07-15Merge branch 'runtime-constants'Linus Torvalds
2024-07-13Merge tag '6.10-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-07-13cifs: fix setting SecurityFlags to trueSteve French
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-12Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-11bcachefs: bch2_gc_btree() should not use btree_root_lockKent Overstreet
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet
2024-07-11bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet
2024-07-11Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet
2024-07-10bcachefs: Fix RCU splatKent Overstreet
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet
2024-07-10bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet
2024-07-10bcachefs: Warn on attempting a move with no replicasKent Overstreet
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet
2024-07-10bcachefs: Log mount failure error codeKent Overstreet
2024-07-10bcachefs: Fix undefined behaviour in eytzinger1_first()Kent Overstreet
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet
2024-07-10bcachefs: Fix journal getting stuck on a flush commitKent Overstreet
2024-07-10minixfs: Fix minixfs_rename with HIGHMEMMatthew Wilcox (Oracle)
2024-07-09Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-07-08fs: reject invalid last mount id earlyChristian Brauner
2024-07-08fs: refuse mnt id requests with invalid ids earlyChristian Brauner
2024-07-07vfs: link_path_walk: move more of the name hashing into hash_name()Linus Torvalds
2024-07-07vfs: link_path_walk: improve may_lookup() code generationLinus Torvalds
2024-07-06Merge tag '6.10-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-07-06hfsplus: fix uninit-value in copy_nameEdward Adam Davis
2024-07-06fs: find rootfs mount of the mount namespaceChristian Brauner
2024-07-05vfs: don't mod negative dentry count when on shrinker listBrian Foster
2024-07-05filelock: fix potential use-after-free in posix_lock_inodeJeff Layton
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner