| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-16 | Merge tag '6.15-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -3/+5 |
| 2025-05-16 | Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 14 | -59/+134 |
| 2025-05-16 | NFS: Avoid flushing data while holding directory locks in nfs_rename() | Trond Myklebust | 2 | -1/+16 |
| 2025-05-16 | NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked() | Trond Myklebust | 1 | -17/+13 |
| 2025-05-16 | NFSv4/pnfs: Reset the layout state after a layoutreturn | Trond Myklebust | 1 | -0/+9 |
| 2025-05-16 | Merge tag 'xfs-fixes-6.15-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -19/+48 |
| 2025-05-15 | Merge tag 'bcachefs-2025-05-15' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 9 | -66/+140 |
| 2025-05-14 | Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -2/+27 |
| 2025-05-14 | smb: client: fix zero rsize error messages | Paulo Alcantara | 1 | -2/+4 |
| 2025-05-14 | smb: client: fix memory leak during error handling for POSIX mkdir | Jethro Donaldson | 1 | -1/+1 |
| 2025-05-14 | bcachefs: fix wrong arg to fsck_err() | Kent Overstreet | 1 | -1/+1 |
| 2025-05-14 | bcachefs: Fix missing commit in backpointer to missing target | Kent Overstreet | 1 | -38/+79 |
| 2025-05-14 | bcachefs: Fix accidental O(n^2) in fiemap | Kent Overstreet | 1 | -1/+3 |
| 2025-05-14 | bcachefs: Fix set_should_be_locked() call in peek_slot() | Kent Overstreet | 1 | -8/+8 |
| 2025-05-14 | bcachefs: Fix self deadlock | Alan Huang | 2 | -7/+26 |
| 2025-05-14 | bcachefs: Don't set btree nodes as accessed on fill | Kent Overstreet | 1 | -5/+4 |
| 2025-05-14 | bcachefs: Fix livelock in journal_entry_open() | Kent Overstreet | 1 | -5/+12 |
| 2025-05-14 | bcachefs: Fix broken btree_path lock invariants in next_node() | Kent Overstreet | 1 | -0/+6 |
| 2025-05-14 | bcachefs: Don't strip rebalance_opts from indirect extents | Kent Overstreet | 1 | -1/+1 |
| 2025-05-14 | Merge tag 'execve-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -24/+47 |
| 2025-05-14 | xfs: Fix comment on xfs_trans_ail_update_bulk() | Carlos Maiolino | 1 | -15/+17 |
| 2025-05-14 | xfs: Fix a comment on xfs_ail_delete | Carlos Maiolino | 1 | -1/+1 |
| 2025-05-14 | xfs: Fail remount with noattr2 on a v5 with v4 enabled | Nirjhar Roy (IBM) | 1 | -0/+26 |
| 2025-05-14 | xfs: fix zoned GC data corruption due to wrong bv_offset | Christoph Hellwig | 1 | -2/+3 |
| 2025-05-14 | xfs: free up mp->m_free[0].count in error case | Wengang Wang | 1 | -1/+1 |
| 2025-05-12 | btrfs: add back warning for mount option commit values exceeding 300 | Kyoji Ogasawara | 2 | -0/+5 |
| 2025-05-12 | btrfs: fix folio leak in submit_one_async_extent() | Boris Burkov | 1 | -0/+7 |
| 2025-05-12 | btrfs: fix discard worker infinite loop after disabling discard | Filipe Manana | 1 | -2/+15 |
| 2025-05-12 | Merge tag 'udf_for_v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2025-05-12 | Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -6/+29 |
| 2025-05-10 | Merge tag 'mm-hotfixes-stable-2025-05-10-14-23' of git://git.kernel.org/pub/s... | Linus Torvalds | 10 | -45/+136 |
| 2025-05-10 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 3 | -19/+17 |
| 2025-05-09 | Merge tag '6.15-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -8/+4 |
| 2025-05-09 | fix IS_MNT_PROPAGATING uses | Al Viro | 3 | -10/+12 |
| 2025-05-09 | do_move_mount(): don't leak MNTNS_PROPAGATING on failures | Al Viro | 1 | -3/+2 |
| 2025-05-09 | do_umount(): add missing barrier before refcount checks in sync case | Al Viro | 1 | -1/+2 |
| 2025-05-09 | __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock | Al Viro | 1 | -5/+1 |
| 2025-05-09 | fs: Remove redundant errseq_set call in mark_buffer_write_io_error. | Jeremy Bongio | 1 | -3/+1 |
| 2025-05-08 | Merge tag 'bcachefs-2025-05-08' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 12 | -19/+55 |
| 2025-05-08 | Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 4 | -9/+43 |
| 2025-05-07 | nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() | Ryusuke Konishi | 1 | -3/+0 |
| 2025-05-07 | ocfs2: stop quota recovery before disabling quotas | Jan Kara | 5 | -9/+30 |
| 2025-05-07 | ocfs2: implement handshaking with ocfs2 recovery thread | Jan Kara | 2 | -17/+39 |
| 2025-05-07 | ocfs2: switch osb->disable_recovery to enum | Jan Kara | 2 | -7/+14 |
| 2025-05-07 | mm/userfaultfd: fix uninitialized output field for -EAGAIN race | Peter Xu | 1 | -6/+22 |
| 2025-05-07 | ocfs2: fix panic in failed foilio allocation | Mark Tinguely | 1 | -0/+1 |
| 2025-05-07 | ocfs2: fix the issue with discontiguous allocation in the global_bitmap | Heming Zhao | 2 | -6/+33 |
| 2025-05-07 | bcachefs: Don't aggressively discard the journal | Kent Overstreet | 1 | -3/+4 |
| 2025-05-07 | bcachefs: Ensure superblock gets written when we go ERO | Kent Overstreet | 1 | -0/+5 |
| 2025-05-07 | bcachefs: Filter out harmless EROFS error messages | Kent Overstreet | 1 | -1/+2 |
| 2025-05-07 | bcachefs: journal_shutdown is EROFS, not EIO | Kent Overstreet | 1 | -1/+1 |
| 2025-05-07 | smb: client: Avoid race in open_cached_dir with lease breaks | Paul Aurich | 1 | -8/+2 |
| 2025-05-07 | Merge tag 'erofs-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -20/+16 |
| 2025-05-07 | udf: Make sure i_lenExtents is uptodate on inode eviction | Jan Kara | 1 | -1/+1 |
| 2025-05-07 | erofs: ensure the extra temporary copy is valid for shortened bvecs | Gao Xiang | 1 | -17/+14 |
| 2025-05-06 | Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -95/+8 |
| 2025-05-06 | smb3 client: warn when parse contexts returns error on compounded operation | Steve French | 1 | -0/+2 |
| 2025-05-06 | ksmbd: Fix UAF in __close_file_table_ids | Sean Heelan | 1 | -7/+26 |
| 2025-05-06 | ksmbd: prevent out-of-bounds stream writes by validating *pos | Norbert Szetei | 1 | -0/+7 |
| 2025-05-05 | bcachefs: Call bch2_fs_start before getting vfs superblock | Kent Overstreet | 1 | -8/+3 |
| 2025-05-05 | bcachefs: fix hung task timeout in journal read | Kent Overstreet | 1 | -1/+3 |
| 2025-05-05 | bcachefs: Add missing barriers before wake_up_bit() | Kent Overstreet | 3 | -1/+10 |
| 2025-05-05 | bcachefs: Ensure proper write alignment | Kent Overstreet | 1 | -1/+21 |
| 2025-05-05 | bcachefs: Improve want_cached_ptr() | Kent Overstreet | 1 | -2/+3 |
| 2025-05-04 | bcachefs: thread_with_stdio: fix spinning instead of exiting | Kent Overstreet | 1 | -1/+3 |
| 2025-05-02 | Merge tag '6.15-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 9 | -75/+324 |
| 2025-05-02 | Merge tag 'bcachefs-2025-05-01' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 20 | -91/+219 |
| 2025-05-02 | fs/eventpoll: fix endless busy loop after timeout has expired | Max Kellermann | 1 | -3/+4 |
| 2025-05-02 | btrfs: open code folio_index() in btree_clear_folio_dirty_tag() | Kairui Song | 1 | -2/+2 |
| 2025-05-02 | Revert "btrfs: canonicalize the device path before adding it" | Qu Wenruo | 1 | -90/+1 |
| 2025-05-02 | btrfs: avoid NULL pointer dereference if no valid csum tree | Qu Wenruo | 1 | -2/+2 |
| 2025-05-02 | btrfs: handle empty eb->folios in num_extent_folios() | Boris Burkov | 1 | -0/+2 |
| 2025-05-02 | btrfs: compression: adjust cb->compressed_folios allocation type | Kees Cook | 1 | -1/+1 |
| 2025-05-01 | binfmt_elf: Move brk for static PIE even if ASLR disabled | Kees Cook | 1 | -24/+47 |
| 2025-05-01 | ksmbd: fix memory leak in parse_lease_state() | Wang Zhaolong | 1 | -2/+5 |
| 2025-05-01 | ksmbd: prevent rename with empty string | Namjae Jeon | 1 | -0/+5 |
| 2025-05-01 | bcachefs: Remove incorrect __counted_by annotation | Alan Huang | 1 | -1/+7 |
| 2025-05-01 | bcachefs: add missing sched_annotate_sleep() | Kent Overstreet | 1 | -2/+2 |
| 2025-05-01 | bcachefs: Fix __bch2_dev_group_set() | Kent Overstreet | 1 | -13/+12 |
| 2025-05-01 | smb: client: ensure aligned IO sizes | Paulo Alcantara | 6 | -55/+62 |
| 2025-05-01 | bcachefs: Kill ERO for i_blocks check in truncate | Kent Overstreet | 2 | -6/+18 |
| 2025-05-01 | bcachefs: check for inode.bi_sectors underflow | Kent Overstreet | 2 | -1/+23 |
| 2025-05-01 | bcachefs: Kill ERO in __bch2_i_sectors_acct() | Kent Overstreet | 2 | -5/+23 |
| 2025-04-30 | Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -6/+9 |
| 2025-04-30 | bcachefs: readdir fixes | Kent Overstreet | 1 | -2/+2 |
| 2025-04-30 | bcachefs: improve missing journal write device error message | Kent Overstreet | 1 | -1/+1 |
| 2025-04-30 | cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun... | Pali Rohár | 4 | -12/+166 |
| 2025-04-30 | cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() | Pali Rohár | 1 | -8/+95 |
| 2025-04-30 | smb: client: fix zero length for mkdir POSIX create context | Jethro Donaldson | 1 | -0/+1 |
| 2025-04-30 | erofs: remove unused enum type | Hongbo Li | 1 | -1/+0 |
| 2025-04-29 | Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -6/+1 |
| 2025-04-29 | fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio() | Max Kellermann | 1 | -2/+2 |
| 2025-04-28 | bcachefs: Topology error after insert is now an ERO | Kent Overstreet | 1 | -17/+32 |
| 2025-04-28 | bcachefs: Use bch2_kvmalloc() for journal keys array | Kent Overstreet | 1 | -1/+1 |
| 2025-04-28 | bcachefs: More informative error message when shutting down due to error | Kent Overstreet | 1 | -1/+3 |
| 2025-04-28 | bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b... | Kent Overstreet | 1 | -2/+25 |
| 2025-04-28 | Merge tag 'v6.15-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 4 | -18/+35 |
| 2025-04-28 | bcachefs: btree_node_data_missing is now autofix | Kent Overstreet | 1 | -1/+1 |
| 2025-04-28 | bcachefs: Don't generate alloc updates to invalid buckets | Kent Overstreet | 1 | -0/+7 |
| 2025-04-28 | bcachefs: Improve bch2_dev_bucket_missing() | Kent Overstreet | 2 | -7/+12 |
| 2025-04-28 | bcachefs: fix bch2_dev_buckets_resize() | Kent Overstreet | 1 | -5/+3 |
| 2025-04-28 | bcachefs: Add upgrade table entry from 0.14 | Kent Overstreet | 2 | -2/+6 |
| 2025-04-28 | bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on missing subvol -> sn... | Kent Overstreet | 1 | -2/+3 |
| 2025-04-28 | bcachefs: Add missing utf8_unload() | Kent Overstreet | 1 | -0/+4 |
| 2025-04-28 | bcachefs: Emit unicode version message on startup | Kent Overstreet | 1 | -19/+23 |
| 2025-04-28 | bcachefs: Use generic_set_sb_d_ops for standard casefolding d_ops | Kent Overstreet | 2 | -3/+11 |
| 2025-04-28 | bcachefs: Fix losing return code in next_fiemap_extent() | Kent Overstreet | 1 | -2/+2 |
| 2025-04-28 | NFS/localio: Fix a race in nfs_local_open_fh() | Trond Myklebust | 1 | -1/+1 |
| 2025-04-28 | fs/xattr.c: fix simple_xattr_list to always include security.* xattrs | Stephen Smalley | 1 | -0/+24 |
| 2025-04-27 | nfs: nfs3acl: drop useless assignment in nfs3_get_acl() | Sergey Shtylyov | 1 | -1/+1 |
| 2025-04-27 | nfs: direct: drop useless initializer in nfs_direct_write_completion() | Sergey Shtylyov | 1 | -1/+1 |
| 2025-04-27 | nfs: move the nfs4_data_server_cache into struct nfs_net | Jeff Layton | 3 | -15/+29 |
| 2025-04-27 | nfs: don't share pNFS DS connections between net namespaces | Jeff Layton | 4 | -11/+14 |
| 2025-04-27 | nfs: handle failure of nfs_get_lock_context in unlock path | Li Lingfeng | 1 | -1/+8 |
| 2025-04-27 | pNFS/flexfiles: Record the RPC errors in the I/O tracepoints | Trond Myklebust | 2 | -15/+25 |
| 2025-04-27 | NFSv4/pnfs: Layoutreturn on close must handle fatal networking errors | Trond Myklebust | 1 | -0/+12 |
| 2025-04-27 | NFSv4: Handle fatal ENETDOWN and ENETUNREACH errors | Trond Myklebust | 1 | -0/+9 |
| 2025-04-25 | ksmbd: fix use-after-free in session logoff | Sean Heelan | 1 | -4/+0 |
| 2025-04-25 | ksmbd: fix use-after-free in kerberos authentication | Sean Heelan | 2 | -6/+13 |
| 2025-04-25 | Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -65/+108 |
| 2025-04-25 | Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -1/+1 |
| 2025-04-25 | Merge tag 'xfs-fixes-6.15-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+8 |
| 2025-04-25 | Merge tag 'bcachefs-2025-04-24' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 32 | -585/+735 |
| 2025-04-25 | fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2) | Jan Kara | 1 | -2/+2 |
| 2025-04-25 | splice: remove duplicate noinline from pipe_clear_nowait | T.J. Mercier | 1 | -1/+1 |
| 2025-04-24 | bcachefs: Rework fiemap transaction restart handling | Kent Overstreet | 1 | -113/+112 |
| 2025-04-24 | bcachefs: add fiemap delalloc extent detection | Brian Foster | 1 | -7/+112 |
| 2025-04-24 | bcachefs: refactor fiemap processing into extent helper and struct | Brian Foster | 1 | -34/+53 |
| 2025-04-24 | bcachefs: track current fiemap offset in start variable | Brian Foster | 1 | -2/+2 |
| 2025-04-24 | bcachefs: drop duplicate fiemap sync flag | Brian Foster | 1 | -1/+1 |
| 2025-04-24 | bcachefs: Fix btree_iter_peek_prev() at end of inode | Kent Overstreet | 1 | -1/+4 |
| 2025-04-24 | bcachefs: Make btree_iter_peek_prev() assert more precise | Kent Overstreet | 1 | -1/+1 |
| 2025-04-24 | bcachefs: Unit test fixes | Kent Overstreet | 1 | -0/+4 |
| 2025-04-24 | bcachefs: Print mount opts earlier | Kent Overstreet | 1 | -39/+37 |
| 2025-04-24 | bcachefs: unlink: casefold d_invalidate | Kent Overstreet | 1 | -0/+5 |
| 2025-04-24 | bcachefs: Fix casefold lookups | Kent Overstreet | 3 | -17/+25 |
| 2025-04-24 | bcachefs: Casefold is now a regular opts.h option | Kent Overstreet | 7 | -22/+43 |
| 2025-04-24 | fanotify: fix flush of mntns marks | Amir Goldstein | 1 | -6/+1 |
| 2025-04-23 | btrfs: adjust subpage bit start based on sectorsize | Josef Bacik | 1 | -1/+1 |
| 2025-04-23 | btrfs: fix the inode leak in btrfs_iget() | Penglei Jiang | 1 | -1/+3 |
| 2025-04-23 | btrfs: fix COW handling in run_delalloc_nocow() | Dave Chen | 1 | -4/+5 |
| 2025-04-23 | fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() | Al Viro | 1 | -33/+36 |
| 2025-04-22 | ksmbd: fix use-after-free in ksmbd_session_rpc_open | Namjae Jeon | 2 | -6/+15 |
| 2025-04-22 | smb: server: smb2pdu: check return value of xa_store() | Salah Triki | 1 | -2/+7 |
| 2025-04-22 | Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -9/+27 |
| 2025-04-22 | fs: fall back to file_ref_put() for non-last reference | Mateusz Guzik | 1 | -1/+1 |
| 2025-04-22 | mm/migrate: fix sleep in atomic for large folios and buffer heads | Davidlohr Bueso | 2 | -2/+13 |
| 2025-04-22 | fs/ext4: use sleeping version of sb_find_get_block() | Davidlohr Bueso | 1 | -1/+2 |
| 2025-04-22 | fs/jbd2: use sleeping version of __find_get_block() | Davidlohr Bueso | 1 | -6/+9 |
| 2025-04-22 | fs/ocfs2: use sleeping version of __find_get_block() | Davidlohr Bueso | 1 | -1/+1 |
| 2025-04-22 | fs/buffer: use sleeping version of __find_get_block() | Davidlohr Bueso | 1 | -2/+9 |
| 2025-04-22 | fs/buffer: introduce sleeping flavors for pagecache lookups | Davidlohr Bueso | 1 | -0/+9 |
| 2025-04-22 | fs/buffer: split locking for pagecache lookups | Davidlohr Bueso | 1 | -16/+25 |
| 2025-04-22 | XFS: fix zoned gc threshold math for 32-bit arches | Carlos Maiolino | 1 | -2/+8 |
| 2025-04-21 | bcachefs: Implement fileattr_(get|set) | Kent Overstreet | 4 | -292/+211 |
| 2025-04-21 | bcachefs: Allocator now copes with unaligned buckets | Kent Overstreet | 2 | -1/+5 |
| 2025-04-21 | bcachefs: Start copygc, rebalance threads earlier | Kent Overstreet | 5 | -36/+39 |
| 2025-04-21 | bcachefs: Refactor bch2_run_recovery_passes() | Kent Overstreet | 1 | -33/+30 |
| 2025-04-20 | bcachefs: bch2_copygc_wakeup() | Kent Overstreet | 5 | -9/+17 |
| 2025-04-20 | bcachefs: Fix ref leak in write_super() | Kent Overstreet | 1 | -1/+2 |
| 2025-04-20 | bcachefs: Change __journal_entry_close() assert to ERO | Kent Overstreet | 1 | -1/+18 |
| 2025-04-20 | bcachefs: Ensure journal space is block size aligned | Kent Overstreet | 1 | -1/+4 |
| 2025-04-20 | bcachefs: Stricter checks on "key allowed in this btree" | Kent Overstreet | 2 | -42/+62 |
| 2025-04-20 | bcachefs: Error ratelimiting is no longer only during fsck | Kent Overstreet | 3 | -5/+14 |
| 2025-04-20 | bcachefs: Fix null ptr deref in bch2_snapshot_tree_oldest_subvol() | Kent Overstreet | 1 | -1/+1 |
| 2025-04-20 | bcachefs: Fix early startup error path | Kent Overstreet | 4 | -21/+28 |
| 2025-04-20 | gcc-15: add '__nonstring' markers to byte arrays | Linus Torvalds | 1 | -1/+1 |
| 2025-04-19 | Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -0/+1 |
| 2025-04-19 | Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -40/+87 |
| 2025-04-19 | Revert "hfs{plus}: add deprecation warning" | Christian Brauner | 2 | -4/+0 |
| 2025-04-19 | Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 7 | -20/+4 |
| 2025-04-18 | Merge tag '6.15-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -25/+39 |
| 2025-04-18 | Merge tag 'v6.15-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 9 | -37/+34 |
| 2025-04-17 | fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages | David Hildenbrand | 1 | -0/+1 |
| 2025-04-17 | Merge tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 13 | -26/+98 |
| 2025-04-17 | bcachefs: Fix snapshotting a subvolume, then renaming it | Kent Overstreet | 1 | -1/+43 |
| 2025-04-17 | Merge tag 'xfs-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 12 | -61/+93 |
| 2025-04-17 | Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -4/+3 |
| 2025-04-17 | btrfs: zoned: skip reporting zone for new block group | Naohiro Aota | 1 | -2/+16 |
| 2025-04-17 | btrfs: tree-checker: adjust error code for header level check | David Sterba | 1 | -1/+1 |
| 2025-04-17 | btrfs: fix invalid inode pointer after failure to create reloc inode | Filipe Manana | 1 | -1/+1 |
| 2025-04-17 | btrfs: zoned: return EIO on RAID1 block group write pointer mismatch | Johannes Thumshirn | 1 | -1/+0 |
| 2025-04-17 | btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP() | Qu Wenruo | 1 | -1/+1 |
| 2025-04-17 | btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range() | Qu Wenruo | 1 | -2/+7 |
| 2025-04-17 | btrfs: subpage: access correct object when reading bitmap start in subpage_ca... | Qu Wenruo | 1 | -1/+1 |
| 2025-04-17 | fs: move the bdex_statx call to vfs_getattr_nosec | Christoph Hellwig | 1 | -14/+18 |
| 2025-04-17 | netfs: Mark __nonstring lookup tables | Kees Cook | 2 | -2/+2 |
| 2025-04-17 | eventpoll: Set epoll timeout if it's in the future | Joe Damato | 1 | -1/+9 |
| 2025-04-16 | bcachefs: Add missing READ_ONCE() for metadata replicas | Kent Overstreet | 1 | -1/+1 |
| 2025-04-16 | xfs: fix fsmap for internal zoned devices | Darrick J. Wong | 1 | -18/+33 |
| 2025-04-16 | xfs: Fix spelling mistake "drity" -> "dirty" | Zhang Xianwei | 1 | -1/+1 |
| 2025-04-16 | fs: ensure that *path_locked*() helpers leave passed path pristine | Christian Brauner | 1 | -16/+18 |
| 2025-04-15 | bcachefs: snapshot_node_missing is now autofix | Kent Overstreet | 1 | -1/+1 |
| 2025-04-15 | bcachefs: Log message when incompat version requested but not enabled | Kent Overstreet | 4 | -3/+22 |
| 2025-04-15 | bcachefs: Print version_incompat_allowed on startup | Kent Overstreet | 1 | -0/+5 |
| 2025-04-15 | bcachefs: Silence extent_poisoned error messages | Kent Overstreet | 3 | -10/+12 |
| 2025-04-15 | Merge tag 'fs_for_v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-15 | fs: add kern_path_locked_negative() | Christian Brauner | 1 | -16/+49 |
| 2025-04-15 | hfs{plus}: add deprecation warning | Christian Brauner | 2 | -0/+4 |
| 2025-04-14 | ksmbd: Prevent integer overflow in calculation of deadtime | Denis Arefev | 1 | -1/+6 |