summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet
2025-03-30bcachefs: Silence errors after emergency shutdownKent Overstreet
2025-03-30bcachefs: fix units in rebalance_statusKent Overstreet
2025-03-30bcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-29bcachefs: Clear fs_path_parent on subvolume unlinkKent Overstreet
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-29bcachefs: Change btree_insert_node() assertion to errorKent Overstreet
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-29exfat: call bh_read in get_block only when necessarySungjong Seo
2025-03-29exfat: fix potential wrong error return from get_blockSungjong Seo
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet
2025-03-28bcachefs: bch2_time_stats_init_no_pcpu()Kent Overstreet
2025-03-28NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust
2025-03-28NFS: Don't allow waiting for exiting tasksTrond Myklebust
2025-03-28bcachefs: Fix bch2_fs_get_tree() error pathFlorian Albrechtskirchinger
2025-03-28bcachefs: fix logging in journal_entry_err_msg()Kent Overstreet
2025-03-28bcachefs: add missing newline in bch2_trans_updates_to_text()Kent Overstreet
2025-03-28bcachefs: print_string_as_lines: fix extra newlineKent Overstreet
2025-03-28bcachefs: Fix WARN() in bch2_bkey_pick_read_device()Kent Overstreet
2025-03-28bcachefs: Don't return 0 size holes from bch2_seek_hole()Kent Overstreet
2025-03-28bcachefs: Fix bch2_seek_hole() lockingKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet
2025-03-28fs: namespace: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-03-27ksmbd: fix r_count dec/increment mismatchNamjae Jeon
2025-03-27ksmbd: fix multichannel connection failureNamjae Jeon
2025-03-27ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon
2025-03-27ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdevNamjae Jeon
2025-03-27ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin
2025-03-27Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...Namjae Jeon
2025-03-27ksmbd: add bounds check for create lease contextNorbert Szetei
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-27Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggyLinus Torvalds
2025-03-27Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-03-27Merge tag 'dlm-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-27Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-03-27Merge tag 'erofs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-27Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-03-27exfat: fix missing shutdown checkYuezhang Mo
2025-03-27exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo
2025-03-27exfat: fix random stack corruption after get_blockSungjong Seo
2025-03-27exfat: remove count used cluster from exfat_statfs()Yuezhang Mo