aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-34/+54
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 36-228/+394
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-10/+182
2023-11-30smb: client, common: fix fortify warningsGravatar Dmitry Antipov 5-31/+40
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 3-10/+182
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedGravatar David Howells 1-0/+3
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedGravatar David Howells 1-2/+8
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcGravatar Kent Overstreet 2-4/+10
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Gravatar Kent Overstreet 1-4/+5
2023-11-28bcachefs: Fix race between btree writes and metadata dropGravatar Kent Overstreet 1-0/+4
2023-11-28bcachefs: move journal seq assertionGravatar Kent Overstreet 2-3/+3
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failGravatar Kent Overstreet 1-0/+4
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksGravatar Paulo Alcantara 1-0/+2
2023-11-28smb: client: fix missing mode bits for SMB symlinksGravatar Paulo Alcantara 1-1/+1
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeGravatar Kent Overstreet 3-17/+14
2023-11-28bcachefs: Fix split_race livelockGravatar Kent Overstreet 1-1/+5
2023-11-28bcachefs: Fix bucket data type for stripe bucketsGravatar Kent Overstreet 1-2/+6
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageGravatar Kent Overstreet 4-31/+53
2023-11-28bcachefs: Fix zstd compress workspace sizeGravatar Kent Overstreet 2-7/+11
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-10/+62
2023-11-27Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 9-141/+162
2023-11-27debugfs: add API to allow debugfs operations cancellationGravatar Johannes Berg 3-1/+118
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepGravatar Johannes Berg 3-0/+28
2023-11-27debugfs: fix automount d_fsdata usageGravatar Johannes Berg 3-9/+36
2023-11-26Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-48/+30
2023-11-26Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-375/+314
2023-11-25bcachefs: bpos is misaligned on big endianGravatar Kent Overstreet 1-1/+5
2023-11-25bcachefs: Fix ec + durability calculationGravatar Kent Overstreet 1-18/+12
2023-11-25bcachefs: Data update path won't accidentaly grow replicasGravatar Kent Overstreet 5-67/+96
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-5/+21
2023-11-24Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-3/+18
2023-11-24btrfs: send: ensure send_fd is writableGravatar Jann Horn 1-1/+1
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsGravatar Qu Wenruo 1-3/+8
2023-11-24btrfs: fix 64bit compat send ioctl arguments not initializing version memberGravatar David Sterba 1-0/+1
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-56/+97
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYGravatar David Howells 1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeGravatar David Howells 1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundGravatar David Howells 1-0/+10
2023-11-24bcachefs: deallocate_extra_replicas()Gravatar Kent Overstreet 1-0/+27
2023-11-24bcachefs: Proper refcounting for journal_keysGravatar Kent Overstreet 6-11/+42
2023-11-24bcachefs: preserve device path as device nameGravatar Brian Foster 3-2/+7
2023-11-24bcachefs: Fix an endianness conversionGravatar Kent Overstreet 1-1/+1
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refGravatar Kent Overstreet 1-12/+16
2023-11-24bcachefs: Don't stop copygc thread on device resizeGravatar Kent Overstreet 1-2/+0
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsGravatar Kent Overstreet 2-13/+23
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Gravatar Kent Overstreet 1-5/+11
2023-11-24bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionGravatar Kent Overstreet 2-0/+15
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningGravatar Kent Overstreet 7-29/+26
2023-11-23ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorGravatar Namjae Jeon 1-1/+0