summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcbcachefs-2023-11-29Kent Overstreet
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet
2023-11-28bcachefs: move journal seq assertionKent Overstreet
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet
2023-11-28bcachefs: Fix split_race livelockKent Overstreet
2023-11-28bcachefs: Fix bucket data type for stripe bucketsKent Overstreet
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet
2023-11-28bcachefs: Fix zstd compress workspace sizeKent Overstreet
2023-11-25bcachefs: bpos is misaligned on big endianKent Overstreet
2023-11-25bcachefs: Fix ec + durability calculationKent Overstreet
2023-11-25bcachefs: Data update path won't accidentaly grow replicasKent Overstreet
2023-11-24bcachefs: deallocate_extra_replicas()Kent Overstreet
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet
2023-11-24bcachefs: preserve device path as device nameBrian Foster
2023-11-24bcachefs: Fix an endianness conversionKent Overstreet
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet
2023-11-24bcachefs: Don't stop copygc thread on device resizeKent Overstreet
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet
2023-11-24bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-18Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-11-18Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-11-17Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam
2023-11-17Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessbcachefs-2023-11-17Kent Overstreet
2023-11-14bcachefs: six locks: Fix lost wakeupKent Overstreet
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet
2023-11-14bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet
2023-11-14bcachefs: Disable debug log statementsKent Overstreet
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet
2023-11-14bcachefs: Fix error path in bch2_mount()Kent Overstreet
2023-11-14bcachefs: Fix potential sleeping during mountDaniel J Blueman
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein
2023-11-14ovl: fix misformatted commentAmir Goldstein
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet