linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-13 09:14:01 to 2017-12-15 22:05:28 UTC [more...]

[PATCH v5 00/78] XArray v5
 2017-12-15 22:04 UTC  (79+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [PATCH v5 02/78] fscache: Use appropriate radix tree accessors
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries
` [PATCH v5 07/78] xarray: Add definition of struct xarray
` [PATCH v5 08/78] xarray: Define struct xa_node
` [PATCH v5 09/78] xarray: Add documentation
` [PATCH v5 10/78] xarray: Add xa_load
` [PATCH v5 11/78] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v5 12/78] xarray: Add xa_store
` [PATCH v5 13/78] xarray: Add xa_cmpxchg
` [PATCH v5 14/78] xarray: Add xa_for_each
` [PATCH v5 15/78] xarray: Add xas_for_each_tag
` [PATCH v5 16/78] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 19/78] xarray: Add xas_create_range
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 22/78] idr: Convert to XArray
` [PATCH v5 23/78] ida: "
` [PATCH v5 24/78] page cache: Convert hole search "
` [PATCH v5 25/78] page cache: Add page_cache_range_empty function
` [PATCH v5 26/78] page cache: Add and replace pages using the XArray
` [PATCH v5 27/78] page cache: Convert page deletion to XArray
` [PATCH v5 28/78] page cache: Convert page cache lookups "
` [PATCH v5 29/78] page cache: Convert delete_batch "
` [PATCH v5 30/78] page cache: Remove stray radix comment
` [PATCH v5 31/78] mm: Convert page-writeback to XArray
` [PATCH v5 32/78] mm: Convert workingset "
` [PATCH v5 33/78] mm: Convert truncate "
` [PATCH v5 34/78] mm: Convert add_to_swap_cache "
` [PATCH v5 35/78] mm: Convert delete_from_swap_cache "
` [PATCH v5 36/78] mm: Convert __do_page_cache_readahead "
` [PATCH v5 37/78] mm: Convert page migration "
` [PATCH v5 38/78] mm: Convert huge_memory "
` [PATCH v5 39/78] mm: Convert collapse_shmem "
` [PATCH v5 40/78] mm: Convert khugepaged_scan_shmem "
` [PATCH v5 41/78] pagevec: Use xa_tag_t
` [PATCH v5 42/78] shmem: Convert replace to XArray
` [PATCH v5 43/78] shmem: Convert shmem_confirm_swap "
` [PATCH v5 44/78] shmem: Convert find_swap_entry "
` [PATCH v5 45/78] shmem: Convert shmem_tag_pins "
` [PATCH v5 46/78] shmem: Convert shmem_wait_for_pins "
` [PATCH v5 47/78] shmem: Convert shmem_add_to_page_cache "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [PATCH v5 49/78] shmem: Convert shmem_free_swap "
` [PATCH v5 50/78] shmem: Convert shmem_partial_swap_usage "
` [PATCH v5 51/78] shmem: Comment fixups
` [PATCH v5 52/78] btrfs: Convert page cache to XArray
` [PATCH v5 53/78] fs: Convert buffer "
` [PATCH v5 54/78] fs: Convert writeback "
` [PATCH v5 55/78] nilfs2: Convert "
` [PATCH v5 56/78] f2fs: "
` [PATCH v5 57/78] lustre: "
` [PATCH v5 58/78] dax: Convert dax_unlock_mapping_entry "
` [PATCH v5 59/78] dax: Convert lock_slot "
` [PATCH v5 60/78] dax: More XArray conversion
` [PATCH v5 61/78] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v5 62/78] dax: Convert dax_writeback_one "
` [PATCH v5 63/78] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v5 64/78] dax: Convert dax_insert_mapping_entry "
` [PATCH v5 65/78] dax: Convert grab_mapping_entry "
` [PATCH v5 66/78] dax: Fix sparse warning
` [PATCH v5 67/78] page cache: Finish XArray conversion
` [PATCH v5 68/78] mm: Convert cgroup writeback to XArray
` [PATCH v5 69/78] vmalloc: Convert "
` [PATCH v5 70/78] brd: "
` [PATCH v5 71/78] xfs: Convert m_perag_tree "
` [PATCH v5 72/78] xfs: Convert pag_ici_root "
` [PATCH v5 73/78] xfs: Convert xfs dquot "
` [PATCH v5 74/78] xfs: Convert mru cache "
` [PATCH v5 75/78] usb: Convert xhci-mem "
` [PATCH v5 76/78] md: Convert raid5-cache "
` [PATCH v5 77/78] irqdomain: Convert "
` [PATCH v5 78/78] fscache: "

About the try to remove cross-release feature entirely by Ingo
 2017-12-15 21:15 UTC  (14+ messages)
` [PATCH] locking/lockdep: Remove the cross-release locking checks

[RFC PATCH 0/4] ima: filesystems not mounted with i_version
 2017-12-15 21:13 UTC  (8+ messages)
` [RFC PATCH 2/4] ima: define new ima_sb_post_new_mount hook

[PATCH v8 0/8] Intel SGX Driver
 2017-12-15 20:27 UTC  (2+ messages)
` [PATCH v8 7/8] fs/pipe.c: export create_pipe_files()

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2017-12-15 19:58 UTC  (7+ messages)

[PATCH 0/2] ext4: Fix ENOSPC handling for DAX faults
 2017-12-15 19:36 UTC  (3+ messages)
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler

[PATCH v4 00/73] XArray version 4
 2017-12-15 17:10 UTC  (6+ messages)
` [PATCH v4 08/73] xarray: Add documentation
      ` Naming of tag operations in the XArray
    ` Storing errors "

[PATCH 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-15 15:26 UTC  (41+ messages)
` [PATCH 01/19] fs: new API for handling inode->i_version
` [PATCH 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH 03/19] fat: convert to new i_version API
` [PATCH 04/19] affs: "
` [PATCH 05/19] afs: "
` [PATCH 06/19] btrfs: "
` [PATCH 07/19] exofs: switch "
` [PATCH 08/19] ext2: convert "
` [PATCH 09/19] ext4: "
` [PATCH 10/19] nfs: "
` [PATCH 11/19] nfsd: "
` [PATCH 12/19] ocfs2: "
` [PATCH 13/19] ufs: use "
` [PATCH 14/19] xfs: convert to "
` [PATCH 15/19] IMA: switch IMA over "
` [PATCH 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH 19/19] fs: handle inode->i_version more efficiently

[GIT PULL] overlayfs fixes for 4.15-rc4
 2017-12-15 15:25 UTC 

sysfs_kf_seq_show() spends 87% of time in memset()
 2017-12-15 13:19 UTC  (2+ messages)

[PATCH] mm: save/restore current->journal_info in handle_mm_fault
 2017-12-15 10:33 UTC  (8+ messages)

[PATCH] fsck.f2fs: check nid range before use to avoid segmentation fault
 2017-12-15 10:06 UTC  (2+ messages)

[PATCH] fsck.f2fs: check and fix i_namelen to avoid double free
 2017-12-15 10:01 UTC  (2+ messages)

[RFC PATCH v2 0/4] Add rlimit-resources change notification mechanism
 2017-12-15  8:05 UTC  (7+ messages)
    ` [RFC PATCH v2 1/4] sched: Allow to get() and put() signal struct
    ` [RFC PATCH v2 2/4] Add rlimit-events framework
    ` [RFC PATCH v2 3/4] Connect rlimit-events with process life cycle
    ` [RFC PATCH v2 4/4] Allow to trace fd usage with rlimit-events

[PATCH] fs/namespace: __mnt_is_readonly can be boolean
 2017-12-15  6:56 UTC 

[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
 2017-12-15  2:06 UTC  (12+ messages)
    ` [f2fs-dev] "

mmotm 2017-12-14-16-17 uploaded
 2017-12-15  0:18 UTC 

[PATCH v4 72/73] xfs: Convert mru cache to XArray
 2017-12-14 18:23 UTC  (8+ messages)

waitqueue lockdep annotation V3
 2017-12-14 15:23 UTC  (4+ messages)
` [PATCH 1/3] epoll: use the waitqueue lock to protect ep->wq
` [PATCH 2/3] userfaultfd: use fault_wqh lock
` [PATCH 3/3] sched/wait: assert the wait_queue_head lock is held in __wake_up_common

waitqueue lockdep annotation
 2017-12-14 13:08 UTC  (9+ messages)
` [PATCH 1/2] epoll: use the waitqueue lock to protect ep->wq
` [PATCH 2/2] sched/wait: assert the wait_queue_head lock is held in __wake_up_common

[PATCH v6 00/11] Intel SGX Driver
 2017-12-14 11:18 UTC  (3+ messages)

FS: EXT4: should we sync error info in __ext4_grp_locked_error?
 2017-12-14  7:26 UTC 

[PATCH 1/1] aio: make sure the input "timeout" value is valid
 2017-12-14  3:18 UTC  (6+ messages)

[PATCH] mm: save current->journal_info before calling fault/page_mkwrite
 2017-12-14  2:30 UTC  (7+ messages)

[PATCHv6 1/1] ima: re-introduce own integrity cache lock
 2017-12-13 22:22 UTC  (2+ messages)

[PATCH] writeback: synchronize sync(2) against cgroup writeback membership switches
 2017-12-13 15:39 UTC  (4+ messages)
      ` [PATCH v2] "

Using overlay on top of overlay
 2017-12-13 10:10 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).