aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-01NFSD: Add io_cache_{read,write} controls to debugfsMike Snitzer3-0/+123
2025-10-01NFSD: Do the grace period check in ->proc_layoutgetChuck Lever4-12/+10
2025-10-01nfsd: delete unnecessary NULL check in __fh_verify()Dan Carpenter1-3/+1
2025-10-01NFSD: Allow layoutcommit during grace periodSergey Bashirov1-13/+25
2025-10-01smb: client: show lease state as R/H/W (or NONE) in open_filesBharath SM1-5/+28
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-17/+5
2025-10-01btrfs: fix PAGE_SIZE format specifier in open_ctree()Nathan Chancellor1-1/+1
2025-09-30ksmbd: increase session and share hash table bitsNamjae Jeon2-2/+2
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon5-20/+43
2025-09-30ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon1-0/+2
2025-09-30ksmbd: add max ip connections parameterNamjae Jeon4-13/+23
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-09-30ksmbd: copy overlapped range within the same fileNamjae Jeon1-2/+14
2025-09-30ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-09-30ksmbd: make ksmbd thread names distinct by client IPNamjae Jeon1-26/+13
2025-09-30ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2025-09-30Merge tag 'x86_cache_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-122/+1229
2025-09-30NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer1-0/+15
2025-09-30nfs/localio: add tracepoints for misaligned DIO READ and WRITE supportMike Snitzer5-13/+90
2025-09-30nfs/localio: add proper O_DIRECT support for READ and WRITEMike Snitzer1-46/+201
2025-09-30nfs/localio: refactor iocb initializationMike Snitzer1-38/+55
2025-09-30nfs/localio: refactor iocb and iov_iter_bvec initializationMike Snitzer1-37/+33
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer2-10/+66
2025-09-30nfs/localio: make trace_nfs_local_open_fh more usefulMike Snitzer2-5/+6
2025-09-30NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer4-0/+69
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds76-2428/+3418
2025-09-30fs/orangefs: Replace kzalloc + copy_from_user with memdup_user_nulThorsten Blum1-6/+5
2025-09-30orangefs: fix xattr related buffer overflow...Mike Marshall1-5/+7
2025-09-30orangefs: Remove unused type in macro fill_default_sys_attrsZhen Ni2-8/+4
2025-09-30exfat: Add support for FS_IOC_{GET,SET}FSLABELEthan Ferguson5-1/+226
2025-09-30exfat: combine iocharset and utf8 option setupSang-Heon Jeon1-9/+15
2025-09-30exfat: support modifying mount options via remountYuezhang Mo1-6/+38
2025-09-30exfat: optimize allocation bitmap loading timeNamjae Jeon1-0/+13
2025-09-30exfat: Remove unnecessary parenthesesLiao Yuanhong1-1/+1
2025-09-30exfat: drop redundant conversion to boolXichao Zhao1-1/+1
2025-09-30exfat: validate cluster allocation bits of the allocation bitmapNamjae Jeon1-12/+60
2025-09-30exfat: limit log print for IO errorChi Zhiling1-5/+6
2025-09-29smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-09-29smb: Use arc4 library instead of duplicate arc4 codeEric Biggers7-108/+10
2025-09-29smb: client: add tcon information to smb2_reconnect() debug messagesHenrique Carvalho1-9/+9
2025-09-29Merge tag 'pstore-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-10/+11
2025-09-29Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-12/+47
2025-09-29Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds4-45/+147
2025-09-29Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds9-159/+81
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds9-36/+119
2025-09-29Merge tag 'erofs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds7-11/+61
2025-09-29Merge tag 'hfs-v6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfsLinus Torvalds24-237/+418
2025-09-29Merge tag 'v6.18-rc-part1-smb3-common' of git://git.samba.org/ksmbdLinus Torvalds16-1382/+2057
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds63-998/+1234
2025-09-29Merge tag 'gfs2-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds8-193/+199