Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-05-21 14:59:44 to 2012-06-20 14:30:56 UTC [more...]

[PATCH v2 00/24] Get SMB2 mount work
 2012-06-20 14:30 UTC  (16+ messages)
  ` [PATCH v2 01/24] CIFS: Rename Get/FreeXid and make them work with unsigned int
  ` [PATCH v2 02/24] CIFS: Rename 7 error codes to NT_ style
  ` [PATCH v2 03/24] CIFS: Add SMB2 status codes
  ` [PATCH v2 05/24] CIFS: Make transport routines work with SMB2
  ` [PATCH v2 06/24] CIFS: Add SMB2 credits support
  ` [PATCH v2 07/24] CIFS: Make demultiplex_thread work with SMB2 code
  ` [PATCH v2 08/24] CIFS: Respect SMB2 header/max header size
  ` [PATCH v2 09/24] CIFS: Add capability to send SMB2 negotiate message
  ` [PATCH v2 10/24] CIFS: Add session setup/logoff capability for SMB2
  ` [PATCH v2 11/24] CIFS: Add tree connect/disconnect "
  ` [PATCH v2 12/24] CIFS: Process reconnects for SMB2 shares
  ` [PATCH v2 13/24] CIFS: Move getting dfs referalls to ops struct
  ` [PATCH v2 14/24] CIFS: Move informational tcon calls "
  ` [PATCH v2 15/24] CIFS: Move is_path_accessible "
  ` [PATCH v2 16/24] CIFS: Add SMB2 support for is_path_accessible

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

[PATCH 00/22] Get SMB2 mount work
 2012-06-20  9:46 UTC  (26+ 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

Using cifs as rootfs for diskless machines?
 2012-06-20  9:36 UTC 

[PATCH v5 0/5] transport/session code move to ops struct
 2012-06-20  7:12 UTC  (17+ 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)

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


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