linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-13 15:42:27 to 2017-04-08 17:58:05 UTC [more...]

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-04-08 17:58 UTC  (17+ messages)
  ` [PATCH 01/12] fs: f2fs: Use ktime_get_real_seconds for sit_info times
  ` [PATCH 02/12] trace: Make trace_hwlat timestamp y2038 safe
  ` [PATCH 03/12] fs: cifs: Replace CURRENT_TIME by other appropriate apis
  ` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()
  ` [PATCH 05/12] fs: ufs: Use ktime_get_real_ts64() for birthtime
  ` [PATCH 06/12] audit: Use timespec64 to represent audit timestamps
  ` [PATCH 07/12] fs: btrfs: Use ktime_get_real_ts for root ctime
  ` [PATCH 09/12] lustre: Replace CURRENT_TIME macro
  ` [PATCH 10/12] apparmorfs: Replace CURRENT_TIME with current_time()
` [PATCH 08/12] fs: ubifs: Replace CURRENT_TIME_SEC with current_time
` [PATCH 11/12] time: Delete CURRENT_TIME_SEC and CURRENT_TIME
` [PATCH 12/12] time: Delete current_fs_time() function

CIFS multiuser without active user session
 2017-04-07 16:15 UTC 

[bug report] Handle mismatched open calls
 2017-04-07 13:18 UTC  (8+ messages)

[PATCH v2 0/4] Various fixes and improvements for SMB CA
 2017-04-07 11:29 UTC  (5+ messages)
  ` [PATCH v2 1/4] CIFS: queue 'reconnect' thread with a delay
  ` [PATCH v2 2/4] CIFS: reconnect thread reschedule itself
  ` [PATCH v2 3/4] CIFS: remove bad_network_name flag
  ` [PATCH v2 4/4] CIFS: store results of cifs_reopen_file to avoid infinite wait

[PATCH 1/4] CIFS: queue 'reconnect' thread with a delay
 2017-04-06 14:20 UTC  (4+ messages)

[PATCH] KEYS: make keyctl_invalidate() also require Setattr permission
 2017-04-04 18:44 UTC  (3+ messages)

Unable to mount windows share as administrator
 2017-04-04  8:52 UTC  (6+ messages)

[PATCH] CIFS: Fix build failure with smb2
 2017-04-04  7:23 UTC  (3+ messages)

26653 linux-cifs
 2017-04-02 21:53 UTC 

[PATCH net-next 0/2] break include loop and dsa devlink support
 2017-03-30  6:17 UTC  (10+ messages)
  ` [PATCH net-next 1/2] net: break include loop netdevice.h, dsa.h, devlink.h
` [PATCH net-next 2/2] net: dsa: dsa2: Add basic support of devlink

[PATCH 0/25 v2] fs: Convert all embedded bdis into separate ones
 2017-03-29 10:56 UTC  (3+ messages)
  ` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 10/25] cifs: Convert to separately allocated bdi

[PATCH 4/4] CIFS: store results of cifs_reopen_file to avoid infinite wait
 2017-03-28 23:26 UTC 

[PATCH 3/4] CIFS: remove bad_network_name flag
 2017-03-28 23:26 UTC 

[PATCH 2/4] CIFS: reconnect thread reschedule itself
 2017-03-28 23:26 UTC 

[PATCH 0/4] Various fixes and improvements for SMB CA
 2017-03-28 23:26 UTC 

Funding
 2017-03-25 21:22 UTC 

[PATCH 0/2] Add kernel AIO support for CIFS
 2017-03-25 15:12 UTC  (5+ messages)
` [PATCH 1/2] CIFS: Add asynchronous read support through kernel AIO

[PATCH] Reset TreeId to zero on SMB2 TREE_CONNECT
 2017-03-24  4:30 UTC  (3+ messages)

[PATCH] mount.cifs: Remove data_blob.h include
 2017-03-16 10:40 UTC  (2+ messages)

(unknown),
 2017-03-14 21:58 UTC 

63214 linux-cifs
 2017-03-13 23:13 UTC 

(unknown),
 2017-03-11 21:59 UTC 

[cifs:for-next 1/1] fs/cifs/smb2misc.c:689:14-41: WARNING: casting value returned by memory allocation function to (struct close_cancelled_open *) is useless
 2017-03-05 22:42 UTC  (2+ messages)
` [PATCH] fix alloc_cast.cocci warnings

New kernel, new problems
 2017-03-04 23:14 UTC  (5+ messages)

17667 linux-cifs
 2017-03-04 19:45 UTC 

[PATCH v4] Handle mismatched open calls
 2017-03-04  3:33 UTC  (3+ messages)

[GIT] SMB3 Fixes
 2017-03-03 23:58 UTC 

[PATCH v2] smb2: Enforce sec= mount option
 2017-03-02 23:29 UTC  (4+ messages)

cifs-utils release 6.7 ready for download
 2017-03-02 18:44 UTC 

cifs running amok after being disconnected (timeout?)
 2017-03-02 14:24 UTC  (6+ messages)

[PATCH 00/10] various fs subsystems refcounter conversions
 2017-03-02 10:43 UTC  (11+ messages)
` [PATCH 02/10] fs, cachefiles: convert cachefiles_object.usage from atomic_t to refcount_t
` [PATCH 03/10] fs, proc: convert proc_dir_entry.count "
` [PATCH 04/10] fs, nilfs: convert nilfs_root.count "
` [PATCH 06/10] fs, fscache: convert fscache_cache_tag.usage "
  ` [PATCH 01/10] fs, kernfs: convert kernfs_node.count "
  ` [PATCH 05/10] fs, hfs: convert hfs_bnode.refcnt "
  ` [PATCH 07/10] fs, fscache: convert fscache_operation.usage "
  ` [PATCH 08/10] fs, fsnotify: convert fsnotify_group.refcnt "
` [PATCH 09/10] fs, fsnotify: convert fsnotify_mark.refcnt "
` [PATCH 10/10] fs, cifs: convert tcon_link.tl_count "

[PATCH v3 0/7] Add support for DFS in SMB2+
 2017-03-02  4:41 UTC  (16+ messages)
  ` [PATCH v3 1/7] CIFS: move DFS response parsing out of SMB1 code
  ` [PATCH v3 2/7] CIFS: add build_path_from_dentry_optional_prefix()
  ` [PATCH v3 3/7] CIFS: add use_ipc flag to SMB2_ioctl()
  ` [PATCH v3 4/7] CIFS: let ses->ipc_tid hold smb2 TreeIds
  ` [PATCH v3 5/7] CIFS: set signing flag in SMB2+ TreeConnect if needed
  ` [PATCH v3 6/7] CIFS: use DFS pathnames in SMB2+ Create requests
  ` [PATCH v3 7/7] CIFS: implement get_dfs_refer for SMB2+

[cifs:test-dfs-changes 4/8] fs/cifs/smb2ops.c:1160:5: error: passing argument 10 of 'SMB2_ioctl' from incompatible pointer type
 2017-03-01 15:16 UTC 

[PATCH v2 0/6] Add support for DFS in SMB2+
 2017-03-01  2:34 UTC  (13+ messages)
  ` [PATCH v2 1/6] CIFS: move DFS response parsing out of SMB1 code
  ` [PATCH v2 2/6] CIFS: add build_path_from_dentry_optional_prefix()
  ` [PATCH v2 3/6] CIFS: implement get_dfs_refer for SMB2+
  ` [PATCH v2 4/6] CIFS: set signing flag in SMB2+ TreeConnect if needed
  ` [PATCH v2 5/6] CIFS: use DFS pathnames in SMB2+ Create requests
  ` [PATCH v2 6/6] CIFS: enable get_dfs_refer for SMB2+

[PATCH] CIFS: Fix possible use after free in demultiplex thread
 2017-03-01  0:05 UTC 

[cifs-utils PATCH 0/8] cifs-utils: fix problems with credcaches with overridden process creds
 2017-02-28 18:31 UTC  (13+ messages)
  ` [cifs-utils PATCH 1/8] data_blob: remove need for replace.h
  ` [cifs-utils PATCH 2/8] spengo.c/asn1.c: "
  ` [cifs-utils PATCH 3/8] cifs.upcall: "
  ` [cifs-utils PATCH 4/8] replace.h: remove it
  ` [cifs-utils PATCH 5/8] treewide: Eliminate SAFE_FREE
  ` [cifs-utils PATCH 6/8] data_blob: Eliminate _PUBLIC_
  ` [cifs-utils PATCH 7/8] cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytab
  ` [cifs-utils PATCH 8/8] cifs.upcall: don't do env scraping when uid is 0
  ` [cifs-utils PATCH 9/8] cifs.upcall: use a MEMORY: ccache when instantiating from a keytab

[PATCH] Handle mismatched open calls
 2017-02-27 22:26 UTC  (2+ messages)

[cifs-utils PATCH v3 0/4] cifs.upcall: allow cifs.upcall to scrape cache location initiating task's environment
 2017-02-24  1:14 UTC  (14+ messages)
  ` [cifs-utils PATCH v4 1/4] cifs.upcall: convert two flags from int to bool
  ` [cifs-utils PATCH v4 2/4] cifs.upcall: switch group IDs when handling an upcall
        ` problem when testing recent cifs.upcall
  ` [cifs-utils PATCH v4 3/4] cifs.upcall: drop capabilities early in program
  ` [cifs-utils PATCH v4 4/4] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file

[cifs-utils PATCH] replace.h: remove some stuff that just shouldn't be there
 2017-02-23 23:44 UTC 

[cifs-utils PATCH] cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytab
 2017-02-23 23:43 UTC 

[cifs-utils RFC PATCH] cifs.upcall: don't do env scraping when uid is 0
 2017-02-23 23:24 UTC  (2+ messages)

RE:
 2017-02-23 15:09 UTC 

[GIT] CIFS/SMB3 patches
 2017-02-21  0:27 UTC 

Pavel's async i/o CIFS/SMB3 patches
 2017-02-20 22:11 UTC 

[PATCH] Handle mismatched open calls
 2017-02-17 20:31 UTC  (2+ messages)

Fix SMB2_TREE_CONNECT requests with the wrong TreeId
 2017-02-17 18:37 UTC  (8+ messages)

[cifs-utils PATCH] cifs.upcall: trim even more capabilities
 2017-02-16 17:44 UTC  (4+ messages)

[PATCH] manpage: correct typos and spelling mistakes
 2017-02-15 17:10 UTC 

[cifs-utils PATCH v3 0/4] cifs.upcall: allow cifs.upcall to scrape cache location initiating task's environment
 2017-02-15 16:13 UTC  (6+ messages)
  ` [cifs-utils PATCH v3 1/4] cifs.upcall: convert two flags from int to bool
  ` [cifs-utils PATCH v3 2/4] cifs.upcall: switch group IDs when handling an upcall
  ` [cifs-utils PATCHv3 3/3] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file
  ` [cifs-utils PATCH v3 3/4] cifs.upcall: drop capabilities early in program
  ` [cifs-utils PATCH v3 4/4] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file

[PATCH v2 0/2] cifs.upcall: allow cifs.upcall to grab $KRB5CCNAME from initiating process
 2017-02-14 22:33 UTC  (4+ messages)
  ` [PATCH v2 1/2] cifs.upcall: switch group IDs when handling an upcall
  ` [PATCH v2 2/2] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file

[PATCH v27 00/21] Richacls (Core and Ext4)
 2017-02-13 15:42 UTC  (4+ messages)
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).