Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-06-09 06:25:59 to 2012-07-13 07:53:42 UTC [more...]

[PATCH v3 00/32] Get SMB2 mount work
 2012-07-13  7:53 UTC  (28+ messages)
  ` [PATCH v3 01/32] CIFS: Move trans2 processing to ops struct
  ` [PATCH v3 02/32] CIFS: Extend credit mechanism to process request type
  ` [PATCH v3 03/32] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v3 04/32] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v3 05/32] CIFS: Move protocol specific tcon/tdis "
  ` [PATCH v3 06/32] CIFS: Rename Get/FreeXid and make them work with unsigned int
  ` [PATCH v3 07/32] CIFS: Rename 7 error codes to NT_ style
  ` [PATCH v3 10/32] CIFS: Make transport routines work with SMB2
  ` [PATCH v3 11/32] CIFS: Add SMB2 credits support
  ` [PATCH v3 12/32] CIFS: Fix a wrong pointer in atomic_open
  ` [PATCH v3 13/32] CIFS: Make demultiplex_thread work with SMB2 code
  ` [PATCH v3 14/32] CIFS: Respect SMB2 header/max header size
  ` [PATCH v3 15/32] CIFS: Add capability to send SMB2 negotiate message
  ` [PATCH v3 16/32] CIFS: Add session setup/logoff capability for SMB2
  ` [PATCH v3 17/32] CIFS: Add tree connect/disconnect "
  ` [PATCH v3 18/32] CIFS: Process reconnects for SMB2 shares
  ` [PATCH v3 19/32] CIFS: Move getting dfs referalls to ops struct
  ` [PATCH v3 20/32] CIFS: Move informational tcon calls "
  ` [PATCH v3 21/32] CIFS: Move is_path_accessible "
  ` [PATCH v3 22/32] CIFS: Add SMB2 support for is_path_accessible
  ` [PATCH v3 23/32] CIFS: Move query inode info code to ops struct
  ` [PATCH v3 24/32] CIFS: Query SMB2 inode info
  ` [PATCH v3 25/32] CIFS: Move building path to root to ops struct
  ` [PATCH v3 26/32] CIFS: Add SMB2 support for build_path_to_root
  ` [PATCH v3 27/32] CIFS: Setup async request in ops struct
  ` [PATCH v3 28/32] CIFS: Add SMB2 support for async requests
  ` [PATCH v3 29/32] CIFS: Move echo code to osp struct

[PATCH 0/2] cifs: fix kmap deadlock on CONFIG_HIGHMEM machines with large r/wsizes
 2012-07-12 17:52 UTC  (5+ messages)
  ` [PATCH 1/2] cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space
  ` [PATCH 2/2] cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps

[PATCH] cifs: obtain file access during backup intent lookup
 2012-07-12 15:04 UTC  (3+ messages)

mount.cifs multiuser w/o krb5? How?
 2012-07-11 19:56 UTC  (2+ messages)

mount.cifs multiuser w/o krb5? How?
 2012-07-11 19:06 UTC 

[PATCH v2] Initialise mid_q_entry before putting it on the pending queue
 2012-07-11 12:13 UTC  (3+ messages)

[PATCH] Initialise mid_q_entry before putting it on the pending queue
 2012-07-11 10:31 UTC  (4+ messages)

mount.cifs multiuser w/o krb5? How?
 2012-07-10 21:05 UTC  (6+ messages)

[PATCH] Fix building with autoconf version older than 2.60
 2012-07-10 17:17 UTC  (3+ messages)

[PATCH] autoconf: add --enable-pie and --enable-relro
 2012-07-10 17:17 UTC  (2+ messages)

Files on CIFS mount have 0 links
 2012-07-10 10:06 UTC 

[PATCH] Always update the dentry cache with fresh readdir() results
 2012-07-06 22:42 UTC  (10+ messages)

[PATCH] cifs-utils: remove bzero() redefinition from replace.h
 2012-07-06 11:48 UTC 

[PATCH] cifs: always update the inode cache with the results from a FIND_*
 2012-07-06 11:09 UTC 

Fwd: [GIT] CIFS Fixes
 2012-07-06  6:47 UTC 

Creating new files on CIFS mount ignores fmask/file_mode
 2012-07-06  1:18 UTC 

3.5.0-rc3 (approximately) oops on cifs mount
 2012-07-03 19:37 UTC  (6+ messages)

[PATCH 12/21] cifs: implement i_op->atomic_open()
 2012-07-02 18:54 UTC 

[PATCH] cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSize
 2012-07-02 11:24 UTC 

How the krb ticket is found?
 2012-06-29 18:42 UTC  (2+ messages)

[PATCH] mount.cifs: Use systemd's mechanism for getting password, if present
 2012-06-26 11:28 UTC  (4+ messages)

linux-next: manual merge of the vfs tree with the cifs tree
 2012-06-25  2:11 UTC 

[PATCH v2 00/24] Get SMB2 mount work
 2012-06-23  2:10 UTC  (36+ 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 v2 17/24] CIFS: Move query inode info code to ops struct
  ` [PATCH v2 18/24] CIFS: Query SMB2 inode info
  ` [PATCH v2 19/24] CIFS: Move building path to root to ops struct
  ` [PATCH v2 20/24] CIFS: Add SMB2 support for build_path_to_root
  ` [PATCH v2 21/24] CIFS: Move echo code to osp struct
  ` [PATCH v2 22/24] CIFS: Add echo request support for SMB2
  ` [PATCH v2 23/24] CIFS: Move clear/print_stats code to ops struct
  ` [PATCH v2 24/24] CIFS: Allow SMB2 statistics to be tracked

[PATCH v6 0/5] transport/session code move to ops struct
 2012-06-21  0:56 UTC  (8+ 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 23:49 UTC  (28+ 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

Remove sparse warnings
 2012-06-20 20:09 UTC 

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  (13+ messages)


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