Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-05-17 19:07:53 to 2012-06-19 22:22:07 UTC [more...]

[PATCH 00/22] Get SMB2 mount work
 2012-06-19 22:22 UTC  (23+ messages)
  ` [PATCH 01/22] CIFS: Add SMB2 status codes
  ` [PATCH 03/22] CIFS: Make transport routines work with SMB2
  ` [PATCH 04/22] CIFS: Add SMB2 credits support
  ` [PATCH 05/22] CIFS: Make demultiplex_thread work with SMB2 code
  ` [PATCH 06/22] CIFS: Respect SMB2 header/max header size
  ` [PATCH 07/22] CIFS: Add capability to send SMB2 negotiate message
  ` [PATCH 08/22] CIFS: Add session setup/logoff capability for SMB2
  ` [PATCH 09/22] CIFS: Add tree connect/disconnect "
  ` [PATCH 10/22] CIFS: Process reconnects for SMB2 shares
  ` [PATCH 11/22] CIFS: Move getting dfs referalls to ops struct
  ` [PATCH 12/22] CIFS: Move informational tcon calls "
  ` [PATCH 13/22] CIFS: Move is_path_accessible "
  ` [PATCH 14/22] CIFS: Add SMB2 support for is_path_accessible
  ` [PATCH 15/22] CIFS: Move query inode info code to ops struct
  ` [PATCH 16/22] CIFS: Query SMB2 inode info
  ` [PATCH 17/22] CIFS: Move building path to root to ops struct
  ` [PATCH 18/22] CIFS: Add SMB2 support for build_path_to_root
  ` [PATCH 19/22] CIFS: Move echo code to osp struct
  ` [PATCH 20/22] CIFS: Add echo request support for SMB2
  ` [PATCH 21/22] CIFS: Move clear/print_stats code to ops struct
  ` [PATCH 22/22] CIFS: Allow SMB2 statistics to be tracked

[PATCH v5 0/5] transport/session code move to ops struct
 2012-06-19 22:00 UTC  (15+ messages)
  ` [PATCH v5 1/5] CIFS: Move trans2 processing "
  ` [PATCH v5 2/5] CIFS: Extend credit mechanism to process request type
  ` [PATCH v5 3/5] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v5 4/5] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v5 5/5] CIFS: Move protocol specific tcon/tdis "

[PATCH] cifs: after upcalling for krb5 creds, invalidate key rather than revoking it
 2012-06-15 14:20 UTC  (3+ messages)
  ` [PATCH] cifs: remove extraneous newlines from cERROR and cFYI calls

[PATCH] cifs.upcall: more debug logging for krb5 upcalls
 2012-06-14 15:06 UTC 

[PATCH] automake: revert -Werror by default
 2012-06-14 15:00 UTC  (3+ messages)

[PATCH] mount.cifs: set rc to 0 in libcap toggle_dac_capability
 2012-06-14 15:00 UTC  (2+ messages)

cifs fails on v3.5
 2012-06-14 10:47 UTC  (3+ messages)

Patch: Fix return value in cifsConvertToUTF16()
 2012-06-12 22:32 UTC 

[PATCH v2] cifs: fix parsing of password mount option
 2012-06-12  9:55 UTC  (2+ messages)

[PATCH] cifs: fix parsing of password mount option
 2012-06-12  5:59 UTC  (4+ messages)

[RFC, PATCH, RESEND] fs: push rcu_barrier() from deactivate_locked_super() to filesystems
 2012-06-11  9:16 UTC  (19+ messages)
` [RFC, PATCH] "

[RFC, PATCH] fs: push rcu_barrier() from deactivate_locked_super() to filesystems
 2012-06-08 21:43 UTC  (2+ messages)

[PATCH v4 0/7] transport/session code move to ops struct
 2012-06-07 15:51 UTC  (16+ messages)
  ` [PATCH v4 1/7] CIFS: Add safe access to is_valid_oplock and dump_detail ops struct field
  ` [PATCH v4 1/7] CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe
  ` [PATCH v4 2/7] CIFS: Move get_next_mid to ops struct
  ` [PATCH v4 3/7] CIFS: Move trans2 processing "
  ` [PATCH v4 4/7] CIFS: Extend credit mechanism to process request type
  ` [PATCH v4 5/7] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v4 6/7] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v4 7/7] CIFS: Move protocol specific tcon/tdis "

[GIT] CIFS Fixes
 2012-06-04 17:02 UTC 

I would like to work on removing GlobalMid_Lock as my first task 
 2012-05-31 13:21 UTC  (6+ messages)

[PATCH 1/2] CIFS: Fix possible wrong memory allocation
 2012-05-31 10:44 UTC  (2+ messages)
  ` [PATCH 2/2] CIFS: Improve identation in cifs_unlock_range

ANNOUNCE: cifs-utils release 5.5 is ready for download
 2012-05-31  5:49 UTC  (2+ messages)

[PATCH v3 0/7] transport/session code move to ops struct
 2012-05-30 17:17 UTC  (14+ messages)
  ` [PATCH v3 1/7] CIFS: Introduce S_OP/S_OPV macros for a safe access to ops struct field
  ` [PATCH v3 2/7] CIFS: Move get_next_mid to ops struct
  ` [PATCH v3 3/7] CIFS: Move trans2 processing "
  ` [PATCH v3 4/7] CIFS: Extend credit mechanism to process request type
  ` [PATCH v3 5/7] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v3 6/7] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v3 7/7] CIFS: Move protocol specific tcon/tdis "

[PATCH] manpage: document the cache= option and mark strictcache and directio as being deprecated
 2012-05-30 10:10 UTC  (2+ messages)

[GIT] cifs fixes
 2012-05-29 19:37 UTC 

[GIT] CIFS Fixes
 2012-05-29 19:30 UTC  (2+ messages)

[PATCH v2 0/7] transport/session code move to ops struct
 2012-05-29 14:34 UTC  (9+ messages)
  ` [PATCH v2 1/7] CIFS: Introduce S_OP/S_OPV macros for a safe access to ops struct field
  ` [PATCH v2 2/7] CIFS: Move get_next_mid to ops struct
  ` [PATCH v2 3/7] CIFS: Move trans2 processing "
  ` [PATCH v2 4/7] CIFS: Extend credit mechanism to process request type
  ` [PATCH v2 5/7] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v2 6/7] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v2 7/7] CIFS: Move protocol specific tcon/tdis "

Why do we use a global lock when manipulating MIDs
 2012-05-29 13:50 UTC  (5+ messages)

Can someone point me at the repos that contains the recent protocol ops structure code?
 2012-05-29  0:35 UTC 

Possible CIFS bug - open one file, get another
 2012-05-28  4:08 UTC  (2+ messages)

(unknown),
 2012-05-25 13:45 UTC 

long cifs timeout when share becomes unavailable
 2012-05-25 12:26 UTC  (4+ messages)

security mechanism message
 2012-05-25 12:14 UTC  (2+ messages)

[PATCH 0/6] transport/session code move to ops struct
 2012-05-25  9:19 UTC  (7+ messages)
  ` [PATCH 1/6] CIFS: Move get_next_mid "
  ` [PATCH 2/6] CIFS: Move trans2 processing "
  ` [PATCH 3/6] CIFS: Extend credit mechanism to process request type
  ` [PATCH 4/6] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH 5/6] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH 6/6] CIFS: Move protocol specific tcon/tdis "

stat fails for directory in cifs that contains latin-1 accented character
 2012-05-24 10:51 UTC  (2+ messages)

[PATCH v2 0/5] Move protocol specific transport code to ops struct
 2012-05-23 14:10 UTC  (7+ messages)
  ` [PATCH v2 1/5] CIFS: Move protocol specific part from SendReceive2 "
  ` [PATCH v2 2/5] CIFS: Move header_size/max_header_size to ops structure
  ` [PATCH v2 3/5] CIFS: Move protocol specific part from cifs_readv_receive to ops struct
  ` [PATCH v2 4/5] CIFS: Move protocol specific demultiplex thread calls "
  ` [PATCH v2 5/5] CIFS: Move add/set_credits and get_credits_field to ops structure

linux-cifs 5.4 problems
 2012-05-23  0:35 UTC  (4+ messages)

[Samba] Trouble with mount.cifs while smbclient works (Ubuntu 12.04)
 2012-05-22 13:32 UTC  (11+ messages)
        `  "

[PATCH] cifs: fix oops while traversing open file list (try #4)
 2012-05-21 14:31 UTC  (2+ messages)

[PATCH] mount.cifs: unused variables
 2012-05-21 12:22 UTC  (2+ messages)

[PATCH] cifs: fix oops while traversing open file list (try #3)
 2012-05-21 12:04 UTC  (2+ messages)

[PATCH 0/5] Move protocol specific transport code to ops struct
 2012-05-19 14:50 UTC  (14+ messages)
` [PATCH 1/5] CIFS: Move protocol specific part from SendReceive2 "
` [PATCH 2/5] CIFS: Move header_size/max_header_size to ops structure
` [PATCH 3/5] CIFS: Move protocol specific part from cifs_readv_receive to ops struct
` [PATCH 4/5] CIFS: Move protocol specific demultiplex thread calls "
` [PATCH 5/5] CIFS: Move add/set_credits and get_credits_field to ops structure

[PATCH] doc: remove old XML sources for mount.cifs.8 and cifs.upcall.8
 2012-05-18 17:11 UTC  (2+ messages)

[PATCH] cifs: fix oops while traversing open file list (try #2)
 2012-05-18 16:25 UTC  (6+ messages)

Howto get the ipaddress from the info in mountinfo?
 2012-05-18 10:32 UTC 

[PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
 2012-05-18  3:32 UTC  (2+ messages)

[PATCH] CIFS: Introduce SMB2 mounts as vers=2.1
 2012-05-17 19:07 UTC 


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