summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-151-24/+23
|\
| * NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik2024-04-111-24/+23
* | Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-1534-182/+432
|\ \
| * | bcachefs: set_btree_iter_dontneed also clears should_be_lockedKent Overstreet2024-04-151-2/+7
| * | bcachefs: fix error path of __bch2_read_super()Chao Yu2024-04-151-2/+5
| * | bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet2024-04-153-10/+9
| * | bcachefs: bch_member.btree_allocated_bitmapKent Overstreet2024-04-159-6/+131
| * | bcachefs: sysfs internal/trigger_journal_flushKent Overstreet2024-04-151-1/+10
| * | bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet2024-04-151-26/+18
| * | bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet2024-04-151-1/+24
| * | bcachefs: Interior known are required to have known key typesKent Overstreet2024-04-151-1/+2
| * | bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet2024-04-151-1/+4
| * | bcachefs: Fix btree node merging on write buffer btreesKent Overstreet2024-04-141-2/+12
| * | bcachefs: Disable merges from interior update pathKent Overstreet2024-04-141-0/+10
| * | bcachefs: Run merges at BCH_WATERMARK_btreeKent Overstreet2024-04-141-0/+6
| * | bcachefs: Fix missing write refs in fs fio pathsKent Overstreet2024-04-143-14/+23
| * | bcachefs: Fix deadlock in journal replayKent Overstreet2024-04-141-3/+4
| * | bcachefs: Go rw if running any explicit recovery passesKent Overstreet2024-04-141-1/+1
| * | bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet2024-04-1410-56/+69
| * | bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet2024-04-141-1/+3
| * | bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet2024-04-141-1/+3
| * | bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet2024-04-142-21/+27
| * | bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet2024-04-141-1/+3
| * | bcachefs: btree node scan: handle encrypted nodesKent Overstreet2024-04-141-0/+10
| * | bcachefs: Check for packed bkeys that are too bigKent Overstreet2024-04-142-7/+14
| * | bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet2024-04-141-13/+14
| * | bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split pathKent Overstreet2024-04-121-15/+26
* | | Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-141-1/+8
|\ \ \
| * | | kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein2024-04-141-1/+8
* | | | Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-04-131-1/+1
|\ \ \ \
| * | | | zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-101-1/+1
* | | | | Merge tag 'v6.9-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-139-42/+103
|\ \ \ \ \
| * | | | | smb3: fix broken reconnect when password changing on the server by allowing p...Steve French2024-04-116-0/+44
| * | | | | smb: client: instantiate when creating SFU filesPaulo Alcantara2024-04-111-39/+55
| * | | | | smb3: fix Open files on server counter going negativeSteve French2024-04-111-2/+2
| * | | | | smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara2024-04-111-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2024-04-124-10/+10
|\ \ \ \ \
| * | | | | ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li2024-04-113-9/+7
| * | | | | ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown2024-04-111-1/+3
| |/ / / /
* | | | | Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-04-121-4/+10
|\ \ \ \ \
| * | | | | eventfs: Fix kernel-doc comments to functionsYang Li2024-04-111-4/+10
| |/ / / /
* | | | | Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-1124-238/+359
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet2024-04-111-5/+7
| * | | | bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet2024-04-111-27/+1
| * | | | bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet2024-04-111-3/+7
| * | | | bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet2024-04-101-0/+3
| * | | | bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet2024-04-094-18/+29
| * | | | bcachefs: Fix check_topology() when using node scanKent Overstreet2024-04-091-1/+1
| * | | | bcachefs: fix eytzinger0_find_gt()Kent Overstreet2024-04-091-6/+20
| * | | | bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet2024-04-071-16/+14