linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-27 22:14:58 to 2017-07-01 16:28:56 UTC [more...]

[PATCH v2] fs/dcache.c: fix spin lockup issue on nlru->lock
 2017-07-01 16:28 UTC  (10+ messages)
` [PATCH v3 1/2] mm/list_lru.c: fix list_lru_count_node() to be race free
  ` [PATCH v3 2/2] fs/dcache.c: fix spin lockup issue on nlru->lock
    ` [PATCH v4 1/2] mm/list_lru.c: fix list_lru_count_node() to be race free
    ` [PATCH v4 2/2] fs/dcache.c: fix spin lockup issue on nlru->lock

[PATCH 1/2] f2fs: avoid deadlock caused by lock order of page and lock_op
 2017-07-01 14:27 UTC  (13+ messages)
` [PATCH 2/2] f2fs: report # of free inodes more precisely
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: avoid deadlock caused by lock order of page and lock_op

[vfs:work.uaccess-unaligned 1/2] arch/xtensa/include/asm/flat.h:18:1: warning: no return statement in function returning non-void
 2017-07-01 10:20 UTC 

lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3.2-hch
 2017-07-01  7:03 UTC  (13+ messages)
` [PATCH 1/5] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
` [PATCH 2/5] vfs: Add page_cache_seek_hole_data helper
` [PATCH 3/5] vfs: Add iomap_seek_hole and iomap_seek_data helpers
` [PATCH 4/5] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH 5/5] ext4: "

[PATCH v2 1/1] VFS permit cross device vfs_copy_file_range
 2017-06-30 20:58 UTC 

non-blockling buffered reads V2
 2017-06-30 20:19 UTC  (5+ messages)
` [PATCH 1/3] fs: pass iocb to do_generic_file_read
` [PATCH 2/3] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/3] fs: support RWF_NOWAIT for buffered reads

[PATCH v3 1/1] PNFS fix dangling DS mount
 2017-06-30 19:52 UTC 

BUG: Dentry ffff9f795a08fe60{i=af565f,n=lo} still in use (1) [unmount of proc proc]
 2017-06-30 19:11 UTC  (5+ messages)
  ` BUG: Dentry ffff9f795a08fe60{i=af565f, n=lo} "
          ` [CRIU] "

[PATCH v3 0/5] DAX common 4k zero page
 2017-06-30 19:05 UTC  (7+ messages)
` [PATCH v3 1/5] mm: add vm_insert_mixed_mkwrite()
` [PATCH v3 2/5] dax: relocate some dax functions
` [PATCH v3 3/5] dax: use common 4k zero page for dax mmap reads
` [PATCH v3 4/5] dax: remove DAX code from page_cache_tree_insert()
` [PATCH v3 5/5] dax: move all DAX radix tree defs to fs/dax.c

[PATCH 0/4] firmware: fix fallback mechanism by ignoring SIGCHLD
 2017-06-30 17:30 UTC  (28+ messages)
` [PATCH 2/4] swait: add the missing killable swaits

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-30 16:49 UTC  (36+ messages)
` [PATCH v8 01/18] fs: remove call_fsync helper function
` [PATCH v8 02/18] buffer: use mapping_set_error instead of setting the flag
` [PATCH v8 03/18] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v8 04/18] buffer: set errors in mapping at the time that the error occurs
` [PATCH v8 05/18] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v8 06/18] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v8 07/18] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v8 08/18] mm: clean up error handling in write_one_page
` [PATCH v8 09/18] lib: add errseq_t type and infrastructure for handling it
` [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting
` [PATCH v8 11/18] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v8 13/18] dax: set errors in mapping when writeback fails
` [PATCH v8 14/18] block: convert to errseq_t based writeback error tracking
` [PATCH v8 15/18] fs: convert __generic_file_fsync to use errseq_t based reporting
` [PATCH v8 16/18] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v8 18/18] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[proposal] making filesystem tools more machine friendly
 2017-06-30 15:29 UTC  (4+ messages)

fscrypt request_module() deadlock
 2017-06-30 15:27 UTC 

Async direct IO write vs buffered read race
 2017-06-30 11:16 UTC  (7+ messages)

[GIT PULL] overlayfs fixes for 4.12-final
 2017-06-30  8:01 UTC 

[vfs:uaccess-work.iov_iter 3/5] drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c:1643:2: warning: ignoring return value of 'copy_from_iter', declared with attribute warn_unused_result
 2017-06-30  5:12 UTC 

non-blockling buffered reads
 2017-06-30  3:43 UTC  (8+ messages)
` [PATCH 1/3] fs: pass iocb to do_generic_file_read
` [PATCH 2/3] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/3] fs: support RWF_NOWAIT for buffered reads

(unknown),
 2017-06-30  2:53 UTC 

[PATCH v4 00/16] pmem: stop abusing copy_user_nocache(), and other reworks
 2017-06-30  1:28 UTC  (29+ messages)
` [PATCH v4 01/16] x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operations
` [PATCH v4 02/16] dm: add ->copy_from_iter() dax operation support
` [PATCH v4 03/16] filesystem-dax: convert to dax_copy_from_iter()
` [PATCH v4 04/16] dax, pmem: introduce an optional 'flush' dax_operation
` [PATCH v4 05/16] dm: add ->flush() dax operation support
` [PATCH v4 06/16] filesystem-dax: convert to dax_flush()
` [PATCH v4 07/16] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [PATCH v4 08/16] x86, dax, libnvdimm: remove wb_cache_pmem() indirection
` [PATCH v4 09/16] x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimm
` [PATCH v4 10/16] x86, libnvdimm, pmem: remove global pmem api
` [PATCH v4 11/16] libnvdimm, pmem: fix persistence warning
` [PATCH v4 12/16] libnvdimm, nfit: enable support for volatile ranges
` [PATCH v4 13/16] dax: remove default copy_from_iter fallback
` [PATCH v4 14/16] dax: convert to bitmask for flags
` [PATCH v4 15/16] libnvdimm, pmem, dax: export a cache control attribute
` [PATCH v4 16/16] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region

[PATCH] fs: Reorder inode_owner_or_capable() to avoid needless
 2017-06-30  0:06 UTC  (2+ messages)

mmotm 2017-06-29-16-41 uploaded
 2017-06-29 23:41 UTC 

[PATCH v3 0/4] firmware: few pending fixes
 2017-06-29 20:51 UTC  (5+ messages)
` [PATCH v3 1/4] firmware: fix batched requests - wake all waiters
` [PATCH v3 2/4] test_firmware: add test case for SIGCHLD on sync fallback
` [PATCH v3 3/4] firmware: avoid invalid fallback aborts by using killable wait
` [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback mechanism

[vfs:misc.compat 18/20] net/compat.c:324:2: note: in expansion of macro 'if'
 2017-06-29 19:56 UTC 

[PATCH] fs: ext4: inode->i_generation not assigned 0
 2017-06-29 18:50 UTC  (8+ messages)

block: T10/DIF Fixes and cleanups v5
 2017-06-29 18:31 UTC  (10+ messages)
` [PATCH 1/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 2/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 3/9] bio-integrity: fix interface for bio_integrity_trim
` [PATCH 4/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 5/9] t10-pi: Move opencoded contants to common header
` [PATCH 6/9] block: guard bvec iteration logic
` [PATCH 7/9] bio: add bvec_iter rewind API
` [PATCH 8/9] bio-integrity: Restore original iterator on verify stage
` [PATCH 9/9] bio-integrity: stop abusing bi_end_io

[PATCH] Make statfs properly return read-only state after emergency remount
 2017-06-29 15:56 UTC  (2+ messages)

[vfs:work.uaccess-unaligned 1/2] arch/h8300/include/asm/flat.h:27:16: error: 'FLAT_FLAG_GOTPIC' undeclared
 2017-06-28 22:32 UTC 

[vfs:misc.compat 18/20] net/compat.c:324:27: error: incompatible type for argument 2 of 'copy_to_user'
 2017-06-28 18:54 UTC 

clean up readv/writev helpers
 2017-06-28 16:37 UTC  (4+ messages)

[PATCH v2 00/10] define new fs integrity_read method
 2017-06-28 14:41 UTC  (15+ messages)
` [PATCH v2 02/10] ima: use fs method to read integrity data
` [PATCH v2 05/10] tmpfs: define integrity_read method
` [PATCH v2 06/10] fs: define integrity_read method for ext2, gfs2, f2fs, jfs, ramfs
` [PATCH v2 07/10] ocfs2: define integrity_read method
` [PATCH v2 08/10] jffs2: "
` [PATCH v2 09/10] ubifs: "
` [PATCH v2 10/10] ima: use existing read file operation method to calculate file hash

(unknown),
 2017-06-28  3:56 UTC 

lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3-hch
 2017-06-27 22:49 UTC  (5+ messages)
` [PATCH 4/6] vfs: Add iomap_seek_hole and iomap_seek_data helpers


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