Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2017-03-01 18:06:43 to 2017-04-24 15:22:23 UTC [more...]

[PATCH v3 00/20] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-04-24 15:22 UTC  (23+ messages)
` [PATCH v3 01/20] mm: drop "wait" parameter from write_one_page
` [PATCH v3 02/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v3 03/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v3 05/20] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v3 06/20] dax: set errors in mapping when writeback fails
` [PATCH v3 07/20] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v3 08/20] mm: ensure that we set mapping error if writeout() fails
` [PATCH v3 09/20] 9p: set mapping error when writeback fails in launder_page
` [PATCH v3 10/20] fuse: set mapping error in writepage_locked when it fails
` [PATCH v3 11/20] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v3 12/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v3 13/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v3 14/20] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v3 15/20] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v3 16/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v3 17/20] cifs: cleanup writeback handling errors and comments
` [PATCH v3 18/20] mm: clean up error handling in write_one_page
` [PATCH v3 19/20] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v3 20/20] gfs2: clean up some filemap_* calls

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-04-24 15:00 UTC  (2+ messages)

mout.cifs - No such file or directory/Permission denied
 2017-04-24 12:08 UTC  (2+ messages)

[PATCH v1 1/1] mount.cifs: document SMBv3.1.1 and new seal option
 2017-04-22 14:07 UTC  (2+ messages)

[PATCH 0/4] Properly invalidate data in the cleancache
 2017-04-21  3:44 UTC  (18+ messages)
` [PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
                    ` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
                        ` [PATCH 2/2] dax: fix data corruption due to stale mmap reads
` [PATCH 2/4] fs/block_dev: always invalidate cleancache in invalidate_bdev()
` [PATCH 3/4] mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty
` [PATCH 4/4] mm/truncate: avoid pointless cleancache_invalidate_inode() calls

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

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-20 18:11 UTC  (4+ messages)
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 10/25] cifs: Convert to separately allocated bdi

[GIT] CIFS Fix
 2017-04-19 23:09 UTC 

[PATCH] cifs: Do not send echoes before Negotiate is complete
 2017-04-17 22:10 UTC  (6+ messages)
        ` Fwd: "

(unknown),
 2017-04-16 21:22 UTC 

SMB2_ECHO Flags2
 2017-04-16 20:54 UTC 

[PATCH v2] Call echo service immediately after socket reconnect
 2017-04-16 19:43 UTC  (4+ messages)
  ` [v2] "

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-04-15 10:29 UTC  (20+ 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

[GIT] SMB3 fixes
 2017-04-14 16:01 UTC 

Greetings
 2017-04-14  9:22 UTC 

[PATCH] CIFS: Fix SMB3 mount without specifying a security mechanism
 2017-04-13 15:06 UTC  (2+ messages)

Dear Esteemed Customer,
 2017-04-13  2:38 UTC 

[4.11-rc6 bug] fstests generic/010 crashes cifs 2.0/2.1/3.0 mounts
 2017-04-12 17:12 UTC  (6+ messages)

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

[PATCH v2 0/4] Various fixes and improvements for SMB CA
 2017-04-11  9:04 UTC  (12+ 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] CIFS: handle guest access errors to Windows shares
 2017-04-11  4:27 UTC  (6+ messages)

[PATCH 0/2] Add kernel AIO support for CIFS
 2017-04-10 20:54 UTC  (4+ messages)
` [PATCH 1/2] CIFS: Add asynchronous read support through kernel AIO

[PATCH] cifs: small underflow in cnvrtDosUnixTm()
 2017-04-10 13:49 UTC 

[4.11-rc6 bug] fstests cifs/001 failure with cifs 2.0/2.1/3.0 mounts
 2017-04-10  4:34 UTC 

[PATCH] cifs: don't check for failure from mempool_alloc()
 2017-04-10  2:08 UTC 

(unknown),
 2017-04-09 21:15 UTC 

[GIT] CIFS FIxes
 2017-04-09 16:10 UTC  (2+ messages)

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 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 2/2] net: dsa: dsa2: Add basic support of devlink
  ` [PATCH net-next 1/2] net: break include loop netdevice.h, dsa.h, devlink.h

[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] 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 01/10] fs, kernfs: convert kernfs_node.count from atomic_t to refcount_t
  ` [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 02/10] fs, cachefiles: convert cachefiles_object.usage "
` [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 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  (2+ messages)


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