summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-05Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-04nfsd: drop the nfsd_put helperJeff Layton
2024-01-03Merge tag 'trace-v6.7-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-01-02eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)
2024-01-02tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet
2024-01-01bcachefs: Add persistent identifiers for recovery passesKent Overstreet
2024-01-01bcachefs: prt_bitflags_vector()Kent Overstreet
2024-01-01bcachefs: move BCH_SB_ERRS() to sb-errors_types.hKent Overstreet
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet
2024-01-01bcachefs: DARRAY_PREALLOCATED()Kent Overstreet
2024-01-01bcachefs: Switch darray to kvmalloc()Kent Overstreet
2024-01-01bcachefs: Factor out darray resize slowpathKent Overstreet
2024-01-01bcachefs: fix setting version_upgrade_completeKent Overstreet
2024-01-01bcachefs: fix invalid free in dio write pathKent Overstreet
2024-01-01bcachefs: Fix extents iteration + snapshots interactionKent Overstreet
2023-12-30Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N
2023-12-28Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds
2023-12-28Merge tag 'bcachefs-2023-12-27' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-27ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2023-12-26bcachefs: Fix promotesKent Overstreet
2023-12-23Merge tag 'char-misc-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-22eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)
2023-12-22debugfs: initialize cancellations earlierJohannes Berg
2023-12-21bcachefs: Fix leakage of internal error codeKent Overstreet
2023-12-21bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells
2023-12-21afs: Fix overwriting of result of DNS queryDavid Howells
2023-12-21Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-21Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-21eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)
2023-12-20Merge tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-20Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-20Merge tag 'bcachefs-2023-12-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-20afs: Fix dynamic root lookup DNS checkDavid Howells
2023-12-20afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-12-19bcachefs: fix BCH_FSCK_ERR enumKent Overstreet
2023-12-19bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet
2023-12-19bcachefs; guard against overflow in btree node splitKent Overstreet
2023-12-19bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N
2023-12-19fs: cifs: Fix atime update checkZizhi Wo