summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-12-09Revert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo-23/+4
2025-12-09Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-376/+515
2025-12-09Merge tag 'ubifs-for-linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-27/+13
2025-12-08fs/proc: replace "__auto_type" with "const auto"H. Peter Anvin-10/+9
2025-12-08btrfs: do not skip logging new dentries when logging a new nameFilipe Manana-8/+0
2025-12-08btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana-0/+38
2025-12-08btrfs: tests: fix double btrfs_path free in remove_extent_ref()Dan Carpenter-1/+0
2025-12-08cgroup: switch to css_is_online() helperChen Ridong-1/+1
2025-12-08nfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko-1/+1
2025-12-07smb/client: update some SMB2 status stringsChenXiaoSong-4/+6
2025-12-07Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linuxLinus Torvalds-292/+386
2025-12-06ocfs2: fix xattr array entry __counted_by errorLinus Torvalds-1/+1
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-194/+138
2025-12-06Merge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-20/+20
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-317/+587
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-26/+24
2025-12-05nfs/localio: fix regression due to out-of-order __put_credMike Snitzer-31/+17
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+5
2025-12-05NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust-8/+17
2025-12-05nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer-1/+1
2025-12-05nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer-2/+0
2025-12-05Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-33/+1
2025-12-05ovl: pass original credentials, not mounter credentials during createChristian Brauner-8/+12
2025-12-05cifs: Remove dead function prototypesDavid Howells-18/+0
2025-12-05Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+15
2025-12-05Merge tag 'exfat-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-24/+77
2025-12-05smb/client: add two elements to smb2_error_map_table arrayChenXiaoSong-0/+3
2025-12-05smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong-3/+4
2025-12-05smb/client: remove unused elements from smb2_error_map_table arrayChenXiaoSong-3/+0
2025-12-05smb/client: reduce loop count in map_smb2_to_linux_error() by halfChenXiaoSong-24/+6
2025-12-05smb: client: Add tracepoint for krb5 authPaulo Alcantara-2/+45
2025-12-05smb: client: improve error message when creating SMB sessionPaulo Alcantara-1/+6
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara-5/+26
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-71/+338
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells-1/+1
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal-26/+128
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells-51/+47
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells-312/+609
2025-12-05cifs: Don't need state locking in smb2_get_mid_entry()David Howells-28/+20
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells-113/+108
2025-12-05cifs: Fix specification of function pointersDavid Howells-12/+12
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells-216/+79
2025-12-05cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells-82/+39
2025-12-05cifs: Make smb1's SendReceive() wrap cifs_send_recv()David Howells-72/+10
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells-626/+647
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells-1/+1
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-259/+264
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-218/+290
2025-12-05Merge tag 'sysctl-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-21/+7
2025-12-05Merge tag 'pstore-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2