summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-23smb3: remove two unused variablesSteve French
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-23Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French
2020-10-22cifs: remove bogus debug codeDan Carpenter
2020-10-22smb3.1.1: fix typo in compression flagSteve French
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-10-21ext4: fix invalid inode checksumLuo Meng
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-20cifs: make const array static, makes object smallerColin Ian King
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-19smb3.1.1: set gcm256 when requestedSteve French