messages from 2015-11-05 11:39:21 to 2015-12-17 03:54:22 UTC [more...]
[PATCH] cifs: Make echo interval tunable
2015-12-17 3:54 UTC (5+ messages)
Review & Reply
2015-12-17 0:55 UTC
[PATCH v16 00/22] Richacls (Core and Ext4)
2015-12-15 11:12 UTC (25+ messages)
` [PATCH v16 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v16 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v16 13/22] vfs: Cache richacl in struct inode
` [PATCH v16 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
` [PATCH v16 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v16 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v16 06/22] richacl: In-memory representation and helper functions
` [PATCH v16 07/22] richacl: Permission mapping functions
` [PATCH v16 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v16 09/22] richacl: Permission check algorithm
` [PATCH v16 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v16 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v16 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v16 14/22] richacl: Update the file masks in chmod()
` [PATCH v16 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v16 16/22] richacl: Create-time inheritance
` [PATCH v16 17/22] richacl: Automatic Inheritance
` [PATCH v16 18/22] richacl: xattr mapping functions
` [PATCH v16 19/22] richacl: Add richacl xattr handler
` [PATCH v16 20/22] vfs: Add richacl permission checking
` [PATCH v16 21/22] ext4: Add richacl support
` [PATCH v16 22/22] ext4: Add richacl feature flag
move btrfs clone ioctls to common code V2
2015-12-14 17:08 UTC (16+ messages)
` [PATCH 1/4] locks: new locks_mandatory_area calling convention
` [PATCH 2/4] vfs: pull btrfs clone API to vfs layer
` [PATCH 5/4] vfs: return EINVAL for unsupported file types in clone
` [PATCH 3/4] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH 4/4] nfsd: implement the NFSv4.2 CLONE operation
[PATCH] cifs: Error STATUS_INVALID_OWNER should map to EACCES
2015-12-09 6:10 UTC (2+ messages)
[PATCH] cifs: avoid unused variable and label
2015-12-08 15:18 UTC
[RFC][PATCH 00/12] Enhanced file stat system call
2015-12-04 12:06 UTC (45+ messages)
` [PATCH 01/12] Ext4: Fix extended timestamp encoding and decoding
` [PATCH 02/12] statx: Provide IOC flags for Windows fs attributes
` [PATCH 03/12] statx: Add a system call to make enhanced file info available
` [PATCH 04/12] statx: AFS: Return enhanced file attributes
` [PATCH 05/12] statx: Ext4: "
` [PATCH 06/12] statx: NFS: "
` [PATCH 07/12] statx: CIFS: Return enhanced attributes
` [PATCH 08/12] fsinfo: Add a system call to make enhanced filesystem info available
` [PATCH 09/12] fsinfo: Ext4: Return information through the filesystem info syscall
` [PATCH 10/12] fsinfo: AFS: "
` [PATCH 11/12] fsinfo: NFS: "
` [PATCH 12/12] fsinfo: CIFS: "
vfs: move btrfs clone ioctls to common code
2015-12-03 19:28 UTC (17+ messages)
` [PATCH 2/5] locks: new locks_mandatory_area calling convention
` [PATCH 3/5] vfs: pull btrfs clone API to vfs layer
` [PATCH 4/5] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH 1/5] cifs: implement clone_file_range operation
` [PATCH 5/5] nfsd: implement the NFSv4.2 CLONE operation
[PATCH v2 1/2] cifs: Allow using O_DIRECT with cache=loose
2015-12-02 14:46 UTC (2+ messages)
` [PATCH v2 2/2] cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary
[PATCH 2/2] cifs: Drop cached dentry if its metadata changed
2015-12-02 14:45 UTC (5+ messages)
Encryption feature
2015-12-02 11:05 UTC
[PATCH v1] cifs: make shares unaccessible at root level mountable
2015-11-30 6:54 UTC (4+ messages)
[PATCH] cifs: Ratelimit kernel log messages
2015-11-30 4:07 UTC (2+ messages)
[PATCH] cifs-utils: clarify use of backupuid and backupgid
2015-11-19 19:48 UTC (2+ messages)
` [PATCH] manpage: clarify use of backupuid and backupgid in mount.cifs.8
[PATCH] [CIFS] Print IP address of unresponsive server
2015-11-16 16:38 UTC
A patch to fix the segment fault when no sub-command
2015-11-15 1:25 UTC
systemd options used to mount a CIFS samba share on boot are not allowing to mount share manually after boot
2015-11-14 12:48 UTC
[GIT] SMB3 Fixes
2015-11-14 0:48 UTC (3+ messages)
[PATCH 0/9] vfs: move btrfs clone ioctls to common code
2015-11-13 8:58 UTC (3+ messages)
` [PATCH 1/9] vfs: add COPY_FILE_CLONE_ONLY flag
[PATCH v15 00/22] Richacls (Core and Ext4)
2015-11-11 13:59 UTC (32+ messages)
` [PATCH v15 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v15 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v15 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v15 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v15 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v15 06/22] richacl: In-memory representation and helper functions
` [PATCH v15 07/22] richacl: Permission mapping functions
` [PATCH v15 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v15 09/22] richacl: Permission check algorithm
` [PATCH v15 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v15 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v15 13/22] vfs: Cache richacl in struct inode
` [PATCH v15 14/22] richacl: Update the file masks in chmod()
` [PATCH v15 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v15 16/22] richacl: Create-time inheritance
` [PATCH v15 17/22] richacl: Automatic Inheritance
` [PATCH v15 18/22] richacl: xattr mapping functions
` [PATCH v15 19/22] richacl: Add richacl xattr handler
` [PATCH v15 20/22] vfs: Add richacl permission checking
` [PATCH v15 21/22] ext4: Add richacl support
` [PATCH v15 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v15 22/22] ext4: Add richacl feature flag
[PATCH] [SMB3] Allow copy offload (CopyChunk) across shares
2015-11-09 15:30 UTC
Samba server bug: CopyChunk from one share to a different share on same server
2015-11-09 12:46 UTC (2+ messages)
Samba server bug: CopyChunk from one share to a different share on same server
2015-11-09 3:04 UTC
Samba server bug: CopyChunk from one share to a different share on same server
2015-11-09 3:03 UTC
[PATCH v13 00/51] Richacls
2015-11-08 22:19 UTC (6+ messages)
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into
[PATCH v14 00/22] Richacls (Core and Ext4)
2015-11-08 8:18 UTC (33+ messages)
` [PATCH v14 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v14 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v14 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v14 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v14 07/22] richacl: Permission mapping functions
` [PATCH v14 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v14 09/22] richacl: Permission check algorithm
` [PATCH v14 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v14 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v14 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v14 13/22] vfs: Cache richacl in struct inode
` [PATCH v14 14/22] richacl: Update the file masks in chmod()
` [PATCH v14 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v14 16/22] richacl: Create-time inheritance
` [PATCH v14 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v14 06/22] richacl: In-memory representation and helper functions
` [PATCH v14 17/22] richacl: Automatic Inheritance
` [PATCH v14 18/22] richacl: xattr mapping functions
` [PATCH v14 19/22] richacl: Add richacl xattr handler
` [PATCH v14 20/22] vfs: Add richacl permission checking
` [PATCH v14 21/22] ext4: Add richacl support
` [PATCH v14 22/22] ext4: Add richacl feature flag
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox