summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg3-85/+96
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg3-1/+24
2020-10-22smb3: do not try to cache root directory if dir leases not supportedSteve French1-1/+4
2020-10-22smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6
2020-10-22cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero1-2/+10
2020-10-22SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-20cifs: make const array static, makes object smallerColin Ian King1-3/+5
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French3-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French3-9/+18
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French1-3/+13
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedSteve French4-6/+17
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2-6/+6
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French1-2/+13
2020-10-16smb3.1.1: add new module load parm enable_gcm_256Steve French4-2/+14
2020-10-16smb3.1.1: add new module load parm require_gcm_256Steve French3-4/+15
2020-10-16cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher1-1/+1
2020-10-16SMB3.1.1: add defines for new signing negotiate contextSteve French1-0/+14
2020-10-16cifs: handle -EINTR in cifs_setattrRonnie Sahlberg1-4/+9
2020-10-16Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula4-2/+32
2020-10-12cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg1-14/+16
2020-10-12cifs: return cached_fid from open_shrootRonnie Sahlberg3-13/+23
2020-10-12update structure definitions from updated protocol documentationSteve French1-7/+57
2020-10-12smb3: add defines for new crypto algorithmsSteve French1-0/+2
2020-10-12Convert trailing spaces and periods in path componentsBoris Protopopov1-1/+7
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2020-10-11cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-22/+12
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells3-9/+50
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada1-7/+6
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds1-0/+20
2020-10-03Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+18
2020-10-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-41/+31
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+52
2020-10-02pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2-25/+45
2020-10-01pipe: Fix memory leaks in create_pipe_files()Qian Cai1-6/+5
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2-1/+5
2020-09-30autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2-1/+9
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu1-0/+2
2020-09-28Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-22/+34
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe1-5/+14
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe1-0/+2
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2020-09-26io_uring: ensure async buffered read-retry is setup properlyJens Axboe1-4/+2
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe1-3/+0
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik3-9/+9
2020-09-25io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe1-0/+5
2020-09-25ep_create_wakeup_source(): dentry name can change under you...Al Viro1-3/+4