aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+7
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-10/+9
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov1-16/+5
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov1-1/+79
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2-11/+12
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov1-1/+4
2020-12-14ceph: implement updated ceph_mds_request_head structureJeff Layton1-13/+62
2020-12-14ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton1-9/+9
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2-6/+7
2020-12-14ceph: don't reach into request header for readdir infoJeff Layton1-3/+2
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li2-1/+4
2020-12-14ceph: remove redundant assignment to variable iColin Ian King1-1/+1
2020-12-14ceph: add ceph.caps vxattrLuis Henriques1-0/+27
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2-9/+21
2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques3-64/+6
2020-12-14ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2
2020-12-14ceph: downgrade warning from mdsmap decode to debugLuis Henriques1-2/+2
2020-12-14ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-12-14ceph: pass down the flags to grab_cache_page_write_beginJeff Layton1-1/+1
2020-12-14ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li1-0/+42
2020-12-14ceph: add status debugfs fileXiubo Li2-0/+21
2020-12-14ceph: ensure we have Fs caps when fetching dir link countJeff Layton1-5/+14
2020-12-14ceph: send dentry lease metrics to MDS daemonXiubo Li2-3/+29
2020-12-14ceph: acquire Fs caps when getting dir statsJeff Layton1-3/+6
2020-12-14ceph: fix up some warnings on W=1 buildsJeff Layton3-30/+14
2020-12-14ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is setJeff Layton1-4/+14
2020-12-14ceph: remove timeout on allowing reconnect after blocklistingJeff Layton2-6/+0
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton5-10/+16
2020-12-14ceph: make fsc->mount_state an intJeff Layton1-1/+1
2020-12-14ceph: don't WARN when removing caps due to blocklistingJeff Layton1-1/+2
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+17
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-4/+3
2020-12-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds8-65/+35
2020-12-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds11-118/+151
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg1-1/+3
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg1-0/+1
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg3-71/+159
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg3-6/+6
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg1-0/+4
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg1-15/+2
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg1-6/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg5-35/+27
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg3-5/+52
2020-12-14cifs: add initial reconfigure supportRonnie Sahlberg1-3/+33
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg9-28/+31
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg6-52/+51
2020-12-14cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko1-0/+1
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero3-8/+162
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg4-6/+4
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg8-57/+51