linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-20 21:40:26 to 2017-06-26 12:10:10 UTC [more...]

[PATCH v2 00/51] block: support multipage bvec
 2017-06-26 12:10 UTC  (28+ messages)
` [PATCH v2 01/51] block: drbd: comment on direct access bvec table
` [PATCH v2 02/51] block: loop: comment on direct access to "
` [PATCH v2 03/51] kernel/power/swap.c: "
` [PATCH v2 04/51] mm: page_io.c: "
` [PATCH v2 05/51] fs/buffer: "
` [PATCH v2 06/51] f2fs: f2fs_read_end_io: "
` [PATCH v2 07/51] bcache: "
` [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 1/2] f2fs: avoid deadlock caused by lock order of page and lock_op
 2017-06-26 10:52 UTC  (4+ 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

[PATCH 1/3] vfs: Add page_cache_seek_hole_data helper
 2017-06-26 10:51 UTC  (5+ messages)
` [PATCH 2/3] ext4: Switch to page_cache_seek_hole_data
` [PATCH 3/3] xfs: "

[PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap
 2017-06-26 10:47 UTC  (10+ messages)
` [PATCH v2 1/6] vfs: Add iomap_seek_hole_data helper
` [PATCH v2 2/6] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH v2 3/6] GFS2: Make height info part of metapath
` [PATCH v2 4/6] GFS2: Implement iomap for block_map
` [PATCH v2 5/6] GFS2: Switch fiemap implementation to use iomap
` [PATCH v2 6/6] gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap

[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
 2017-06-26 10:06 UTC  (3+ messages)

[PATCHSET v9] Add support for write life time hints
 2017-06-26  9:59 UTC  (20+ 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 stream 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-26  8:23 UTC  (12+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking

[PATCH v3 0/7] Isolate time_t data types for clock/timer syscalls
 2017-06-26  4:13 UTC  (10+ messages)
` [PATCH v3 1/7] time: add get_timespec64 and put_timespec64
` [PATCH v3 2/7] time: introduce {get,put}_itimerspec64
` [PATCH v3 3/7] posix-stubs: Conditionally include COMPAT_SYS_NI defines
` [PATCH v3 4/7] posix-timers: Use get_timepsec64() and put_timespec64()
` [PATCH v3 5/7] nanosleep: "
` [PATCH v3 6/7] timerfd: Use get_itimerspec64() and put_itimerspec64()
` [PATCH v3 7/7] posix_clocks: "

inquiry
 2017-06-25  2:47 UTC 

[PATCH v2 0/5] Use ELF_ET_DYN_BASE only for PIE
 2017-06-24 19:16 UTC  (9+ messages)
` [PATCH v2 1/5] binfmt_elf: "
` [PATCH v2 2/5] arm: Move ELF_ET_DYN_BASE to 4MB
` [PATCH v2 3/5] arm64: Move ELF_ET_DYN_BASE to 4GB / 4MB
` [PATCH v2 4/5] powerpc: "
` [PATCH v2 5/5] s390: "

[PATCH v2 0/7] Isolate time_t data types for clock/timer syscalls
 2017-06-24 18:24 UTC  (4+ messages)
` [PATCH v2 1/7] time: add get_timespec64 and put_timespec64
` [PATCH v2 2/7] time: introduce {get,put}_itimerspec64
` [PATCH v2 3/7] posix-stubs: Conditionally include COMPAT_SYS_NI defines

[PATCH] f2fs: fix ref of discard command
 2017-06-24 16:26 UTC  (3+ messages)

(unknown),
 2017-06-24 15:41 UTC 

[PATCH] f2fs: avoid redundant f2fs_flush after remount
 2017-06-24 14:59 UTC  (2+ messages)

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-24 13:23 UTC  (2+ messages)

(unknown),
 2017-06-24 12:38 UTC 

(unknown),
 2017-06-24 11:55 UTC 

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-24 11:29 UTC  (8+ messages)

[PATCH v4] fscrypt: Add support for AES-128-CBC
 2017-06-24  0:09 UTC  (3+ messages)
` [PATCH v5] "

[PATCH 0/3] fscrypt: forbid truncate(2) without key
 2017-06-23 23:52 UTC  (3+ messages)
` [PATCH 1/3] ext4: require key for truncate(2) of encrypted file

mmotm 2017-06-23-15-03 uploaded
 2017-06-23 22:04 UTC 

[PATCH v2] fs: warn in case userspace lied about modprobe return
 2017-06-23 18:27 UTC  (3+ messages)

Async direct IO write vs buffered read race
 2017-06-23 18:04 UTC  (5+ messages)

fs, net: deadlock between bind/splice on af_unix
 2017-06-23 16:30 UTC  (2+ messages)

[PATCH 27/27] kernfs, sysfs, cgroup: Support fs_context [ver #5]
 2017-06-23 15:29 UTC  (4+ messages)
` [RFC][PATCH 00/27] VFS: Introduce filesystem context "

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-23 15:25 UTC  (5+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()

[PATCH] exec: Account for argv/envp pointers
 2017-06-23 14:18 UTC  (5+ messages)
` [kernel-hardening] "

[PATCH v4 1/1] f2fs: dax: implement direct access
 2017-06-23  8:27 UTC  (4+ messages)

[PATCH] fs: buffer: Modify alloc_page_buffers
 2017-06-23  8:26 UTC  (4+ messages)

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

[RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem
 2017-06-23  3:07 UTC  (21+ messages)

[PATCH] fuse: Dont set_page_dirty_lock() for ITER_BVEC pages for async_dio
 2017-06-23  0:33 UTC 

[PATCH] mm/list_lru.c: use cond_resched_lock() for nlru->lock
 2017-06-22 17:49 UTC  (5+ messages)
` [PATCH v2] fs/dcache.c: fix spin lockup issue on nlru->lock

[PATCH] binfmt_elf: Safely increment argv pointers
 2017-06-22 17:38 UTC 

[PATCH 0/11 v1] Fix inheritance of SGID in presence of default ACLs
 2017-06-22 15:32 UTC  (13+ messages)
` [PATCH 01/11] ext4: Don't clear SGID when inheriting ACLs
` [PATCH 02/11] ext2: "
` [PATCH 03/11] btrfs: "
` [PATCH 04/11] gfs2: "
` [PATCH 05/11] hfsplus: "
` [PATCH 06/11] jfs: "
` [PATCH 07/11] ocfs2: Make ocfs2_set_acl() static
` [PATCH 08/11] ocfs2: Don't clear SGID when inheriting ACLs
` [PATCH 09/11] orangefs: "
` [PATCH 10/11] reiserfs: "
` [PATCH 11/11] xfs: "

[PATCH v4 00/25] Overlayfs inodes index
 2017-06-22 10:18 UTC  (4+ messages)
` [PATCH v4 26/25] ovl: document copying layers restrictions with "

Any plans to implement setuid on directories?
 2017-06-22 10:08 UTC 

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-22  7:23 UTC  (7+ messages)
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for "

odd sysfs find behavior, was: Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification
 2017-06-22  0:21 UTC  (9+ messages)

AW: Wir geben jährlich Darlehen für 2% Zinsen aus
 2017-06-21 22:51 UTC 

[PATCH] [RFC] binfmt_elf: Use ELF_ET_DYN_BASE only for PIE
 2017-06-21 18:47 UTC  (8+ messages)
` [kernel-hardening] "

[PATCH v2] binfmt_elf: Use ELF_ET_DYN_BASE only for PIE
 2017-06-21 18:24 UTC  (2+ messages)

[PATCH v2 00/10] define new fs integrity_read method
 2017-06-21 18:18 UTC  (11+ messages)
` [PATCH v2 01/10] ima: always measure and audit files in policy
` [PATCH v2 02/10] ima: use fs method to read integrity data
` [PATCH v2 03/10] ima: define "dont_failsafe" policy action rule
` [PATCH v2 04/10] ima: define "fs_unsafe" builtin policy
` [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] minix: Deinline get_block, save 2691 bytes
 2017-06-21 17:46 UTC 

[PATCH v2] fs: Reorder inode_owner_or_capable() to avoid needless
 2017-06-21 16:53 UTC 

[PATCH] fs: Reorder inode_owner_or_capable() to avoid needless
 2017-06-21 14:55 UTC  (3+ messages)

Brauchst du ein Darlehen?
 2017-06-21 11:34 UTC 

quota: dqio_mutex design
 2017-06-21 10:52 UTC  (3+ messages)

[PATCHSET v8] Add support for write life time hints
 2017-06-20 23:49 UTC  (4+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "

(unknown),
 2017-06-20 22:49 UTC 


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