aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton3-2/+8
2019-07-08ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton1-3/+13
2019-07-08ceph: handle btime in cap messagesJeff Layton3-7/+14
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton4-8/+17
2019-07-08ceph: have MDS map decoding use entity_addr_t decoderJeff Layton1-4/+8
2019-07-08ceph: remove request from waiting list before unregisterYan, Zheng1-0/+2
2019-07-08ceph: don't blindly unregister session that is in opening stateYan, Zheng1-33/+26
2019-07-08ceph: fix infinite loop in get_quota_realm()Yan, Zheng1-2/+13
2019-07-08ceph: add selinux supportYan, Zheng7-17/+173
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng5-52/+55
2019-07-08ceph: fix debug print format in __set_xattr()Yan, Zheng1-2/+2
2019-07-08ceph: fix warning PTR_ERR_OR_ZERO can be usedHariprasad Kelam1-1/+1
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng3-6/+8
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng3-16/+16
2019-07-08ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng1-2/+2
2019-07-08ceph: fix dir_lease_is_valid()Yan, Zheng1-9/+17
2019-07-08ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng1-76/+88
2019-07-08ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-07-08ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp1-1/+1
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp3-50/+2
2019-07-08ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp1-24/+30
2019-07-08ceph: add ceph.snap.btime vxattrDavid Disseldorp1-0/+27
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp4-0/+13
2019-07-08ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp1-1/+1
2019-07-08ceph: silence a checker warning in mdsc_show()Dan Carpenter1-1/+1
2019-07-08debugfs: make error message a bit more verboseGreg Kroah-Hartman1-1/+6
2019-07-07cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg1-35/+31
2019-07-07SMB3: query inode number on open via create contextSteve French2-5/+60
2019-07-07smb3: Send netname context during negotiate protocolSteve French2-2/+29
2019-07-07smb3: do not send compression info by defaultSteve French3-10/+21
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French4-2/+12
2019-07-07smb3: Allow query of symlinks stored as reparse pointsSteve French1-6/+54
2019-07-07cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2019-07-07cifs: always add credits back for unsolicited PDUsRonnie Sahlberg1-1/+1
2019-07-07fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam1-11/+3
2019-07-07add some missing definitionsSteve French1-0/+8
2019-07-07cifs: fix typo in debug message with struct field ia_validColin Ian King1-1/+1
2019-07-07smb3: minor cleanup of compound_send_recvAurelien Aptel1-22/+24
2019-07-07CIFS: Fix module dependencySteve French1-2/+3
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French10-46/+1
2019-07-07cifs: Fix check for matching with existing mountSteve French1-0/+1
2019-07-07cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)3-2/+12
2019-07-07smb3: if max_credits is specified then display it in /proc/mountsSteve French1-0/+5
2019-07-07Fix match_server check to allow for auto dialect negotiateSteve French3-2/+11
2019-07-07cifs: add missing GCM module dependencyAurelien Aptel2-0/+2
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2-7/+21
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French3-8/+8
2019-07-07fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang1-1/+1
2019-07-07cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing1-2/+1
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong1-1/+0