summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-1214-53/+184
|\
| * Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-123-29/+97
| |\
| | * btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana2024-07-113-21/+66
| | * btrfs: stop extent map shrinker if reschedule is neededFilipe Manana2024-07-111-8/+31
| | * btrfs: use delayed iput during extent map shrinkingFilipe Manana2024-07-111-1/+1
| * | Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-1211-24/+87
| |\ \
| | * | bcachefs: bch2_gc_btree() should not use btree_root_lockKent Overstreet2024-07-111-8/+22
| | * | bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet2024-07-114-8/+30
| | * | bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet2024-07-111-1/+1
| | * | Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet2024-07-111-2/+1
| | * | bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet2024-07-103-4/+24
| | * | bcachefs: Fix RCU splatKent Overstreet2024-07-102-1/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-1158-321/+585
|\| | |
| * | | Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-1125-133/+203
| |\ \ \
| | * | | minixfs: Fix minixfs_rename with HIGHMEMMatthew Wilcox (Oracle)2024-07-101-2/+1
| | * | | hfsplus: fix uninit-value in copy_nameEdward Adam Davis2024-07-061-1/+1
| | * | | vfs: don't mod negative dentry count when on shrinker listBrian Foster2024-07-051-3/+9
| | * | | filelock: fix potential use-after-free in posix_lock_inodeJeff Layton2024-07-051-1/+1
| | * | | Merge patch series "cachefiles: random bugfixes"Christian Brauner2024-07-0521-126/+191
| | |\ \ \
| | | * | | cachefiles: add missing lock protection when pollingJingbo Xu2024-07-031-2/+2
| | | * | | cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2024-07-032-4/+17
| | | * | | cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao2024-07-031-0/+3
| | | * | | cachefiles: cancel all requests for the object that is being droppedBaokun Li2024-07-031-0/+19
| | | * | | cachefiles: stop sending new request when dropping objectBaokun Li2024-07-032-2/+10
| | | * | | cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li2024-07-031-1/+4
| | | * | | cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2024-07-032-2/+34
| | | * | | cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li2024-07-031-0/+10
| | | * | | netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li2024-07-032-2/+14
| | | * | | netfs: Switch debug logging to pr_debug()Uwe Kleine-König2024-06-1215-113/+78
| * | | | | Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds2024-07-102-3/+36
| |\ \ \ \ \
| | * | | | | nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi2024-07-031-2/+30
| | * | | | | Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell2024-07-031-1/+6
| * | | | | | Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-1023-142/+256
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | bcachefs: Add missing bch2_trans_begin()Kent Overstreet2024-07-101-0/+2
| | * | | | | bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet2024-07-101-0/+2
| | * | | | | bcachefs: Warn on attempting a move with no replicasKent Overstreet2024-07-101-0/+10
| | * | | | | bcachefs: bch2_data_update_to_text()Kent Overstreet2024-07-103-25/+39
| | * | | | | bcachefs: Log mount failure error codeKent Overstreet2024-07-101-0/+2
| | * | | | | bcachefs: Fix undefined behaviour in eytzinger1_first()Kent Overstreet2024-07-101-2/+4
| | * | | | | bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang2024-07-101-1/+2
| | * | | | | bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet2024-07-101-0/+6
| | * | | | | bcachefs: Fix journal getting stuck on a flush commitKent Overstreet2024-07-101-4/+6
| | * | | | | bcachefs: io clock: run timer fns under clock lockKent Overstreet2024-07-011-5/+2
| | * | | | | bcachefs: Repair fragmentation_lru in alloc_write_key()Kent Overstreet2024-06-292-14/+13
| | * | | | | bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet2024-06-293-25/+65
| | * | | | | bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet2024-06-294-44/+71
| | * | | | | bcachefs: Add missing printbuf_tabstops_reset() callsKent Overstreet2024-06-292-2/+4
| | * | | | | bcachefs: Fix loop restart in bch2_btree_transactions_read()Kent Overstreet2024-06-281-6/+6
| | * | | | | bcachefs: Fix bch2_read_retry_nodecode()Kent Overstreet2024-06-281-0/+3
| | * | | | | bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet2024-06-283-6/+6