Age | Commit message (Expand) | Author | Files | Lines |
2 days | Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -5/+6 |
2 days | Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
2 days | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -42/+71 |
2 days | Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci... | Linus Torvalds | 12 | -286/+421 |
3 days | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 5 | -5/+6 |
4 days | Merge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -4/+13 |
4 days | do_change_type(): refuse to operate on unmounted/not ours mounts | Al Viro | 1 | -0/+4 |
4 days | clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns | Al Viro | 1 | -0/+3 |
4 days | do_move_mount(): split the checks in subtree-of-our-ns and entire-anon cases | Al Viro | 1 | -21/+25 |
4 days | fs: allow clone_private_mount() for a path on real rootfs | KONDO KAZUMA(近藤 和真) | 1 | -10/+11 |
4 days | fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2) | Al Viro | 1 | -1/+1 |
4 days | path_overmount(): avoid false negatives | Al Viro | 1 | -6/+13 |
4 days | fs/fhandle.c: fix a race in call of has_locked_children() | Al Viro | 1 | -4/+14 |
4 days | Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 4 | -11/+25 |
4 days | Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -80/+77 |
5 days | ceph: fix variable dereferenced before check in ceph_umount_begin() | Viacheslav Dubeyko | 1 | -2/+1 |
6 days | cifs: update internal version number | Steve French | 1 | -2/+2 |
6 days | Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 10 | -93/+53 |
6 days | Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 98 | -1757/+2323 |
6 days | bcachefs: add cond_resched() to handle_overwrites() | Kent Overstreet | 1 | -0/+2 |
6 days | bcachefs: Make journal read log message a bit quieter | Kent Overstreet | 1 | -5/+5 |
6 days | bcachefs: Fix subvol to missing root repair | Kent Overstreet | 1 | -4/+14 |
6 days | bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm() | Kent Overstreet | 4 | -19/+62 |
6 days | bcachefs: delete dead code from may_delete_deleted_inode() | Kent Overstreet | 1 | -12/+3 |
6 days | bcachefs: Add flags to subvolume_to_text() | Kent Overstreet | 1 | -0/+7 |
6 days | bcachefs: Fix oops in btree_node_seq_matches() | Kent Overstreet | 1 | -2/+21 |
6 days | bcachefs: Fix dirent_casefold_mismatch repair | Kent Overstreet | 5 | -118/+162 |
6 days | bcachefs: Fix bch2_fsck_rename_dirent() for casefold | Kent Overstreet | 3 | -13/+25 |
6 days | bcachefs: Redo bch2_dirent_init_name() | Kent Overstreet | 2 | -70/+66 |
6 days | bcachefs: Fix -Wc23-extensions in bch2_check_dirents() | Nathan Chancellor | 1 | -1/+2 |
6 days | fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_m... | Zeng Heng | 1 | -0/+4 |
7 days | cifs: do not disable interface polling on failure | Shyam Prasad N | 2 | -9/+6 |
7 days | cifs: serialize other channels when query server interfaces is pending | Shyam Prasad N | 2 | -6/+19 |
7 days | cifs: deal with the channel loading lag while picking channels | Shyam Prasad N | 1 | -7/+7 |
7 days | smb: client: make use of common smbdirect_socket_parameters | Stefan Metzmacher | 4 | -59/+77 |
7 days | smb: smbdirect: introduce smbdirect_socket_parameters | Stefan Metzmacher | 3 | -0/+23 |
7 days | smb: client: make use of common smbdirect_socket | Stefan Metzmacher | 3 | -126/+146 |
7 days | smb: smbdirect: add smbdirect_socket.h | Stefan Metzmacher | 1 | -0/+41 |
7 days | smb: client: make use of common smbdirect.h | Stefan Metzmacher | 2 | -15/+9 |
7 days | smb: smbdirect: add smbdirect.h with public structures | Stefan Metzmacher | 1 | -0/+17 |
7 days | smb: client: make use of common smbdirect_pdu.h | Stefan Metzmacher | 2 | -62/+19 |
7 days | smb: smbdirect: add smbdirect_pdu.h with protocol definitions | Stefan Metzmacher | 1 | -0/+55 |
7 days | Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 23 | -172/+468 |
7 days | Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci... | Linus Torvalds | 13 | -97/+130 |
8 days | Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -18/+13 |
8 days | Merge tag 'gfs2-for-6.16-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+3 |
8 days | Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -496/+306 |
8 days | cifs: update the lock ordering comments with new mutex | Shyam Prasad N | 1 | -5/+8 |
8 days | Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 26 | -399/+449 |
8 days | Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -3/+23 |
8 days | cifs: dns resolution is needed only for primary channel | Shyam Prasad N | 1 | -1/+2 |
8 days | cifs: update dstaddr whenever channel iface is updated | Shyam Prasad N | 1 | -0/+4 |
8 days | cifs: reset connections for all channels when reconnect requested | Shyam Prasad N | 1 | -0/+7 |
9 days | bcachefs: Run check_dirents second time if required | Kent Overstreet | 4 | -27/+49 |
9 days | bcachefs: Run snapshot deletion out of system_long_wq | Kent Overstreet | 1 | -1/+1 |
9 days | bcachefs: Make check_key_has_snapshot safer | Kent Overstreet | 2 | -22/+37 |
9 days | bcachefs: BCH_RECOVERY_PASS_NO_RATELIMIT | Kent Overstreet | 5 | -13/+53 |
9 days | bcachefs: bch2_require_recovery_pass() | Kent Overstreet | 3 | -2/+37 |
9 days | bcachefs: bch_err_throw() | Kent Overstreet | 60 | -405/+459 |
9 days | bcachefs: Repair code for directory i_size | Kent Overstreet | 2 | -1/+10 |
9 days | bcachefs: Kill un-reverted directory i_size code | Kent Overstreet | 3 | -14/+6 |
9 days | bcachefs: Delete redundant fsck_err() | Kent Overstreet | 2 | -18/+0 |
9 days | bcachefs: Convert BUG() to error | Kent Overstreet | 1 | -1/+2 |
9 days | smb: client: use ParentLeaseKey in cifs_do_create | Henrique Carvalho | 1 | -0/+23 |
9 days | smb: client: use ParentLeaseKey in open_cached_dir | Henrique Carvalho | 1 | -1/+23 |
9 days | smb: client: add ParentLeaseKey support | Henrique Carvalho | 3 | -6/+18 |
9 days | cifs: Fix cifs_query_path_info() for Windows NT servers | Pali Rohár | 1 | -0/+8 |
9 days | cifs: Fix validation of SMB1 query reparse point response | Pali Rohár | 1 | -2/+18 |
9 days | cifs: Correctly set SMB1 SessionKey field in Session Setup Request | Pali Rohár | 4 | -3/+6 |
9 days | cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode | Pali Rohár | 1 | -10/+10 |
9 days | smb: client: add NULL check in automount_fullpath | Ruben Devos | 1 | -0/+3 |
10 days | ceph: set superblock s_magic for IMA fsmagic matching | Dennis Marttinen | 1 | -0/+1 |
10 days | ceph: cleanup hardcoded constants of file handle size | Viacheslav Dubeyko | 1 | -8/+13 |
10 days | ceph: fix possible integer overflow in ceph_zero_objects() | Dmitry Kandybka | 1 | -1/+1 |
10 days | ceph: avoid kernel BUG for encrypted inode with unaligned file size | Viacheslav Dubeyko | 1 | -0/+9 |
10 days | ntfs3: use folios more in ntfs_compress_write() | Matthew Wilcox (Oracle) | 1 | -18/+13 |
10 days | bcachefs: Add better logging to fsck_rename_dirent() | Kent Overstreet | 1 | -3/+8 |
10 days | bcachefs: Replace rcu_read_lock() with guards | Kent Overstreet | 41 | -525/+344 |
10 days | bcachefs: CLASS(btree_trans) | Kent Overstreet | 1 | -10/+21 |
10 days | Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 19 | -43/+83 |
10 days | bcachefs: CLASS(darray) | Kent Overstreet | 1 | -0/+28 |
10 days | bcachefs: CLASS(printbuf) | Kent Overstreet | 1 | -0/+8 |
10 days | bcachefs: sysfs trigger_journal_commit | Kent Overstreet | 1 | -0/+5 |
10 days | bcachefs: sysfs trigger_emergency_read_only | Kent Overstreet | 1 | -0/+13 |
10 days | bcachefs: darray_find(), darray_find_p() | Kent Overstreet | 5 | -33/+36 |
10 days | bcachefs: Journal keys are retained until shutdown, or journal replay finishes | Kent Overstreet | 1 | -4/+0 |
10 days | bcachefs: Improve error printing in btree_node_check_topology() | Kent Overstreet | 1 | -36/+35 |
10 days | bcachefs: bch2_readdir() now calls str_hash_check_key() | Kent Overstreet | 3 | -4/+10 |
10 days | bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seen | Kent Overstreet | 3 | -6/+28 |
10 days | bcachefs: __bch2_insert_snapshot_whiteouts() refactoring | Kent Overstreet | 2 | -52/+30 |
10 days | bcachefs: bch2_get_snapshot_overwrites() | Kent Overstreet | 3 | -1/+60 |
10 days | bcachefs: bch2_dev_journal_bucket_delete() | Kent Overstreet | 4 | -5/+82 |
10 days | bcachefs: Runtime self healing for keys for deleted snapshots | Kent Overstreet | 1 | -7/+18 |
10 days | bcachefs: Don't unlock trans before data_update_init() | Kent Overstreet | 2 | -7/+9 |
10 days | bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore) | Kent Overstreet | 4 | -29/+36 |
10 days | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -179/+181 |
11 days | Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -35/+4 |
11 days | Merge tag 'pull-ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -177/+139 |
11 days | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 3 | -20/+4 |
11 days | gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_add | Andrew Price | 2 | -2/+3 |
12 days | Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 23 | -1729/+1960 |
12 days | bcachefs: Mark bch_errcode helpers __attribute__((const)) | Kent Overstreet | 2 | -3/+7 |
12 days | bcachefs: Add missing printbuf_reset() in bch2_check_dirent_inode_dirent() | Kent Overstreet | 1 | -0/+1 |
12 days | bcachefs: sysfs/errors | Kent Overstreet | 3 | -0/+29 |
12 days | bcachefs: bch2_check_fix_ptrs() can now repair btree roots | Kent Overstreet | 2 | -22/+54 |
12 days | bcachefs: Include b->ob.nr in cached_btree_node_to_text() | Kent Overstreet | 1 | -0/+2 |
12 days | bcachefs: Move devs_sorted to alloc_request | Kent Overstreet | 3 | -21/+24 |
12 days | bcachefs: reduce stack usage in alloc_sectors_start() | Kent Overstreet | 1 | -2/+2 |
12 days | bcachefs: bch2_alloc_v4_to_text() | Kent Overstreet | 2 | -5/+18 |
12 days | bcachefs: Tweak bch2_data_update_init() for stack usage | Kent Overstreet | 1 | -44/+67 |
12 days | bcachefs: kill replicas_sectors arg to __trigger_extent() | Kent Overstreet | 1 | -13/+10 |
12 days | bcachefs: Don't stack allocate bch_writepage_state | Kent Overstreet | 1 | -19/+11 |
12 days | bcachefs: factor out break_cycle_fail() | Kent Overstreet | 1 | -25/+28 |
12 days | bcachefs: btree_node_missing_err() | Kent Overstreet | 1 | -12/+18 |
12 days | bcachefs: Kill bkey_buf in btree_path_down() | Kent Overstreet | 2 | -22/+18 |
12 days | bcachefs: Add missing error logging in delete_dead_inodes() | Kent Overstreet | 1 | -0/+1 |
12 days | bcachefs: Fix misaligned bucket check in journal space calculations | Kent Overstreet | 1 | -9/+10 |
12 days | bcachefs: Fix incorrect multiple dev check in journal write path | Kent Overstreet | 1 | -1/+11 |
12 days | bcachefs: Catch data_update_done events in trace_io_move_start_fail | Kent Overstreet | 1 | -3/+3 |
12 days | bcachefs: io_move_evacuate_bucket tracepoint, counter | Kent Overstreet | 3 | -0/+24 |
12 days | bcachefs: trace_io_move_pred | Kent Overstreet | 2 | -26/+65 |
12 days | bcachefs: Fix infinite loop in journal_entry_btree_keys_to_text() | Kent Overstreet | 1 | -0/+4 |
12 days | bcachefs: Journal read error message improvements | Kent Overstreet | 2 | -89/+140 |
12 days | fs/dax: Fix "don't skip locked entries when scanning entries" | Alistair Popple | 1 | -1/+1 |
12 days | Merge tag 'fs_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -43/+66 |
12 days | Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -27/+35 |
13 days | Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -23/+35 |
13 days | fuse: increase readdir buffer size | Miklos Szeredi | 1 | -19/+14 |
13 days | readdir: supply dir_context.count as readdir buffer size hint | Miklos Szeredi | 3 | -16/+26 |
13 days | fuse: don't allow signals to interrupt getdents copying | Miklos Szeredi | 2 | -5/+17 |
13 days | fuse: support large folios for writeback | Joanne Koong | 1 | -4/+8 |
13 days | fuse: support large folios for readahead | Joanne Koong | 1 | -9/+29 |
13 days | fuse: support large folios for queued writes | Joanne Koong | 1 | -4/+7 |
13 days | fuse: support large folios for stores | Joanne Koong | 1 | -7/+12 |
13 days | fuse: support large folios for symlinks | Joanne Koong | 1 | -4/+4 |
13 days | fuse: support large folios for folio reads | Joanne Koong | 1 | -1/+1 |
13 days | fuse: support large folios for writethrough writes | Joanne Koong | 1 | -5/+10 |
13 days | fuse: refactor fuse_fill_write_pages() | Joanne Koong | 1 | -12/+10 |
13 days | fuse: support large folios for retrieves | Joanne Koong | 1 | -10/+15 |
13 days | fuse: support copying large folios | Joanne Koong | 2 | -50/+49 |
13 days | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 8 | -4/+428 |
13 days | flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSes | Tigran Mkrtchyan | 1 | -0/+2 |
13 days | nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer | NeilBrown | 4 | -24/+24 |
13 days | nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh() | NeilBrown | 1 | -25/+56 |
13 days | nfs_localio: duplicate nfs_close_local_fh() | NeilBrown | 1 | -1/+20 |
13 days | nfs_localio: simplify interface to nfsd for getting nfsd_file | NeilBrown | 3 | -44/+55 |
13 days | nfs_localio: always hold nfsd net ref with nfsd_file ref | NeilBrown | 5 | -7/+33 |
13 days | nfs_localio: use cmpxchg() to install new nfs_file_localio | NeilBrown | 2 | -30/+20 |
13 days | nfs: fix incorrect handling of large-number NFS errors in nfs4_do_mkdir() | NeilBrown | 1 | -12/+20 |
13 days | nfs: ignore SB_RDONLY when remounting nfs | Li Lingfeng | 1 | -0/+10 |
13 days | nfs: clear SB_RDONLY before getting superblock | Li Lingfeng | 1 | -0/+9 |
13 days | NFS: always probe for LOCALIO support asynchronously | Mike Snitzer | 4 | -5/+6 |
13 days | pnfs/flexfiles: connect to NFSv3 DS using TLS if MDS connection uses TLS | Mike Snitzer | 1 | -1/+10 |
13 days | NFS: add localio to sysfs | Mike Snitzer | 1 | -0/+28 |
13 days | nfs: use writeback_iter directly | Christoph Hellwig | 1 | -12/+6 |
13 days | nfs: refactor nfs_do_writepage | Christoph Hellwig | 1 | -10/+9 |
13 days | nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepage | Christoph Hellwig | 1 | -4/+1 |
13 days | nfs: fold nfs_page_async_flush into nfs_do_writepage | Christoph Hellwig | 1 | -10/+4 |
13 days | NFSv4: Always set NLINK even if the server doesn't support it | Han Young | 1 | -0/+2 |
13 days | NFSv4: Allow FREE_STATEID to clean up delegations | Benjamin Coddington | 3 | -15/+25 |
13 days | NFSv4: Don't check for OPEN feature support in v4.1 | Scott Mayhew | 1 | -2/+3 |
13 days | NFSv4.2: fix listxattr to return selinux security label | Olga Kornievskaia | 1 | -2/+10 |
13 days | NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ... | Sagi Grimberg | 2 | -8/+49 |
13 days | NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE) | Anna Schumaker | 6 | -3/+103 |
13 days | fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio() | Max Kellermann | 1 | -1/+2 |
13 days | Merge tag 'jfs-6.16' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 3 | -5/+22 |
13 days | Merge tag 'dlm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 3 | -3/+8 |
13 days | Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 21 | -260/+703 |
13 days | Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 24 | -471/+1062 |
13 days | Merge tag 'ntfs3_for_6.16' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 8 | -257/+28 |
13 days | Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -98/+102 |
13 days | Merge tag 'exfat-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -23/+8 |
13 days | Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -1/+0 |
13 days | smb: client: Remove an unused function and variable | Dr. David Alan Gilbert | 3 | -69/+0 |
14 days | f2fs: fix to correct check conditions in f2fs_cross_rename | Zhiguo Niu | 1 | -1/+1 |
14 days | f2fs: use d_inode(dentry) cleanup dentry->d_inode | Zhiguo Niu | 2 | -6/+6 |
14 days | f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabled | Chao Yu | 1 | -1/+1 |
14 days | f2fs: clean up to check bi_status w/ BLK_STS_OK | Chao Yu | 2 | -4/+4 |
14 days | f2fs: introduce is_{meta,node}_folio | Chao Yu | 5 | -15/+24 |
14 days | f2fs: add ckpt_valid_blocks to the section entry | yohan.joung | 2 | -18/+85 |
14 days | f2fs: add a method for calculating the remaining blocks in the current segmen... | yohan.joung | 1 | -4/+19 |
14 days | iomap: don't lose folio dropbehind state for overwrites | Jens Axboe | 2 | -2/+22 |
2025-05-27 | squashfs: add optional full compressed block caching | Chanho Min | 2 | -0/+49 |
2025-05-27 | crash_dump, nvme: select CONFIGFS_FS as built-in | Arnd Bergmann | 1 | -1/+0 |
2025-05-27 | f2fs: introduce FAULT_VMALLOC | Chao Yu | 3 | -5/+11 |
2025-05-27 | f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx | Chao Yu | 2 | -13/+15 |
2025-05-27 | f2fs: add f2fs_bug_on() in f2fs_quota_read() | Chao Yu | 1 | -0/+6 |
2025-05-27 | f2fs: add f2fs_bug_on() to detect potential bug | Chao Yu | 2 | -3/+8 |
2025-05-27 | f2fs: remove unused sbi argument from checksum functions | Eric Biggers | 5 | -35/+24 |
2025-05-27 | Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -0/+7554 |
2025-05-27 | Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2025-05-27 | ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten... | Namjae Jeon | 1 | -26/+27 |
2025-05-27 | ksmbd: provide zero as a unique ID to the Mac client | Namjae Jeon | 3 | -2/+21 |
2025-05-27 | btrfs: don't drop a reference if btrfs_check_write_meta_pointer() fails | Josef Bacik | 1 | -1/+0 |
2025-05-27 | bcachefs: Don't rewind to run a recovery pass we already ran | Kent Overstreet | 1 | -1/+3 |
2025-05-27 | bcachefs: Move unicode message to after the startup message | Kent Overstreet | 1 | -4/+6 |
2025-05-27 | bcachefs: Fix missing commit in check_dirents | Kent Overstreet | 1 | -1/+2 |
2025-05-27 | bcachefs: Fix lost rebalance wakeups | Kent Overstreet | 4 | -8/+13 |
2025-05-27 | bcachefs: bch2_kthread_io_clock_wait_once() | Kent Overstreet | 2 | -29/+19 |
2025-05-27 | bcachefs: Ensure we print output of run_recovery_pass if it errors | Kent Overstreet | 1 | -6/+15 |