Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-06-20 14:31:03 to 2012-07-24 02:35:59 UTC [more...]

[PATCH] cifs: reinstate sec=ntlmv2 mount option
 2012-07-24  2:35 UTC  (3+ messages)

next patches to merge into for-next
 2012-07-23 21:40 UTC 

[PATCH 00/45] SMB2 base operation support
 2012-07-23 21:14 UTC  (49+ messages)
  ` [PATCH 01/45] CIFS: Make CAP_* checks protocol independent
  ` [PATCH 02/45] CIFS: Simpliify cifs_mkdir call
  ` [PATCH 03/45] CIFS: Separate protocol specific part from mkdir
  ` [PATCH 04/45] CIFS: Add SMB2 support for mkdir operation
  ` [PATCH 05/45] CIFS: Move rmdir code to ops struct
  ` [PATCH 06/45] CIFS: Add SMB2 support for rmdir
  ` [PATCH 07/45] CIFS: Protect i_nlink from being negative
  ` [PATCH 08/45] CIFS: Move unlink code to ops struct
  ` [PATCH 09/45] CIFS: Add SMB2 support for unlink
  ` [PATCH 10/45] CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
  ` [PATCH 11/45] CIFS: Move open code to ops struct
  ` [PATCH 12/45] CIFS: Move close "
  ` [PATCH 13/45] CIFS: Add open/close file support for SMB2
  ` [PATCH 14/45] CIFS: Move guery file info code to ops struct
  ` [PATCH 15/45] CIFS: Add SMB2 support for query_file_info
  ` [PATCH 16/45] CIFS: Move create code use ops struct
  ` [PATCH 17/45] CIFS: Move reopen code to "
  ` [PATCH 18/45] CIFS: Make flush code use "
  ` [PATCH 19/45] CIFS: Add SMB2 support for flush
  ` [PATCH 20/45] CIFS: Move r/wsize negotiating to ops struct
  ` [PATCH 21/45] CIFS: Add SMB2 r/wsize negotiating
  ` [PATCH 22/45] CIFS: Move async read to ops struct
  ` [PATCH 23/45] CIFS: Add SMB2 support for cifs_iovec_read
  ` [PATCH 24/45] CIFS: Move async write to ops struct
  ` [PATCH 25/45] CIFS: Add SMB2 support for cifs_iovec_write
  ` [PATCH 26/45] CIFS: Move readpage code to ops struct
  ` [PATCH 27/45] CIFS: Add readpage support for SMB2
  ` [PATCH 28/45] CIFS: Move writepage to ops struct
  ` [PATCH 29/45] CIFS: Add writepage support for SMB2
  ` [PATCH 30/45] CIFS: Enable signing in SMB2
  ` [PATCH 31/45] CIFS: Move rename to ops struct
  ` [PATCH 32/45] CIFS: Add SMB2 support for rename operation
  ` [PATCH 33/45] CIFS: Move hardlink to ops struct
  ` [PATCH 34/45] CIFS: Add SMB2 support for hardlink operation
  ` [PATCH 35/45] CIFS: Move set_file_size to ops struct
  ` [PATCH 36/45] CIFS: Add SMB2 support for set_file_size
  ` [PATCH 37/45] CIFS: Move set_file_info to ops struct
  ` [PATCH 38/45] CIFS: Add set_file_info support for SMB2
  ` [PATCH 39/45] CIFS: Move readdir code to ops struct
  ` [PATCH 40/45] CIFS: Add readdir support for SMB2
  ` [PATCH 41/45] CIFS: Process oplocks "
  ` [PATCH 42/45] CIFS: Move oplock break to ops struct
  ` [PATCH 43/45] CIFS: Add oplock break support for SMB2
  ` [PATCH 44/45] CIFS: Move statfs to ops struct
  ` [PATCH 45/45] CIFS: Add statfs support for SMB2

[PATCH] cifs: move file_lock off stack in cifs_push_posix_locks
 2012-07-23 17:40 UTC  (2+ messages)

[PATCH] cifs: ensure that cifs_readpages calls cifsFileInfo_get under the cifs_file_list_lock
 2012-07-23 12:18 UTC  (2+ messages)

[PATCH] mount.cifs: Use systemd's mechanism for getting password, if present
 2012-07-20 18:51 UTC  (7+ messages)

[PATCH] cifscreds: add a check and warning for missing session keyring
 2012-07-20 18:51 UTC  (6+ messages)
      ` [PATCH v2] cifscreds: add a check and warnings for session keyring problems

[PATCH] Use errno instead of having unknown error
 2012-07-20 18:50 UTC  (3+ messages)

[PATCH Backport for 3.4.x] cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps
 2012-07-20 14:04 UTC 

solar lala shared photos with you
 2012-07-19 15:42 UTC 

[PATCH 00/11] cifs: convert async write code to use less kmapping
 2012-07-18 17:59 UTC  (12+ messages)
  ` [PATCH 01/11] cifs: remove bogus reset of smb_buf_length in smb_send routines
  ` [PATCH 02/11] cifs: rename cifs_sign_smb2 to cifs_sign_smbv
  ` [PATCH 03/11] cifs: change signing routines to deal with smb_rqst structs
  ` [PATCH 04/11] cifs: convert send code to use "
  ` [PATCH 05/11] cifs: cork the socket before a send and uncork it afterward
  ` [PATCH 06/11] cifs: teach smb_send_rqst how to handle arrays of pages
  ` [PATCH 07/11] cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
  ` [PATCH 08/11] cifs: change cifs_call_async to use smb_rqst structs
  ` [PATCH 09/11] cifs: convert async write code to pass in data via rq_pages array
  ` [PATCH 10/11] cifs: remove the kmap size limit from wsize
  ` [PATCH 11/11] cifs: add deprecation warning to sockopt=TCP_NODELAY option

oplock break problem
 2012-07-18 12:02 UTC  (4+ messages)

[GIT] CIFS Fixes
 2012-07-18  0:34 UTC 

Fw: mount.cifs multiuser w/o krb5? How?
 2012-07-16 22:53 UTC 

smb2 dev status
 2012-07-13 13:11 UTC 

[PATCH v3 00/32] Get SMB2 mount work
 2012-07-13 10:30 UTC  (32+ 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 v3 30/32] CIFS: Add echo request support for SMB2
  ` [PATCH v3 31/32] CIFS: Move clear/print_stats code to ops struct
  ` [PATCH v3 32/32] CIFS: Allow SMB2 statistics to be tracked

[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)

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  (21+ 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 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  (5+ messages)
` [PATCH v6 4/5] CIFS: Move protocol specific session setup/logoff code "
` [PATCH v6 5/5] CIFS: Move protocol specific tcon/tdis "

[PATCH 00/22] Get SMB2 mount work
 2012-06-20 23:49 UTC  (6+ messages)
` [PATCH 01/22] CIFS: Add SMB2 status codes

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


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