linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-18 07:59:49 to 2017-10-20 12:20:39 UTC [more...]

[RFC PATCH 01/11] workqueue: Add a decrement-after-return and wake if 0 facility
 2017-10-20 12:20 UTC  (3+ messages)
` [RFC PATCH 04/11] Add a function to start/reduce a timer

[PATCH 00/15] v5 kernel core pieces refcount conversions
 2017-10-20 12:15 UTC  (16+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t
` [PATCH 02/15] sched: convert signal_struct.sigcnt "
` [PATCH 03/15] sched: convert user_struct.__count "
` [PATCH 04/15] sched: convert numa_group.refcount "
` [PATCH 05/15] sched/task_struct: convert task_struct.usage "
` [PATCH 06/15] sched/task_struct: convert task_struct.stack_refcount "
` [PATCH 07/15] perf: convert perf_event_context.refcount "
` [PATCH 08/15] perf/ring_buffer: convert ring_buffer.refcount "
` [PATCH 09/15] perf/ring_buffer: convert ring_buffer.aux_refcount "
` [PATCH 10/15] uprobes: convert uprobe.ref "
` [PATCH 11/15] nsproxy: convert nsproxy.count "
` [PATCH 12/15] groups: convert group_info.usage "
` [PATCH 13/15] creds: convert cred.usage "
` [PATCH 14/15] kcov: convert kcov.refcount "
` [PATCH 15/15] bdi: convert bdi_writeback_congested.refcnt from atomic_t "

[PATCH 0/4] fix fanotify issues with the series in v4.12
 2017-10-20 12:05 UTC  (8+ messages)
` [PATCH 1/4] fsnotify: fix pinning of marks and groups
` [PATCH 2/4] fsnotify: skip unattached marks
` [PATCH 3/4] fanotify: fix fsnotify_prepare_user_wait() failure
` [PATCH 4/4] fsnotify: clean up fsnotify()

[PATCH 14/15] futex: convert futex_pi_state.refcount to refcount_t
 2017-10-20 12:03 UTC  (13+ messages)

[PATCH 1/2] fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
 2017-10-20 10:26 UTC  (2+ messages)
` [PATCH 2/2] fsnotify: convert fsnotify_mark.refcnt "

[PATCH 1/2] fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
 2017-10-20 10:28 UTC  (2+ messages)

[GIT PULL] vfs i_version fix for Linus
 2017-10-20  9:34 UTC  (3+ messages)

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-20  9:31 UTC  (17+ messages)
` [PATCH v3 01/13] dax: quiet bdev_dax_supported()
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax
` [PATCH v3 03/13] dax: stop using VM_MIXEDMAP for dax
` [PATCH v3 04/13] dax: stop using VM_HUGEPAGE "
` [PATCH v3 05/13] dax: stop requiring a live device for dax_flush()
` [PATCH v3 06/13] dax: store pfns in the radix
` [PATCH v3 07/13] dax: warn if dma collides with truncate
` [PATCH v3 08/13] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v3 09/13] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH v3 10/13] mm: disable get_user_pages_fast() for dax
` [PATCH v3 11/13] fs: use smp_load_acquire in break_{layout,lease}
` [PATCH v3 12/13] dax: handle truncate of dma-busy pages
` [PATCH v3 13/13] xfs: wire up FL_ALLOCATED support

[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-10-20  8:53 UTC  (5+ messages)
` [PATCH v16 09/10] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID

[PATCH v2 00/15] make structure field, function arguments and structures const
 2017-10-20  8:13 UTC  (9+ messages)
` [PATCH v2 02/15] usb: gadget: make config_item_type "
` [PATCH v2 12/15] RDMA/cma: make config_item_type const

[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
 2017-10-20  7:27 UTC  (22+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/17] dax, iomap: Add support for synchronous faults
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/17] ext4: Support for synchronous DAX faults
` [PATCH 17/17] xfs: support "
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH 1/2] dm log writes: Add support for inline data buffers
 2017-10-20  6:51 UTC  (4+ messages)
` [PATCH 2/2] dm log writes: add support for DAX
` [fstests PATCH] generic: add test for DAX MAP_SYNC support

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-20  6:34 UTC  (12+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
` [RESEND PATCH 2/3] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [RESEND PATCH 3/3] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-20  3:14 UTC  (2+ messages)

RFC(v2): Audit Kernel Container IDs
 2017-10-20  2:25 UTC  (24+ messages)

Read-only `slaves` with shared subtrees?
 2017-10-20  2:23 UTC  (11+ messages)

[PATCH] hfsplus: return ENODATA when no xattr is found
 2017-10-20  0:54 UTC  (4+ messages)

mmotm 2017-10-19-17-00 uploaded
 2017-10-20  0:01 UTC 

[PATCH v3 00/49] block: support multipage bvec
 2017-10-19 23:58 UTC  (19+ messages)
` [PATCH v3 07/49] bcache: comment on direct access to bvec table
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 37/49] fs/mpage: convert to bio_for_each_segment_all_sp()
` [PATCH v3 41/49] xfs: "

[PATCH] hfsplus: return ENODATA when no xattr is found
 2017-10-19 19:41 UTC 

[PATCH] f2fs: expose some sectors to user in inline data or dentry case
 2017-10-19 19:12 UTC  (5+ messages)

[PATCH] f2fs: return error number for quota_write
 2017-10-19 19:08 UTC  (7+ messages)
    ` [f2fs-dev] "

[PATCH] f2fs: handle error case when adding xattr entry
 2017-10-19 18:54 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH 0/4][PoC][RFC] Add rlimit-resources change notification mechanism
 2017-10-19 18:19 UTC  (13+ messages)
    ` [PATCH 1/4][PoC][RFC] sched: Allow to get() and put() signal struct
    ` [PATCH 2/4][PoC][RFC] Add rlimit-events framework
    ` [PATCH 3/4][PoC][RFC] Connect rlimit-events with process life cycle
    ` [PATCH 4/4][PoC][RFC] Allow to trace fd usage with rlimit-events

[PATCH 1/2] f2fs: retry ENOMEM for quota_read|write
 2017-10-19 16:56 UTC  (2+ messages)
` [PATCH 2/2] f2fs: relax EIO injection for quota file

[PATCH 0/8] Follow-up for speed up page cache truncation v2
 2017-10-19 15:43 UTC  (21+ messages)
` [PATCH 1/8] mm, page_alloc: Enable/disable IRQs once when freeing a list of pages
` [PATCH 2/8] mm, truncate: Do not check mapping for every page being truncated
` [PATCH 4/8] mm: Only drain per-cpu pagevecs once per pagevec usage
` [PATCH 5/8] mm, pagevec: Remove cold parameter for pagevecs
` [PATCH 6/8] mm: Remove cold parameter for release_pages
` [PATCH 7/8] mm, Remove cold parameter from free_hot_cold_page*
` [PATCH 8/8] mm: Remove __GFP_COLD

[PATCH v2 1/2] isofs: fix timestamps beyond 2027
 2017-10-19 15:29 UTC  (4+ messages)
` [PATCH v2 2/2] isofs: use unsigned char types consistently

[PATCH] isofs: fix timestamps beyond 2027
 2017-10-19 12:20 UTC  (3+ messages)

[ANNOUNCE] util-linux v2.31
 2017-10-19 11:46 UTC 

[PATCH] nfds: avoid gettimeofday for nfssvc_boot time
 2017-10-19 11:04 UTC  (3+ messages)

[PATCH] initramfs: use time64_t timestamps
 2017-10-19  9:55 UTC 

[PATCH] f2fs: avoid using timespec
 2017-10-19  9:52 UTC 

[PATCH v5] mm, sysctl: make NUMA stats configurable
 2017-10-19  7:51 UTC  (2+ messages)

[PATCH] f2fs: limit # of inmemory pages
 2017-10-19  7:28 UTC  (2+ messages)

[PATCH v2 0/4] Fix false positives by cross-release feature
 2017-10-19  7:03 UTC  (5+ messages)
  ` [PATCH v2 1/4] completion: Add support for initializing completion with lockdep_map
  ` [PATCH v2 2/4] lockdep: Remove unnecessary acquisitions wrt workqueue flush
  ` [PATCH v2 3/4] genhd.h: Remove trailing white space
  ` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-19  6:02 UTC  (11+ messages)

[PATCH V2] Fix mounting with MS_I_VERSION
 2017-10-18 22:53 UTC  (4+ messages)

[PATCH] mm: Convert delete_from_page_cache_batch() to pagevec
 2017-10-18 22:02 UTC  (2+ messages)

[PATCH] Fix mounting with MS_I_VERSION
 2017-10-18 20:42 UTC  (2+ messages)

[PATCH 00/14] Overlayfs NFS export support
 2017-10-18 18:43 UTC  (6+ messages)
` [PATCH 06/14] ovl: encode pure-upper connectable file handles
` [PATCH 08/14] ovl: encode/decode struct ovl_fh format "

[PATCH] vfs: fix statfs64() returning impossible EOVERFLOW for 64-bit f_files
 2017-10-18 16:04 UTC  (4+ messages)
    ` [PATCH v2] vfs: Improve overflow checking for stat*() compat fields

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-18 15:44 UTC  (8+ messages)
` [PATCH v7 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v7 7/6] fs/epoll: scale nested callbacks

[PATCH] epoll: avoid calling ep_call_nested() from ep_poll_safewake()
 2017-10-18 14:03 UTC  (3+ messages)

[PATCH] ocfs2: fix cluster hang after a node dies
 2017-10-18 11:37 UTC  (5+ messages)
` [Ocfs2-devel] "

[PATCH 0/7 v1] Speed up page cache truncation
 2017-10-18 10:44 UTC  (4+ messages)
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages


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