Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2013-05-23 01:37:26 to 2013-06-11 16:04:05 UTC [more...]

[PATCH v2 00/14] locks: scalability improvements for file locking
 2013-06-11 16:04 UTC  (16+ 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

xattr "trusted" namespace
 2013-06-11 13:30 UTC  (4+ 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

[PATCH v2 00/19] cifs: overhaul of auth selection code
 2013-06-11  0:23 UTC  (22+ messages)
  ` [PATCH v2 01/19] cifs: remove protocolEnum definition
  ` [PATCH v2 02/19] cifs: remove useless memset in LANMAN auth code
  ` [PATCH v2 03/19] cifs: make decode_ascii_ssetup void return
  ` [PATCH v2 04/19] cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers
  ` [PATCH v2 05/19] cifs: remove the cifs_ses->flags field
  ` [PATCH v2 06/19] cifs: remove "seal" stubs
  ` [PATCH v2 07/19] cifs: break out decoding of security blob into separate function
  ` [PATCH v2 08/19] cifs: break out lanman NEGOTIATE handling "
  ` [PATCH v2 09/19] cifs: move handling of signed connections "
  ` [PATCH v2 10/19] cifs: factor out check for extended security bit "
  ` [PATCH v2 11/19] cifs: add new "Unspecified" securityEnum value
  ` [PATCH v2 12/19] cifs: track the flavor of the NEGOTIATE reponse
  ` [PATCH v2 13/19] cifs: add new fields to smb_vol to track the requested security flavor
  ` [PATCH v2 14/19] cifs: add new fields to cifs_ses to track "
  ` [PATCH v2 15/19] cifs: track the enablement of signing in the TCP_Server_Info
  ` [PATCH v2 16/19] cifs: move sectype to the cifs_ses instead of TCP_Server_Info
  ` [PATCH v2 17/19] cifs: update the default global_secflags to include "raw" NTLMv2
  ` [PATCH v2 18/19] cifs: clean up the SecurityFlags write handler
  ` [PATCH v2 19/19] cifs: try to handle the MUST SecurityFlags sanely

missing inotify CREATE event
 2013-06-10 14:46 UTC 

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

cifs-utils VFS errors
 2013-06-09  8:45 UTC  (14+ messages)

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  (27+ messages)
` [PATCH 1/3 v3] dcache: Don't take unnecessary lock in d_count update
` [PATCH 2/3 v3] dcache: introduce a new sequence read/write lock type
` [PATCH 3/3 v3] dcache: change rename_lock to a sequence read/write lock

[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 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
  ` [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] cifs: fix off-by-one bug in build_unc_path_to_root
 2013-05-31 21:47 UTC  (2+ messages)

bestätigen Sie Ihre Konto
 2013-05-31 15:00 UTC 

[GIT] CIFS FIxes
 2013-05-28 16:11 UTC 

[PATCH 00/19] cifs: overhaul of auth selection code
 2013-05-28  6:38 UTC  (44+ messages)
  ` [PATCH 01/19] cifs: remove protocolEnum definition
  ` [PATCH 02/19] cifs: remove useless memset in LANMAN auth code
  ` [PATCH 03/19] cifs: make decode_ascii_ssetup void return
  ` [PATCH 04/19] cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers
  ` [PATCH 05/19] cifs: remove the cifs_ses->flags field
  ` [PATCH 06/19] cifs: remove "seal" stubs
  ` [PATCH 07/19] cifs: break out decoding of security blob into separate function
  ` [PATCH 08/19] cifs: break out lanman NEGOTIATE handling "
  ` [PATCH 09/19] cifs: move handling of signed connections "
  ` [PATCH 10/19] cifs: factor out check for extended security bit "
  ` [PATCH 11/19] cifs: add new "Unspecified" securityEnum value
  ` [PATCH 12/19] cifs: track the flavor of the NEGOTIATE reponse
  ` [PATCH 13/19] cifs: add new fields to smb_vol to track the requested security flavor
  ` [PATCH 14/19] cifs: add new fields to cifs_ses to track "
  ` [PATCH 15/19] cifs: track the enablement of signing in the TCP_Server_Info
  ` [PATCH 16/19] cifs: move sectype to the cifs_ses instead of TCP_Server_Info
  ` [PATCH 17/19] cifs: update the default global_secflags to include "raw" NTLMv2
  ` [PATCH 18/19] cifs: clean up the SecurityFlags write handler
  ` [PATCH 19/19] cifs: try to handle the MUST SecurityFlags sanely

queued patches for 3.10
 2013-05-24 18:29 UTC  (4+ messages)

[GIT] CIFS Fix
 2013-05-24 16:41 UTC 

=?gb18030?B?u9i4tKO6W1BBVENIIDEvMyB2M10gZGNhY2hlOiBEb24ndCB0YWtlIHVubmVjZXNzYXJ5IGxvY2sgaW4gZF9jb3VudCB1cGRhdGU=?=
 2013-05-23 20:51 UTC  (2+ messages)
` =?gb18030?Q?=BB=D8=B8=B4=A3=BA=5BPATCH_1/3_v3=5D_dcache=3A_Don=27t_take_unnecessary_lock_in_d=5Fcount_update?=

[PATCH] cifs: fix composing of mount options for DFS referrals
 2013-05-23 20:40 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] cifs: fix potential buffer overrun when composing a new options string
 2013-05-23 20:37 UTC 

[PATCH] cifs.upcall.c: the exit code should be 0 when print version
 2013-05-23 10:41 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