summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-24smb: client: improve purging of cached referralsPaulo Alcantara
2024-09-24smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-19Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-19Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-09-19Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'pstore-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-17Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-16smb: client: fix compression heuristic functionsEnzo Matsumiya
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár
2024-09-16cifs: Add support for creating SFU symlinksPali Rohár
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'erofs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-16Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-09-16Merge tag 'affs-for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li
2024-09-15cifs: Recognize SFU socket typePali Rohár
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French
2024-09-15cifs: Remove obsoleted declaration for cifs_dir_openGaosheng Cui
2024-09-15smb: client: Use min() macroShen Lichuan
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li
2024-09-15smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong
2024-09-15smb/client: rename cifs_acl to smb_aclChenXiaoSong