linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-11 01:37:28 to 2019-01-13 23:38:21 UTC [more...]

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-13 23:38 UTC  (14+ messages)
              ` [Qemu-devel] "

[PATCHSET v2] io_uring IO interface
 2019-01-13 16:22 UTC  (18+ messages)
` [PATCH 05/15] Add "

[PATCH 0/2] procfs: /proc/PID/comm fixes
 2019-01-13 12:49 UTC  (5+ messages)
` [PATCH 1/2] procfs: signal /proc/PID/comm write truncation

Do you need to enhance your photos?
 2019-01-12 13:37 UTC 

[heads-up] buggered refcounting logics in cgroup1_mount()
 2019-01-12 21:52 UTC  (4+ messages)

[PATCHSET v3] io_uring IO interface
 2019-01-12 21:30 UTC  (34+ messages)
` [PATCH 01/16] fs: add an iopoll method to struct file_operations
` [PATCH 02/16] block: wire up block device iopoll method
` [PATCH 03/16] block: add bio_set_polled() helper
` [PATCH 04/16] iomap: wire up the iopoll method
` [PATCH 05/16] Add io_uring IO interface
` [PATCH 06/16] io_uring: add fsync support
` [PATCH 07/16] io_uring: support for IO polling
` [PATCH 08/16] io_uring: add submission side request cache
` [PATCH 09/16] fs: add fget_many() and fput_many()
` [PATCH 10/16] io_uring: use fget/fput_many() for file references
` [PATCH 11/16] io_uring: batch io_kiocb allocation
` [PATCH 12/16] block: implement bio helper to add iter bvec pages to bio
` [PATCH 13/16] io_uring: add support for pre-mapped user IO buffers
` [PATCH 14/16] io_uring: add submission polling
` [PATCH 15/16] io_uring: add file registration
` [PATCH 16/16] io_uring: add io_uring_event cache hit information

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2019-01-12 20:46 UTC  (31+ messages)

[PATCH v4 0/2] Add a future write seal to memfd
 2019-01-12 20:38 UTC  (6+ messages)
` [PATCH v4 1/2] mm/memfd: Add an F_SEAL_FUTURE_WRITE "
` [PATCH v4 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_WRITE seal

[PATCH] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
 2019-01-12 19:07 UTC  (3+ messages)

[PATCH] fs: drop unused fput_atomic definition
 2019-01-12  5:54 UTC  (2+ messages)

[PATCH] fuse: call pipe_buf_release() under pipe lock
 2019-01-12  1:39 UTC 

[PATCH 1/3] autofs: drop dentry reference only when it is never used
 2019-01-12  0:00 UTC  (6+ messages)
` [PATCH 2/3] autofs - fix error return in autofs_fill_super()
` [PATCH 3/3] autofs: add ignore mount option

scp bug due to progress indicator when copying from remote to local on Linux
 2019-01-12  0:06 UTC  (12+ messages)

[PATCH] proc: only export statistics of softirqs for online cpus
 2019-01-11 23:03 UTC  (3+ messages)

[PATCH v3 0/4] /proc/stat: Reduce irqs counting performance overhead
 2019-01-11 21:02 UTC  (10+ messages)
` [PATCH v3 4/4] /proc/stat: Call kstat_irqs_usr() only for active IRQs

[PATCH v2 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-11 20:52 UTC  (15+ messages)
` [PATCH v2 1/3] LSM: Add new hook for generic node initialization
` [PATCH v2 3/3] kernfs: Initialize security of newly created nodes

[PATCH 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-11 20:50 UTC  (8+ messages)
` [PATCH 2/3] selinux: Implement the object_init_security hook
` [PATCH 3/3] kernfs: Initialize security of newly created nodes

[PATCH] Fix sync. in blkdev_write_iter() acessing i_flags
 2019-01-11 15:42 UTC  (9+ messages)
        ` [PATCH] Abort file_remove_privs() for non-reg. files

fuse: trying to steal weird page
 2019-01-11 15:39 UTC  (8+ messages)
` [fuse-devel] "

[PATCH] fs: ratelimit __find_get_block_slow() failure message
 2019-01-11 12:46 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH V13 00/19] block: support multi-page bvec
 2019-01-11 11:01 UTC  (40+ messages)
` [PATCH V13 01/19] btrfs: look at bi_size for repair decisions
` [PATCH V13 02/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V13 03/19] block: remove bvec_iter_rewind()
` [PATCH V13 04/19] block: rename bvec helpers
` [PATCH V13 05/19] block: introduce multi-page "
` [PATCH V13 06/19] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V13 07/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V13 08/19] block: use bio_for_each_bvec() to map sg
` [PATCH V13 09/19] block: introduce bvec_last_segment()
` [PATCH V13 10/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V13 11/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V13 12/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V13 13/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V13 14/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V13 15/19] block: enable multipage bvecs
` [PATCH V13 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V13 17/19] block: document usage of bio iterator helpers
` [PATCH V13 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V13 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH v5 07/17] fanotify: encode file identifier for FAN_REPORT_FID
 2019-01-11  8:37 UTC  (3+ messages)

Fwd: [PATCH 0/7] SMB3 credit flow control handling and writeback fixes
 2019-01-11  6:29 UTC  (6+ messages)
  ` Fwd: [PATCH 7/7] CIFS: Fix error paths in writeback code
  ` Fwd: [PATCH 4/7] CIFS: Do not hide EINTR after sending network packets

[PATCH 1/3] coredump: Replace opencoded set_mask_bits()
 2019-01-11  4:24 UTC  (6+ messages)
` [PATCH 2/3] fs: inode_set_flags() replace "

[PATCH v5 10/17] fanotify: cache fsid in fsnotify_mark_connector
 2019-01-11  3:13 UTC  (2+ messages)

[PATCH 1/2] selinux: avoid silent denials in permissive mode under RCU walk
 2019-01-11  1:37 UTC  (3+ messages)
` [PATCH 2/2] selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link


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