summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-23bcachefs: Plumb btree_trans for more locking assertsKent Overstreet
2025-05-23bcachefs: Clear trans->locked before unlockKent Overstreet
2025-05-23bcachefs: Clear should_be_locked before unlock in key_cache_drop()Kent Overstreet
2025-05-23bcachefs: bch2_path_get() reuses paths if upgrade_fails & !should_be_lockedKent Overstreet
2025-05-23bcachefs: Give out new path if upgrade failsKent Overstreet
2025-05-23bcachefs: Fix btree_path_get_locks when not doing trans restartKent Overstreet
2025-05-23bcachefs: btree_node_locked_type_nowrite()Kent Overstreet
2025-05-23bcachefs: Kill bch2_path_put_nokeep()Kent Overstreet
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-22Merge tag 'bcachefs-2025-05-22' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-05-23erofs: clean up erofs_{init,exit}_sysfs()Gao Xiang
2025-05-22Merge tag '6.15-rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-05-22bcachefs: bch2_journal_write_checksum()Kent Overstreet
2025-05-22bcachefs: Reduce stack usage in data_update_index_update()Kent Overstreet
2025-05-22bcachefs: bch2_trans_log_str()Kent Overstreet
2025-05-22bcachefs: Kill bkey_buf usage in data_update_index_update()Kent Overstreet
2025-05-22jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin
2025-05-22jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov
2025-05-22ubifs: Fix grammar in error messageThorsten Blum
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher
2025-05-22gfs2: Get rid of duplicate log head lookupAndreas Gruenbacher
2025-05-22gfs2: Simplify clean_journalAndreas Gruenbacher
2025-05-22gfs2: Simplify gfs2_log_pointers_initAndreas Gruenbacher
2025-05-22gfs2: Move gfs2_log_pointers_initAndreas Gruenbacher
2025-05-22gfs2: Minor comments fixAndreas Gruenbacher
2025-05-22gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher
2025-05-22gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher
2025-05-22gfs2: Rename jdata_dirty_folio to gfs2_jdata_dirty_folioAndreas Gruenbacher
2025-05-22gfs2: avoid inefficient use of crc32_le_shift()Eric Biggers
2025-05-22gfs2: Do not call iomap_zero_range beyond eofAndreas Gruenbacher
2025-05-22gfs: don't check for AOP_WRITEPAGE_ACTIVATE in gfs2_write_jdata_batchChristoph Hellwig
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong
2025-05-21ksmbd: use list_first_entry_or_null for opinfo_get_list()Namjae Jeon
2025-05-21ksmbd: fix rename failureNamjae Jeon
2025-05-21bcachefs: Drop empty accounting updatesKent Overstreet
2025-05-21bcachefs: Improve trace_trans_restart_upgradeKent Overstreet
2025-05-21bcachefs: fix bch2_inum_snapshot_to_path()Kent Overstreet
2025-05-21bcachefs: fix duplicate printkKent Overstreet
2025-05-21bcachefs: BCH_INODE_has_case_insensitiveKent Overstreet
2025-05-21bcachefs: bch2_inode_find_by_inum_snapshot()Kent Overstreet
2025-05-21bcachefs: bch2_inum_snapshot_to_path()Kent Overstreet
2025-05-21bcachefs: bch2_rename_trans() only runs rename-to-dir code if neededKent Overstreet
2025-05-21bcachefs: subvol_inum_eq()Kent Overstreet
2025-05-21bcachefs: Don't set bi_casefold on non directoriesKent Overstreet
2025-05-21bcachefs: Remove duplicate call to bch2_trans_begin()Alan Huang
2025-05-21bcachefs: Call bch2_bkey_set_needs_rebalance() earlier in write pathKent Overstreet
2025-05-21bcachefs: Simplify bch2_extent_atomic_end()Kent Overstreet
2025-05-21bcachefs: Coalesce accounting in trans commitKent Overstreet
2025-05-21bcachefs: Split out accounting in transaction commitKent Overstreet