linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-03 16:04:36 to 2017-06-26 16:57:46 UTC [more...]

linux-next: build warning after merge of the cifs tree
 2017-06-26 16:57 UTC  (2+ messages)

[PATCH 1/1] CIFS: add int cast to silence warning
 2017-06-26 16:56 UTC  (2+ messages)

inquiry
 2017-06-25  2:47 UTC 

[cifs:for-next 4/6] fs/cifs/smb2transport.c:352:2: note: in expansion of macro 'cifs_dbg'
 2017-06-23 17:02 UTC 

[PATCH v3 0/7] Add support for DFS in SMB2+
 2017-06-23  9:19 UTC  (5+ messages)
` [PATCH v3 7/7] CIFS: implement get_dfs_refer for SMB2+

[PATCH 2/2] cifs: Use smb 2 - 3 and cifsacl mount options getacl functions
 2017-06-23  7:33 UTC  (2+ messages)

[PATCH] cifs: set mapping error when page writeback fails in writepage or launder_pages
 2017-06-23  7:15 UTC  (2+ messages)

[PATCH 1/2] cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options
 2017-06-23  3:51 UTC 

[GIT] CIFS Fixes
 2017-06-22 23:39 UTC  (3+ messages)

[PATCH 2/2] cifs: Use smb 2 - 3 and cifsacl mount options getacl functions
 2017-06-22 22:33 UTC  (2+ messages)

[PATCH 1/2] cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options
 2017-06-22 22:30 UTC  (2+ messages)

[PATCH] CIFS: Fix some return values in case of error in 'crypt_message'
 2017-06-21 17:01 UTC  (4+ messages)

[PATCH] CIFS: Set ->should_dirty in cifs_user_readv()
 2017-06-21 17:00 UTC  (2+ messages)

[PATCH] CIFS: check if pages is null rather than bv for a failed allocation
 2017-06-21 16:59 UTC  (3+ messages)

[PATCH] cifs: remove redundant return in cifs_creation_time_get
 2017-06-21 16:59 UTC  (3+ messages)

cifs.ko + smb 3.0 + DFS fails (though direct mount succeeds)
 2017-06-20 14:14 UTC  (8+ messages)

Reply Urgent
 2017-06-19 19:39 UTC 

(unknown),
 2017-06-13  4:35 UTC 

[PATCH v2 00/11] introduce crypto wait for async op
 2017-06-10  9:01 UTC  (16+ messages)
` [PATCH v2 01/11] crypto: "
` [PATCH v2 02/11] crypto: move algif to generic async completion
` [PATCH v2 03/11] crypto: move pub key "
` [PATCH v2 04/11] crypto: move drbg "
` [PATCH v2 05/11] crypto: move gcm "
` [PATCH v2 06/11] crypto: move testmgr "
` [PATCH v2 07/11] dm: move dm-verity "
` [PATCH v2 08/11] fscrypt: move "
` [PATCH v2 09/11] cifs: "
` [PATCH v2 10/11] ima: "
` [PATCH v2 11/11] crypto: adapt api sample to use async. op wait

[PATCH] CIFS: Improve readdir verbosity
 2017-06-06 23:58 UTC 

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-06-04  7:54 UTC  (19+ messages)
` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()
` [PATCH 10/12] apparmorfs: Replace CURRENT_TIME with current_time()

Investment Interest & Offer
 2017-06-02 23:01 UTC 

(unknown),
 2017-06-02  8:02 UTC 

[PATCH] CIFS: add SFM mapping for 0x01-0x1F
 2017-06-01 10:04 UTC  (3+ messages)

[PATCH] KEYS: make keyctl_invalidate() also require Setattr permission
 2017-05-31 19:19 UTC  (5+ messages)

kudos & congrats on efficiency
 2017-05-26 18:12 UTC 

[PATCH v1 1/1] CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys
 2017-05-24 14:13 UTC 

wireshark decryption
 2017-05-24 14:02 UTC 

(unknown),
 2017-05-20 17:45 UTC 

(unknown),
 2017-05-19 11:45 UTC 

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-19  4:07 UTC  (49+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-15 17:42 UTC  (5+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "

[GIT] CIFS Fixes
 2017-05-14 14:51 UTC 

[PATCH] Minor cifs xattr cleanup
 2017-05-13  2:04 UTC 

[PATCH V2] SMB2: Fix share type handling
 2017-05-13  1:11 UTC  (2+ messages)

[PATCH] fs: cifs: transport: Use time_after for time comparison
 2017-05-13  1:11 UTC  (2+ messages)

[PATCH] cifs: cifsacl: Use a temporary ops variable to reduce code length
 2017-05-13  0:57 UTC  (3+ messages)

backing up to a Drobo CIFS VFS: Error -11 sending data on socket to server, Bufferbloat?
 2017-05-12 13:45 UTC  (5+ messages)
                ` Fwd: "

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[RFC 00/10] introduce crypto wait for async op function
 2017-05-11  8:55 UTC  (18+ messages)
` [RFC 01/10] crypto: factor async completion for general use
` [RFC 02/10] crypto: move pub key to generic async completion
` [RFC 03/10] crypto: move drbg "
` [RFC 04/10] crypto: move gcm "
` [RFC 05/10] crypto: move testmgr "
` [RFC 06/10] dm: move dm-verity "
` [RFC 07/10] fscrypt: move "
` [RFC 08/10] cifs: "
` [RFC 09/10] ima: "
` [RFC 10/10] crypto: adapt api sample to use async. op wait

backing up to a Drobo CIFS VFS: Error -11 sending data on socket to server, Bufferbloat?
 2017-05-10 11:33 UTC  (2+ messages)

[PATCH] CIFS: silence lockdep splat in cifs_relock_file()
 2017-05-10  1:38 UTC  (3+ messages)

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ messages)

[PATCH v2 1/2] dax: prevent invalidation of mapped DAX entries
 2017-05-08 17:08 UTC  (4+ messages)
  ` [PATCH v2 2/2] dax: fix data corruption due to stale mmap reads

kswapd0 refuses to freeze with CIFS homedir
 2017-05-08  9:27 UTC 

[GIT] SMB3 Fixes
 2017-05-06 17:34 UTC 

[PATCH 0/2] cifs: CIFS_ENUMERATE_SNAPSHOTS fixes
 2017-05-05 13:47 UTC  (3+ messages)

[PATCH] CIFS: add misssing SFM mapping for doublequote
 2017-05-05  3:00 UTC 

smb3 mount fix for Macs
 2017-05-04 18:43 UTC  (5+ messages)

(unknown),
 2017-05-04 13:20 UTC 

[PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
 2017-05-04  9:12 UTC  (10+ messages)
` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/2] dax: fix data corruption due to stale mmap reads

[PATCH] CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
 2017-05-04  0:41 UTC  (2+ messages)

[PATCH] cifs: fix CIFS_IOC_GET_MNT_INFO oops
 2017-05-04  0:40 UTC  (2+ messages)

[PATCH] CIFS: fix oplock break deadlocks
 2017-05-03 16:18 UTC  (3+ messages)


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