Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2013-06-08 11:39:33 to 2013-07-10 16:30:46 UTC [more...]

[PATCH 0/8] SMB2 durable handles support
 2013-07-10 16:30 UTC  (14+ messages)
  ` [PATCH 1/8] CIFS: Fix lease context buffer parsing
  ` [PATCH 2/8] CIFS: Respect create_options in smb2_open_file
  ` [PATCH 3/8] CIFS: Simplify SMB2_open code path
  ` [PATCH 4/8] CIFS: Simplify SMB2 create context handling
  ` [PATCH 5/8] CIFS: Request durable open for SMB2 opens
  ` [PATCH 6/8] CIFS: Introduce cifs_open_parms struct
  ` [PATCH 7/8] CIFS: Make SMB2_open use "
  ` [PATCH 8/8] CIFS: Reconnect durable handles for SMB2

[PATCH] manpage: fix nouser_xattr description
 2013-07-08 13:09 UTC 

[PATCH 00/45] SMB2 base operation support
 2013-07-08  6:15 UTC  (6+ messages)
` [PATCH 30/45] CIFS: Enable signing in SMB2

CIFS-related deadlock in 3.10-rc7
 2013-07-07 16:39 UTC 

[PATCH] cifs: use sensible file nlink values if unprovided
 2013-07-06 10:52 UTC  (10+ messages)

[PATCH] [CIFS] Limit allocation of crypto mechanisms to when we need it for a particular dialect [version 2]
 2013-07-04 10:39 UTC  (4+ messages)

[PATCH v3 10/25] cifs: Change how dentry's d_lock field is accessed
 2013-07-03 20:21 UTC 

[PATCH] [CIFS] Limit allocation of crypto mechanisms to when we need it for a particular dialect
 2013-07-03 12:53 UTC  (2+ messages)

ANNOUNCE: cifs-utils release 6.1 ready for download
 2013-07-02 19:37 UTC 

New file attribute for integrity
 2013-07-01 20:07 UTC  (2+ messages)

[GIT] CIFS Fixes
 2013-07-01 18:40 UTC 

[PATCH v7 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-07-01 16:49 UTC  (8+ messages)
  ` [PATCH v7 1/7] VFS: Introduce new O_DENY* open flags
  ` [PATCH v7 6/7] NFSD: Pass share reservations flags to VFS
  ` [PATCH v7 7/7] locks: Disable LOCK_MAND support for MS_SHARELOCK mounts
` [PATCH v7 2/7] VFS: Add O_DENYDELETE support for VFS
` [PATCH v7 3/7] CIFS: Add share_access parm to open request
` [PATCH v7 4/7] CIFS: Add O_DENY* open flags support
` [PATCH v7 5/7] NFSv4: "

Limiting allocation of smb2 crypto structs to smb2 mounts
 2013-07-01 10:46 UTC  (5+ messages)

[PATCH] cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fields
 2013-06-29  5:11 UTC  (3+ messages)

[PATCH v2 00/19] cifs: overhaul of auth selection code
 2013-06-28 10:37 UTC  (7+ messages)
` [PATCH v2 14/19] cifs: add new fields to cifs_ses to track requested security flavor
` [PATCH v2 19/19] cifs: try to handle the MUST SecurityFlags sanely

[PATCH] cifs: fix SMB2 signing enablement in cifs_enable_signing
 2013-06-28  4:54 UTC  (3+ messages)

mount error 79 = Can not access a needed shared library
 2013-06-28  2:27 UTC  (3+ messages)

[PATCH] [cifs] smb2 mounts with signing fail due to incorrect security mode bits check
 2013-06-27 11:54 UTC  (4+ messages)

[RFC Patch net-next 5/5] nfs,cifs: abstract generic inet_addr_equal_strict()
 2013-06-27  6:43 UTC 

[PATCH][CIFS] Fix build warning
 2013-06-27  6:13 UTC 

[CIFS][PATCH] Do not set DFS flag on SMB2 open
 2013-06-27  0:18 UTC 

[CIFS] Charge at least one credit, if server says that it supports multicredit
 2013-06-26 22:55 UTC  (2+ messages)

[CIFS] SMB2 FSCTL and IOCTL worker function
 2013-06-26 20:27 UTC 

applicazione
 2013-06-26 18:47 UTC 

[PATCH] cifs: Handle big endianness in NTLM (ntlmv2) authentication [V2]
 2013-06-25 19:06 UTC 

[PATCH] cifs: Handle big endianness in NTLM (ntlmv2) authentication
 2013-06-25 18:37 UTC  (5+ messages)

cifs: revalidate directories instiantiated via FIND_* in order to handle DFS referrals
 2013-06-25 17:38 UTC  (4+ messages)

[PATCH v2] cifs.upcall: allow users to specify dedicated keytab on command-line
 2013-06-25 15:18 UTC 

cifs-utils VFS errors
 2013-06-25 11:03 UTC  (13+ messages)

[PATCH v4 00/14] locks: scalability improvements for file locking
 2013-06-25 10:32 UTC  (17+ messages)
` [PATCH v4 01/14] locks: drop the unused filp argument to posix_unblock_lock
` [PATCH v4 02/14] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v4 03/14] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v4 04/14] locks: comment cleanups and clarifications
` [PATCH v4 05/14] locks: make "added" in __posix_lock_file a bool
` [PATCH v4 06/14] locks: encapsulate the fl_link list handling
` [PATCH v4 07/14] locks: protect most of the file_lock handling with i_lock
` [PATCH v4 08/14] locks: avoid taking global lock if possible when waking up blocked waiters
` [PATCH v4 09/14] locks: convert fl_link to a hlist_node
  ` [PATCH v4 10/14] locks: turn the blocked_list into a hashtable
` [PATCH v4 11/14] locks: add a new "lm_owner_key" lock operation
` [PATCH v4 12/14] locks: give the blocked_hash its own spinlock
` [PATCH v4 13/14] seq_file: add seq_list_*_percpu helpers
` [PATCH v4 14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

[PATCH] [CIFS] SMB2 FSCTL and IOCTL worker function
 2013-06-25  6:05 UTC  (4+ messages)

linux-next: error fetching the cifs tree
 2013-06-24 23:53 UTC  (2+ messages)

[PATCH] cifs: using strlcpy instead of strncpy
 2013-06-21 17:46 UTC  (4+ messages)

xattr "trusted" namespace
 2013-06-21 16:00 UTC  (7+ messages)
    ` Fwd: "

(unknown),
 2013-06-21  6:37 UTC 

[PATCH] Dump SMB3 share capabilities and flags
 2013-06-19 17:31 UTC  (2+ messages)

cifs.upcall -c documentation confusion
 2013-06-19  1:12 UTC  (2+ messages)

[PATCH v3 00/13] locks: scalability improvements for file locking
 2013-06-18 17:43 UTC  (18+ messages)
` [PATCH v3 01/13] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v3 02/13] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v3 03/13] locks: comment cleanups and clarifications
` [PATCH v3 04/13] locks: make "added" in __posix_lock_file a bool
` [PATCH v3 05/13] locks: encapsulate the fl_link list handling
` [PATCH v3 06/13] locks: protect most of the file_lock handling with i_lock
` [PATCH v3 07/13] locks: avoid taking global lock if possible when waking up blocked waiters
` [PATCH v3 08/13] locks: convert fl_link to a hlist_node
` [PATCH v3 09/13] locks: turn the blocked_list into a hashtable
` [PATCH v3 10/13] locks: add a new "lm_owner_key" lock operation
` [PATCH v3 11/13] locks: give the blocked_hash its own spinlock
` [PATCH v3 12/13] seq_file: add seq_list_*_percpu helpers
` [PATCH v3 13/13] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

Systemadministrator
 2013-06-17 10:46 UTC 

[PATCH v2 00/14] locks: scalability improvements for file locking
 2013-06-15 15:04 UTC  (30+ messages)
` [PATCH v2 02/14] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v2 03/14] locks: comment cleanups and clarifications
` [PATCH v2 04/14] locks: make "added" in __posix_lock_file a bool
` [PATCH v2 05/14] locks: encapsulate the fl_link list handling
  ` [PATCH v2 01/14] cifs: use posix_unblock_lock instead of locks_delete_block
  ` [PATCH v2 06/14] locks: don't walk inode->i_flock list in locks_show
  ` [PATCH v2 12/14] locks: give the blocked_hash its own spinlock
` [PATCH v2 07/14] locks: convert to i_lock to protect i_flock list
` [PATCH v2 08/14] locks: ensure that deadlock detection is atomic with respect to blocked_list modification
` [PATCH v2 09/14] locks: convert fl_link to a hlist_node
` [PATCH v2 10/14] locks: turn the blocked_list into a hashtable
` [PATCH v2 11/14] locks: add a new "lm_owner_key" lock operation
` [PATCH v2 13/14] seq_file: add seq_list_*_percpu helpers
` [PATCH v2 14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

DFS : Object is remote
 2013-06-14 14:24 UTC  (6+ messages)

SMB3 Signing part 1
 2013-06-13 23:10 UTC  (3+ messages)

missing inotify CREATE event
 2013-06-13 15:33 UTC  (3+ messages)
  ` Fwd: "

[PATCH v6 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-06-11 12:18 UTC  (6+ messages)
` [PATCH v6 1/7] VFS: Introduce new O_DENY* open flags
` [PATCH v6 2/7] VFS: Add O_DENYDELETE support for VFS

Linux CIFS and Nexenta compatibility issue
 2013-06-10  0:55 UTC  (5+ messages)
            ` Fwd: "

How to automatically umount a "broken" CIFS mount?
 2013-06-08 13:18 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox