linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-25 15:13:05 to 2018-06-28 16:30:20 UTC [more...]

[PATCH v14 00/74] Convert page cache to XArray
 2018-06-28 16:30 UTC  (9+ messages)

[PATCH 0/15][V3] Introduce io.latency io controller for cgroups
 2018-06-28 15:35 UTC  (13+ messages)
` [PATCH 12/15] block: introduce blk-iolatency io controller
` [PATCH 13/15] Documentation: add a doc for blk-iolatency
` [PATCH 14/15] skip readahead if the cgroup is congested
` [PATCH 15/15] block: use irq variant for blkcg->lock

[RFC PATCH] <linux/taggedptr.h>: Introduce tagged pointer
 2018-06-28 15:02 UTC  (5+ messages)
` [RFC PATCH v2] <linux/tagptr.h>: "
` [RFC PATCH RESEND v3] "

[next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks
 2018-06-28 14:42 UTC  (4+ messages)
    ` Oops in kmem_cache_free() via bioset_exit() (was Re: [next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks)

[PATCH 0/6] 9p: Use IDRs more effectively
 2018-06-28 14:33 UTC  (10+ messages)
` [PATCH 1/6] 9p: Change p9_fid_create calling convention
` [PATCH 2/6] 9p: Replace the fidlist with an IDR
` [PATCH 3/6] 9p: Embed wait_queue_head into p9_req_t
` [PATCH 4/6] 9p: Remove an unnecessary memory barrier
  ` [V9fs-developer] "
` [PATCH 5/6] 9p: Use a slab for allocating requests
` [PATCH 6/6] 9p: Remove p9_idpool

[RFC] replace ->get_poll_head with a waitqueue pointer in struct file
 2018-06-28 14:20 UTC  (7+ messages)
` [PATCH 1/6] net: remove sock_poll_busy_flag
` [PATCH 2/6] net: remove bogus RCU annotations on socket.wq
` [PATCH 3/6] net: don't detour through struct to find the poll head
` [PATCH 4/6] net: remove busy polling from sock_get_poll_head
` [PATCH 5/6] net: remove sock_poll_busy_loop
` [PATCH 6/6] fs: replace f_ops->get_poll_head with a static ->f_poll_head pointer

Moving unmaintained filesystems to staging
 2018-06-28 12:31 UTC  (31+ messages)
` moving affs + RDB partition support to staging? (was: Re: Moving unmaintained filesystems to staging)
      ` moving affs + RDB partition support to staging?
                        ` Amiga RDB partition support for disks >= 2 TB (was: Re: moving affs + RDB partition support to staging?)
                              ` Amiga RDB partition support for disks >= 2 TB

[PATCH v8 0/2] Directed kmem charging
 2018-06-28 10:02 UTC  (4+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 2/2] fs, mm: account buffer_head "

mmotm 2018-06-27-23-21 uploaded
 2018-06-28  6:22 UTC 

[PATCH 12/24] proc: Add fs_context support to procfs [ver #7]
 2018-06-28  5:50 UTC  (6+ messages)
` [12/24] "

[PATCH] mm: reject MAP_SHARED_VALIDATE without new flags
 2018-06-28  4:18 UTC  (5+ messages)

[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
 2018-06-28  3:16 UTC  (3+ messages)
` [PATCH v8 1/5] ipc: IPCMNI limit check for msgmni and shmmni

[PATCH V7 00/24] block: support multipage bvec
 2018-06-28  2:01 UTC  (31+ messages)
` [PATCH V7 01/24] dm: use bio_split() when splitting out the already processed bio
` [PATCH V7 02/24] bcache: don't clone bio in bch_data_verify
` [PATCH V7 03/24] exofs: use bio_clone_fast in _write_mirror
` [PATCH V7 04/24] block: remove bio_clone_kmalloc
` [PATCH V7 05/24] md: remove a bogus comment
` [PATCH V7 06/24] block: unexport bio_clone_bioset
` [PATCH V7 07/24] block: simplify bio_check_pages_dirty
` [PATCH V7 08/24] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
` [PATCH V7 09/24] block: use bio_add_page in bio_iov_iter_get_pages
` [PATCH V7 10/24] block: introduce multipage page bvec helpers
` [PATCH V7 11/24] block: introduce bio_for_each_bvec()
` [PATCH V7 12/24] block: use bio_for_each_bvec() to compute multipage bvec count
` [PATCH V7 13/24] block: use bio_for_each_bvec() to map sg
` [PATCH V7 14/24] block: introduce bvec_last_segment()
` [PATCH V7 15/24] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V7 16/24] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V7 17/24] btrfs: move bio_pages_all() to btrfs
` [PATCH V7 18/24] block: introduce bio_bvecs()
` [PATCH V7 19/24] block: loop: pass multipage bvec to iov_iter
` [PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V7 21/24] block: allow bio_for_each_segment_all() to iterate over multipage bvec
` [PATCH V7 22/24] block: enable multipage bvecs
` [PATCH V7 23/24] block: always define BIO_MAX_PAGES as 256
` [PATCH V7 24/24] block: document usage of bio iterator helpers

[PATCH] proc: add proc_seq_release
 2018-06-28  0:43 UTC  (5+ messages)

[PATCH 00/14][V4] Introduce io.latency io controller for cgroups
 2018-06-27 23:59 UTC  (16+ messages)
` [PATCH 01/14] block: add bi_blkg to the bio "
` [PATCH 02/14] block: introduce bio_issue_as_root_blkg
` [PATCH 03/14] blk-cgroup: allow controllers to output their own stats
` [PATCH 04/14] blk: introduce REQ_SWAP
` [PATCH 05/14] swap,blkcg: issue swap io with the appropriate context
` [PATCH 06/14] blkcg: add generic throttling mechanism
` [PATCH 07/14] memcontrol: schedule throttling if we are congested
` [PATCH 08/14] blk-stat: export helpers for modifying blk_rq_stat
` [PATCH 09/14] blk-rq-qos: refactor out common elements of blk-wbt
` [PATCH 10/14] block: remove external dependency on wbt_flags
` [PATCH 11/14] rq-qos: introduce dio_bio callback
` [PATCH 12/14] block: introduce blk-iolatency io controller
` [PATCH 13/14] Documentation: add a doc for blk-iolatency
` [PATCH 14/14] skip readahead if the cgroup is congested

[PATCH V7 00/24] block: support multipage bvec
 2018-06-27 12:40 UTC 

[PATCH v4 0/5] Fsnotify cleanup - part 2
 2018-06-27 11:48 UTC  (2+ messages)

[PATCH 0/1] iomap: Direct I/O for inline data
 2018-06-27 11:14 UTC  (4+ messages)
` [PATCH 1/1] "

shiftfs status and future development
 2018-06-27 10:17 UTC  (9+ messages)

[PATCH] fuse: add support for copy_file_range()
 2018-06-27  8:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v7 0/2] Directed kmem charging
 2018-06-27  7:31 UTC  (11+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 2/2] fs, mm: account buffer_head "

A list of HFS+ kernel module bugs found in 4.18
 2018-06-27  4:12 UTC 

[PATCH v10 0/5] gfs2 iomap write support
 2018-06-27  1:05 UTC  (3+ messages)
` [PATCH v10 1/5] gfs2: Further iomap cleanups

[PATCH v5 0/3] Fix DM DAX handling
 2018-06-26 22:37 UTC  (5+ messages)
` [PATCH v5 1/3] pmem: only set QUEUE_FLAG_DAX for fsdax mode
` [PATCH v5 2/3] dax: bdev_dax_supported() check for QUEUE_FLAG_DAX
` [PATCH v5 3/3] dm: prevent DAX mounts if not supported

[PATCH v3 0/3] Fix DM DAX handling
 2018-06-26 22:04 UTC  (21+ messages)
` [PATCH v3 1/3] pmem: only set QUEUE_FLAG_DAX for fsdax mode
` [PATCH v3 2/3] dax: bdev_dax_supported() check for QUEUE_FLAG_DAX
` [PATCH v3 3/3] dm: prevent DAX mounts if not supported
  ` [PATCH v4 "

[PATCH] vfs: replace current_kernel_time64 with ktime equivalent
 2018-06-26 16:08 UTC  (5+ messages)
      ` [Y2038] "

WARNING in __mark_inode_dirty (2)
 2018-06-26 15:19 UTC 

[PATCH] doc: add description to dirtytime_expire_seconds
 2018-06-26 14:34 UTC  (2+ messages)

[PATCH v2] fs: fuse: Adding new return type vm_fault_t
 2018-06-26 13:35 UTC  (7+ messages)

[PATCH] [RFC] writeback: fix range_cyclic writeback vs writepages deadlock
 2018-06-26 11:28 UTC  (6+ messages)

[PATCH] fs: disallow empty path in default getname_kernel
 2018-06-26  7:23 UTC 

[GIT PULL] userns fixes for 4.17-rc2
 2018-06-25 22:39 UTC  (4+ messages)

[PATCH] kernel: audit_tree: Fix a sleep-in-atomic-context bug
 2018-06-25 22:25 UTC  (6+ messages)

[PATCH v2 0/7] Fix DM DAX handling
 2018-06-25 19:20 UTC  (6+ messages)
` [PATCH v2 4/7] dm: prevent DAX mounts if not supported

[PATCH 0/3] Btrfs: stop abusing current->journal_info for direct I/O
 2018-06-25 17:16 UTC  (6+ messages)
` [PATCH 1/3] fs: add initial bh_result->b_private value to __blockdev_direct_IO()


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