Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2013-06-01 03:07:25 to 2013-07-01 16:49:52 UTC [more...]

[PATCH v7 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-07-01 16:49 UTC 

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 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 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 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  (8+ messages)
        ` Fwd: "

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

[GIT] CIFS Fix
 2013-06-07 20:14 UTC 

accessing windows share with trusted Mit's kerberos realm credentials
 2013-06-07 10:01 UTC 

[PATCH 0/3 v3] dcache: make it more scalable on large system
 2013-06-06  3:48 UTC  (8+ messages)

[PATCH v1 00/11] locks: scalability improvements for file locking
 2013-06-05 12:59 UTC  (39+ messages)
` [PATCH v1 01/11] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v1 02/11] locks: make generic_add_lease and generic_delete_lease static
  ` [PATCH v1 03/11] locks: comment cleanups and clarifications
  ` [PATCH v1 06/11] locks: convert to i_lock to protect i_flock list
  ` [PATCH v1 09/11] locks: turn the blocked_list into a hashtable
  ` [PATCH v1 10/11] locks: add a new "lm_owner_key" lock operation
  ` [PATCH v1 11/11] locks: give the blocked_hash its own spinlock
` [PATCH v1 04/11] locks: make "added" in __posix_lock_file a bool
` [PATCH v1 05/11] locks: encapsulate the fl_link list handling
` [PATCH v1 07/11] locks: only pull entries off of blocked_list when they are really unblocked
` [PATCH v1 08/11] locks: convert fl_link to a hlist_node


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