summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-420/+604
2024-03-14Merge tag 'fsnotify_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+21
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds176-3515/+13139
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds26-707/+1564
2024-03-13pidfs: remove config optionChristian Brauner5-83/+75
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds35-57/+46
2024-03-13Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-22/+16
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+126
2024-03-13Merge tag 'Smack-for-6.9' of https://github.com/cschaufler/smack-nextLinus Torvalds1-1/+31
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-13Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+4
2024-03-13Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+6
2024-03-13Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds29-557/+1344
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-317/+335
2024-03-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-26/+24
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds3-12/+21
2024-03-12Merge tag 'affs-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+1
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds118-1117/+2131
2024-03-12Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-72/+95
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds3-14/+38
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds2-25/+29
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds10-15/+59
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds30-272/+319
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds42-868/+956
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds7-84/+486
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds12-331/+392
2024-03-11Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds48-28826/+0
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds45-390/+494
2024-03-11cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-03-11smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-03-11smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-03-11smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-03-11smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-03-11cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-11smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-03-11smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-11smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-03-11smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara6-25/+190
2024-03-11smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-03-11smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-03-11smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-03-11smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-03-11smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-11smb: client: do not defer close open handles to deleted filesMeetakshi Setiya6-5/+74
2024-03-11smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-03-11smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-03-11smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-11cifs: allow changing password during remountSteve French4-5/+30