summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-101-5/+7
| * bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet2024-04-101-27/+1
| * bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet2024-04-101-3/+7
| * bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet2024-04-091-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-081-6/+20
| * bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet2024-04-071-16/+14
| * bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li2024-04-071-0/+2
| * bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet2024-04-071-10/+45
| * bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum2024-04-061-4/+4
| * bcachefs: JOURNAL_SPACE_LOWKent Overstreet2024-04-065-12/+19
| * bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-04-061-0/+4
| * bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet2024-04-061-44/+50
| * bcachefs: fix rand_delete unit testKent Overstreet2024-04-051-1/+1
| * bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter2024-04-051-1/+1
| * bcachefs: Fix rebalance from durability=0 deviceKent Overstreet2024-04-051-4/+13
| * bcachefs: Print shutdown journal sequence numberKent Overstreet2024-04-041-0/+5
| * bcachefs: Further improve btree_update_to_text()Kent Overstreet2024-04-042-55/+48
| * bcachefs: Move btree_updates to debugfsKent Overstreet2024-04-042-9/+42
| * bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet2024-04-042-1/+15
| * bcachefs: Make snapshot_is_ancestor() safeKent Overstreet2024-04-041-6/+13
| * bcachefs: create debugfs dir for each btreeThomas Bertschinger2024-04-031-15/+15
* | Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-101-6/+6
|\ \
| * | fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu2024-04-091-1/+1
| * | fs/proc: remove redundant comments from /proc/bootconfigZhenhua Huang2024-04-091-6/+6
* | | Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-087-33/+55
|\ \ \ | |/ / |/| |
| * | btrfs: always clear PERTRANS metadata during commitBoris Burkov2024-04-021-1/+1
| * | btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov2024-04-021-1/+1
| * | btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov2024-04-021-9/+8
| * | btrfs: record delayed inode root in transactionBoris Burkov2024-04-021-0/+3
| * | btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov2024-04-024-22/+40
| * | btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov2024-04-021-0/+2
* | | Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-061-5/+2
|\ \ \
| * | | nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-051-5/+2
* | | | Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-04-061-2/+13
|\ \ \ \
| * | | | xfs: allow cross-linking special files without project quotaAndrey Albershteyn2024-04-011-2/+13
* | | | | Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-0622-178/+369
|\ \ \ \ \
| * | | | | smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-031-0/+2
| * | | | | smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-031-1/+5
| * | | | | smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-032-0/+12
| * | | | | smb3: retrying on failed server closeRitvik Budhiraja2024-04-037-17/+85
| * | | | | smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-023-4/+27