linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-26 12:09:51 to 2017-06-29 13:19:54 UTC [more...]

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-29 13:19 UTC  (19+ 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

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

[PATCH] Make statfs properly return read-only state after emergency remount
 2017-06-29  9:25 UTC 

[PATCH] fs: ext4: inode->i_generation not assigned 0
 2017-06-29  4:59 UTC  (3+ messages)

[PATCH v2] fs/dcache.c: fix spin lockup issue on nlru->lock
 2017-06-29  3:39 UTC  (6+ 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

[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 

[PATCH v3 0/5] DAX common 4k zero page
 2017-06-28 22:01 UTC  (6+ 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

[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 

Async direct IO write vs buffered read race
 2017-06-28 16:57 UTC  (6+ messages)

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

[PATCH 1/2] f2fs: avoid deadlock caused by lock order of page and lock_op
 2017-06-28 13:01 UTC  (8+ 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

(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  (10+ messages)
` [PATCH 1/6] xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
` [PATCH 2/6] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
` [PATCH 3/6] vfs: Add page_cache_seek_hole_data helper
` [PATCH 4/6] vfs: Add iomap_seek_hole and iomap_seek_data helpers
` [PATCH 5/6] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH 6/6] ext4: "

mmotm 2017-06-23-15-03 uploaded
 2017-06-27 22:00 UTC  (8+ messages)

mmotm 2017-06-27-14-49 uploaded
 2017-06-27 21:50 UTC 

[PATCH v2] binfmt_elf: Use ELF_ET_DYN_BASE only for PIE
 2017-06-27 20:08 UTC  (4+ messages)

[PATCH 0/3 v6] Fixups for l_pid
 2017-06-27 19:36 UTC  (5+ messages)
` [PATCH 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/3] fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
` [PATCH 3/3] staging/lustre, 9p, ceph, cifs, dlm: negate remote pids for F_GETLK

[PATCH] fs/dcache: init in_lookup_hashtable
 2017-06-27 16:19 UTC 

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-27 16:12 UTC  (9+ messages)
        ` [PATCH 1/1] VFS permit cross device vfs_copy_file_range

[PATCHSET v10] Add support for write life time hints
 2017-06-27 15:20 UTC  (21+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 2/9] block: add support for write hints in a bio
` [PATCH 3/9] blk-mq: expose write hints through debugfs
` [PATCH 4/9] fs: add O_DIRECT support for sending down write life time hints
` [PATCH 5/9] fs: add support for buffered writeback to pass down write hints
` [PATCH 6/9] ext4: add support for passing in write hints for buffered writes
` [PATCH 7/9] xfs: "
` [PATCH 8/9] btrfs: "
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (13+ messages)
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting

[PATCHSET v9] Add support for write life time hints
 2017-06-27 14:56 UTC  (24+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 4/9] fs: add O_DIRECT support for sending down "
` [PATCH 7/9] xfs: add support for passing in write hints for buffered writes
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH v3 0/5] lseek SEEK_HOLE / SEEK_DATA fix and switch to iomap
 2017-06-27 12:56 UTC  (8+ messages)
` [PATCH v3 1/5] vfs: Add page_cache_seek_hole_data helper
` [PATCH v3 2/5] ext4: Switch to page_cache_seek_hole_data
` [PATCH v3 3/5] xfs: "
` [PATCH v3 4/5] vfs: Add iomap_seek_hole_data helper
` [PATCH v3 5/5] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA

(unknown),
 2017-06-27 11:59 UTC 

[PATCH v2 00/51] block: support multipage bvec
 2017-06-27  9:36 UTC  (51+ messages)
` [PATCH v2 08/51] block: comment on bio_alloc_pages()
` [PATCH v2 09/51] block: comment on bio_iov_iter_get_pages()
` [PATCH v2 10/51] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()
` [PATCH v2 12/51] md: raid10: avoid to access bvec table directly
` [PATCH v2 13/51] btrfs: avoid access to .bi_vcnt directly
` [PATCH v2 14/51] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH v2 15/51] btrfs: comment on direct access bvec table
` [PATCH v2 16/51] block: bounce: avoid direct access to "
` [PATCH v2 17/51] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH v2 18/51] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH v2 19/51] block: comments on bio_for_each_segment[_all]
` [PATCH v2 20/51] block: introduce multipage/single page bvec helpers
` [PATCH v2 21/51] block: implement sp version of bvec iterator helpers
` [PATCH v2 22/51] block: introduce bio_for_each_segment_mp()
` [PATCH v2 23/51] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH v2 24/51] block: blk-merge: try to make front segments in full size
` [PATCH v2 25/51] block: blk-merge: remove unnecessary check
` [PATCH v2 26/51] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH v2 27/51] block: use bio_for_each_segment_mp() to map sg
` [PATCH v2 28/51] block: introduce bvec_for_each_sp_bvec()
` [PATCH v2 29/51] block: bio: introduce single/multi page version of bio_for_each_segment_all()
` [PATCH v2 30/51] block: introduce bvec_get_last_page()
` [PATCH v2 31/51] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH v2 32/51] btrfs: use bvec_get_last_page to get bio's last page
` [PATCH v2 33/51] block: deal with dirtying pages for multipage bvec
` [PATCH v2 34/51] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v2 35/51] bcache: convert to bio_for_each_segment_all_sp()
` [PATCH v2 36/51] md: raid1: "
` [PATCH v2 37/51] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v2 38/51] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v2 39/51] fs/mpage: "
` [PATCH v2 40/51] fs/block: "
` [PATCH v2 41/51] fs/iomap: "
` [PATCH v2 42/51] ext4: "
` [PATCH v2 43/51] xfs: "
` [PATCH v2 44/51] gfs2: "
` [PATCH v2 45/51] f2fs: "
` [PATCH v2 46/51] exofs: "
` [PATCH v2 47/51] fs: crypto: "
` [PATCH v2 48/51] fs/btrfs: "
` [PATCH v2 49/51] fs/direct-io: "
` [PATCH v2 50/51] block: enable multipage bvecs
` [PATCH v2 51/51] block: bio: pass segments to bio if bio_add_page() is bypassed

[PATCH v5 1/1] f2fs: dax: implement direct access
 2017-06-27  7:43 UTC 

[PATCH v3 0/7] Isolate time_t data types for clock/timer syscalls
 2017-06-27  4:58 UTC  (5+ messages)

Product Inquiry
 2017-06-26 21:51 UTC 

(unknown),
 2017-06-26 22:58 UTC 

[PATCH 0/11 v1] Fix inheritance of SGID in presence of default ACLs
 2017-06-26 16:47 UTC  (5+ messages)
` [PATCH 03/11] btrfs: Don't clear SGID when inheriting ACLs
` [PATCH 11/11] xfs: "

[PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap
 2017-06-26 14:21 UTC  (6+ messages)
` [PATCH v2 1/6] vfs: Add iomap_seek_hole_data helper


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