summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-21smb: client: add splice supportsmb-compression-spliceEnzo Matsumiya5-2/+693
2024-05-13smb: client: show share compression info in DebugDataEnzo Matsumiya1-1/+5
2024-05-13smb: client: implement chained compression supportEnzo Matsumiya6-46/+292
2024-05-13smb: client: implement decompression of READ responsesEnzo Matsumiya8-70/+423
2024-05-13smb: client: implement compression of WRITE requestsEnzo Matsumiya13-18/+792
2024-03-19cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-03-19smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-03-10smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-03-10smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-03-10cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-03-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara6-25/+190
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-03-10smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya6-5/+74
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-03-10smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-10cifs: allow changing password during remountSteve French4-5/+30
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM4-12/+17
2024-03-07Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang1-1/+2
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds1-3/+42
2024-03-05fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-03-05Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche1-11/+16
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2-4/+9
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-35/+139
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+22
2024-03-01Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+14
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-17/+15
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2-14/+29
2024-02-29btrfs: fix race between ordered extent completion and fiemapFilipe Manana1-7/+96
2024-02-27fs/aio: Make io_cancel() generate completions againBart Van Assche1-16/+11
2024-02-27afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan1-1/+0
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-22/+88
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2-4/+9
2024-02-26fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan1-1/+1
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-22/+25