summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-12fsnotify: optionally pass access range in file permission hooksAmir Goldstein
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein
2023-12-05fs: use do_splice_direct() for nfsd/ksmbd server-side-copyAmir Goldstein
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein
2023-11-24fs: create file_write_started() helperAmir Goldstein
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein
2023-11-24fs: move permission hook out of do_iter_read()Amir Goldstein
2023-11-24fs: move permission hook out of do_iter_write()Amir Goldstein
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-11-24coda: change locking order in coda_file_write_iter()Amir Goldstein
2023-11-24btrfs: move file_start_write() to after permission hookAmir Goldstein
2023-11-24remap_range: move file_start_write() to after permission hookAmir Goldstein
2023-11-24remap_range: move permission hooks out of do_clone_file_range()Amir Goldstein
2023-11-24splice: remove permission hook from iter_file_splice_write()Amir Goldstein
2023-11-24splice: move permission hook out of splice_file_to_pipe()Amir Goldstein
2023-11-24splice: move permission hook out of splice_direct_to_actor()Amir Goldstein
2023-11-24splice: remove permission hook from do_splice_direct()Amir Goldstein
2023-11-24ovl: add permission hooks outside of do_splice_direct()Amir Goldstein
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-11-10cifs: update internal module version number for cifs.koSteve French
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara
2023-11-09smb3: fix caching of ctime on setxattrSteve French
2023-11-09smb3: minor cleanup of session handling codeSteve French
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N
2023-11-09smb3: more minor cleanups for session handling routinesSteve French
2023-11-09smb3: minor RDMA cleanupSteve French
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-08Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher