linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-15 16:35:51 to 2018-06-19 09:22:30 UTC [more...]

[PATCH v14 00/74] Convert page cache to XArray
 2018-06-19  9:22 UTC  (77+ messages)
` [PATCH v14 01/74] Update email address
` [PATCH v14 02/74] radix tree test suite: Enable ubsan
` [PATCH v14 03/74] dax: Fix use of zero page
` [PATCH v14 04/74] xarray: Replace exceptional entries
` [PATCH v14 05/74] xarray: Change definition of sibling entries
` [PATCH v14 06/74] xarray: Add definition of struct xarray
` [PATCH v14 07/74] xarray: Define struct xa_node
` [PATCH v14 08/74] xarray: Add documentation
` [PATCH v14 09/74] xarray: Add XArray load operation
` [PATCH v14 10/74] xarray: Add XArray tags
` [PATCH v14 11/74] xarray: Add XArray unconditional store operations
` [PATCH v14 12/74] xarray: Add XArray conditional "
` [PATCH v14 13/74] xarray: Add XArray iterators
` [PATCH v14 14/74] xarray: Extract entries from an XArray
` [PATCH v14 15/74] xarray: Destroy "
` [PATCH v14 16/74] xarray: Step through "
` [PATCH v14 17/74] xarray: Add xas_for_each_conflict
` [PATCH v14 18/74] xarray: Add xas_create_range
` [PATCH v14 19/74] xarray: Add MAINTAINERS entry
` [PATCH v14 20/74] page cache: Rearrange address_space
` [PATCH v14 21/74] page cache: Convert hole search to XArray
` [PATCH v14 22/74] page cache: Add and replace pages using the XArray
` [PATCH v14 23/74] page cache: Convert page deletion to XArray
` [PATCH v14 24/74] page cache: Convert find_get_entry "
` [PATCH v14 25/74] page cache: Convert find_get_entries "
` [PATCH v14 26/74] page cache: Convert find_get_pages_range "
` [PATCH v14 27/74] page cache: Convert find_get_pages_contig "
` [PATCH v14 28/74] page cache; Convert find_get_pages_range_tag "
` [PATCH v14 29/74] page cache: Convert find_get_entries_tag "
` [PATCH v14 30/74] page cache: Convert filemap_map_pages "
` [PATCH v14 31/74] radix tree test suite: Convert regression1 "
` [PATCH v14 32/74] page cache: Convert delete_batch "
` [PATCH v14 33/74] page cache: Remove stray radix comment
` [PATCH v14 34/74] page cache: Convert filemap_range_has_page to XArray
` [PATCH v14 35/74] mm: Convert page-writeback "
` [PATCH v14 36/74] mm: Convert workingset "
` [PATCH v14 37/74] mm: Convert truncate "
` [PATCH v14 38/74] mm: Convert add_to_swap_cache "
` [PATCH v14 39/74] mm: Convert delete_from_swap_cache "
` [PATCH v14 40/74] mm: Convert __do_page_cache_readahead "
` [PATCH v14 41/74] mm: Convert page migration "
` [PATCH v14 42/74] mm: Convert huge_memory "
` [PATCH v14 43/74] mm: Convert collapse_shmem "
` [PATCH v14 44/74] mm: Convert khugepaged_scan_shmem "
` [PATCH v14 45/74] mm: Convert is_page_cache_freeable "
` [PATCH v14 46/74] pagevec: Use xa_tag_t
` [PATCH v14 47/74] shmem: Convert shmem_radix_tree_replace to XArray
` [PATCH v14 48/74] shmem: Convert shmem_confirm_swap "
` [PATCH v14 49/74] shmem: Convert find_swap_entry "
` [PATCH v14 50/74] shmem: Convert shmem_add_to_page_cache "
` [PATCH v14 51/74] shmem: Convert shmem_alloc_hugepage "
` [PATCH v14 52/74] shmem: Convert shmem_free_swap "
` [PATCH v14 53/74] shmem: Convert shmem_partial_swap_usage "
` [PATCH v14 54/74] memfd: Convert memfd_wait_for_pins "
` [PATCH v14 55/74] memfd: Convert memfd_tag_pins "
` [PATCH v14 56/74] shmem: Comment fixups
` [PATCH v14 57/74] btrfs: Convert page cache to XArray
` [PATCH v14 58/74] fs: Convert buffer "
` [PATCH v14 59/74] fs: Convert writeback "
` [PATCH v14 60/74] nilfs2: Convert "
` [PATCH v14 61/74] f2fs: "
` [PATCH v14 62/74] dax: Rename some functions
` [PATCH v14 63/74] dax: Hash on XArray instead of mapping
` [PATCH v14 64/74] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v14 65/74] dax: Convert dax_layout_busy_page "
` [PATCH v14 66/74] dax: Convert __dax_invalidate_entry "
` [PATCH v14 67/74] dax: Convert dax writeback "
` [PATCH v14 68/74] dax: Convert dax_lock_page "
` [PATCH v14 69/74] dax: Convert page fault handlers "
` [PATCH v14 70/74] page cache: Finish XArray conversion
` [PATCH v14 71/74] radix tree: Remove radix_tree_update_node_t
` [PATCH v14 72/74] radix tree: Remove split/join code
` [PATCH v14 73/74] radix tree: Remove radix_tree_maybe_preload_order
` [PATCH v14 74/74] radix tree: Remove radix_tree_clear_tags

[PATCH] coredump: Remove unsued trace event includes
 2018-06-19  8:21 UTC 

[PATCH] proc: Make inline name size calculation automatic
 2018-06-19  8:01 UTC  (3+ messages)

[PATCH v6 0/3] Directed kmem charging
 2018-06-19  7:20 UTC  (5+ messages)
` [PATCH 1/3] mm: memcg: remote memcg charging for kmem allocations
` [PATCH 2/3] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 3/3] fs, mm: account buffer_head "

iomap preparations for GFS2 v2
 2018-06-19  6:50 UTC  (5+ messages)
` [PATCH 2/6] iomap: move bdev and dax_dev in a union

[PATCH v9 0/5] gfs2 iomap write support
 2018-06-19  6:42 UTC  (8+ messages)
` [PATCH v9 1/5] iomap: add private pointer to struct iomap
` [PATCH v9 2/5] gfs2: iomap buffered write support
` [PATCH v9 4/5] gfs2: iomap direct I/O support

stop using buffer heads in xfs v6
 2018-06-19  6:15 UTC  (17+ messages)
` [PATCH 06/24] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 09/24] xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
` [PATCH 10/24] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 11/24] xfs: remove xfs_map_cow
` [PATCH 12/24] xfs: rename the offset variable in xfs_writepage_map
` [PATCH 13/24] xfs: make xfs_writepage_map extent map centric
` [PATCH 24/24] xfs: add support for sub-pagesize writeback without buffer_heads

[PATCH v1] Revert "eventfd: only return events requested in poll_mask()"
 2018-06-19  5:15 UTC  (2+ messages)

[PATCH v3] mm: Change return type int to vm_fault_t for fault handlers
 2018-06-19  4:56 UTC  (2+ messages)

[PATCH 12/24] proc: Add fs_context support to procfs [ver #7]
 2018-06-19  3:34 UTC  (2+ messages)
` [12/24] "

[PATCH 1/6] autofs - fix inconsistent use of now variable
 2018-06-19  3:02 UTC  (6+ messages)
` [PATCH 2/6] autofs - fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
` [PATCH 3/6] autofs - make autofs_expire_direct() static
` [PATCH 4/6] autofs - make autofs_expire_indirect() static
` [PATCH 5/6] autofs - make expire flags usage consistent with v5 params
` [PATCH 6/6] autofs - add AUTOFS_EXP_FORCED flag

[PATCH 1/7] autofs - fix directory and symlink access
 2018-06-19  3:01 UTC  (2+ messages)

[PATCH v2] doc: add description to dirtytime_expire_seconds
 2018-06-18 23:59 UTC 

[PATCH 00/32] VFS: Introduce filesystem context [ver #8]
 2018-06-18 23:33 UTC  (5+ messages)

[PATCH 00/39] overlayfs: stack file operations
 2018-06-18 20:08 UTC  (6+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t

shiftfs status and future development
 2018-06-18 19:53 UTC  (21+ messages)

Do we need DCACHE_WHITEOUT_TYPE?
 2018-06-18 15:29 UTC  (2+ messages)

[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
 2018-06-18 14:27 UTC  (8+ messages)
` [PATCH v8 1/5] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v8 2/5] ipc: IPCMNI limit check for semmni
` [PATCH v8 3/5] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v8 4/5] ipc: Conserve sequence numbers in extended IPCMNI mode
` [PATCH v8 5/5] ipc: Add a new ipcmni_compat sysctl to fall back to old behavior

[PATCH v8 5/5 RESEND] ipc: Add a new ipcmni_compat sysctl to fall back to old behavior
 2018-06-18 13:25 UTC 

general protection fault in wb_workfn (2)
 2018-06-18 12:27 UTC  (11+ messages)
  ` [PATCH] bdi: Fix another oops in wb_workfn()

[PATCHv3 00/19] arm64: invoke syscalls with pt_regs
 2018-06-18 12:03 UTC  (20+ messages)
` [PATCHv3 01/19] arm64: consistently use unsigned long for thread flags
` [PATCHv3 02/19] arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
` [PATCHv3 03/19] arm64: introduce sysreg_clear_set()
` [PATCHv3 04/19] arm64: kill config_sctlr_el1()
` [PATCHv3 05/19] arm64: kill change_cpacr()
` [PATCHv3 06/19] arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
` [PATCHv3 07/19] arm64: remove sigreturn wrappers
` [PATCHv3 08/19] arm64: convert raw syscall invocation to C
` [PATCHv3 09/19] arm64: convert syscall trace logic "
` [PATCHv3 10/19] arm64: convert native/compat syscall entry "
` [PATCHv3 11/19] arm64: don't reload GPRs after apply_ssbd
` [PATCHv3 12/19] arm64: zero GPRs upon entry from EL0
` [PATCHv3 13/19] kernel: add ksys_personality()
` [PATCHv3 14/19] kernel: add kcompat_sys_{f,}statfs64()
` [PATCHv3 15/19] arm64: remove in-kernel call to sys_personality()
` [PATCHv3 16/19] arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
` [PATCHv3 17/19] arm64: use SYSCALL_DEFINE6() for mmap
` [PATCHv3 18/19] arm64: convert compat wrappers to C
` [PATCHv3 19/19] arm64: implement syscall wrappers

[PATCH 14/39] ovl: stack file ops
 2018-06-18 11:50 UTC  (11+ messages)

[PATCH v7 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-06-18  9:52 UTC  (6+ messages)
` [PATCH v7 1/4] ipc: IPCMNI limit check for msgmni and shmmni

[PATCH 4.14 176/189] locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
 2018-06-18  8:14 UTC  (2+ messages)
` [PATCH 4.14 177/189] locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN

[PATCH resend] eventfd: make eventfd files distinguishable in /proc/$PID/fd
 2018-06-18  8:17 UTC 

[PATCH 4.16 267/279] locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
 2018-06-18  8:14 UTC  (2+ messages)
` [PATCH 4.16 268/279] locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN

[PATCH] VFS: simplify seq_file iteration code and interface
 2018-06-18  6:46 UTC  (4+ messages)
` [PATCH resend] "
  ` [PATCH resend*2] "
    ` [PATCH resend*3] "

[PATCH] proc: Make inline name size calculation automatic
 2018-06-17 21:57 UTC  (4+ messages)
  ` [PATCH] proc: fixup PDE allocation bloat

[RFC][PATCHES] getting rid of int *open in ->atomic_open() and friends
 2018-06-17 18:22 UTC  (4+ messages)

[PATCH] proc: Fix parsing of mount parameters
 2018-06-17  6:20 UTC  (7+ messages)
      ` [CFT][PATCH] proc: Simplify and fix proc by removing the kernel mount
        ` [PATCH v2] "

[PATCH v2] fs: fuse: Adding new return type vm_fault_t
 2018-06-17  6:18 UTC  (4+ messages)

[PATCH 0/3] time: Add y2038 safe struct __kernel_itimerspec
 2018-06-17  5:11 UTC  (4+ messages)
` [PATCH 1/3] time: Introduce "
` [PATCH 2/3] time: Enable get/put_compat_itimerspec64 always
` [PATCH 3/3] time: Change types to new y2038 safe __kernel_itimerspec

XArray -next inclusion request
 2018-06-17  3:41 UTC  (2+ messages)

[PATCH v13 00/72] Convert page cache to XArray
 2018-06-16 12:07 UTC  (7+ messages)

Mounting corrupted HFS+ causes kernel NULL pointer dereference
 2018-06-16  9:58 UTC  (6+ messages)

[PATCH 0/3] udf: Better handling of corrupted dir and cleanup
 2018-06-16  8:18 UTC  (3+ messages)
` [PATCH 1/3] udf: Detect incorrect directory size

[git pull] vfs.git afs stuff from dhowells (mostly procfs followups)
 2018-06-16  2:15 UTC 

[git pull] vfs.git - misc compat stuff
 2018-06-16  2:14 UTC 

[git pull] vfs.git - more aio followups
 2018-06-16  2:11 UTC 

[PATCH v3 16/27] docs: Fix more broken references
 2018-06-15 21:42 UTC  (2+ messages)

[PATCH v3 0/1] shiftfs: uid/gid shifting filesystem
 2018-06-15 21:36 UTC  (2+ messages)
` [PATCH v3 1/1] shiftfs: uid/gid shifting bind mount

[RFC] ktest: update ndctl and xfstests
 2018-06-15 21:25 UTC 

[PATCH] BFS: tighten sanity checks at bfs_fill_super()
 2018-06-15 20:53 UTC 

[RFC] ktest: add pmem support
 2018-06-15 19:51 UTC 

INFO: task hung in __sb_start_write
 2018-06-15 19:40 UTC  (7+ messages)

WARNING in blkdev_put
 2018-06-15 17:37 UTC 

[PATCH v4 16/26] docs: Fix more broken references
 2018-06-15 16:41 UTC  (2+ messages)


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