linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-29 20:33:51 to 2018-04-03 05:20:09 UTC [more...]

WARNING: refcount bug in should_fail
 2018-04-03  5:20 UTC  (13+ messages)
    `  "

[GIT PULL] remove in-kernel calls to syscalls
 2018-04-03  4:33 UTC  (2+ messages)

WARNING in up_write
 2018-04-03  2:01 UTC 

[PATCH v7] fs: Add VirtualBox guest shared folder (vboxsf) support
 2018-04-03  0:46 UTC  (2+ messages)

[RFC PATCH v1] fw_lockdown: new micro LSM module to prevent loading unsigned firmware
 2018-04-03  0:42 UTC  (2+ messages)

kernel BUG at fs/hfs/inode.c:LINE!
 2018-04-03  0:01 UTC 

[PATCH] f2fs: reserve bits for fs-verity
 2018-04-02 22:58 UTC  (3+ messages)

BUG: corrupted list in __dentry_kill
 2018-04-02 20:37 UTC  (8+ messages)

general protection fault in kernfs_kill_sb
 2018-04-02 14:34 UTC  (2+ messages)

[PATCH] locks: change POSIX lock ownership on execve when files_struct is displaced
 2018-04-02 12:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-04-02 12:30 UTC  (10+ messages)
` [PATCH net-next v2 1/2] fs/crashdd: add API to collect hardware dump in second kernel

[RFC PATCH] fat: truncate timestamps returned from fat_getattr
 2018-04-02  1:26 UTC  (3+ messages)

INFO: task hung in __get_super
 2018-04-01 17:08 UTC 

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-01  6:38 UTC  (3+ messages)

[PATCH net-next v3 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-04-01  0:32 UTC  (8+ messages)
` [PATCH net-next v3 1/3] vmcore: add API to collect hardware dump in second kernel
  ` [RFC PATCH] vmcore: __vmcore_add_device_dump() can be static
` [PATCH net-next v3 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v3 3/3] cxgb4: collect hardware dump in second kernel

[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
 2018-03-31 21:21 UTC  (10+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs

WARNING: ODEBUG bug in hfsplus_fill_super
 2018-03-31 20:47 UTC 

general protection fault in hfs_find_init
 2018-03-31 20:47 UTC 

general protection fault in hfs_find_init
 2018-03-31 20:47 UTC 

WARNING: ODEBUG bug in hfsplus_fill_super
 2018-03-31 20:47 UTC 

[PATCH v8 00/18] dax: fix dma vs truncate/hole-punch
 2018-03-31  4:03 UTC  (19+ messages)
` [PATCH v8 01/18] dax: store pfns in the radix
` [PATCH v8 02/18] fs, dax: prepare for dax-specific address_space_operations
` [PATCH v8 03/18] block, dax: remove dead code in blkdev_writepages()
` [PATCH v8 04/18] xfs, dax: introduce xfs_dax_aops
` [PATCH v8 05/18] ext4, dax: introduce ext4_dax_aops
` [PATCH v8 06/18] ext2, dax: introduce ext2_dax_aops
` [PATCH v8 07/18] fs, dax: use page->mapping to warn if truncate collides with a busy page
` [PATCH v8 08/18] dax: introduce CONFIG_DAX_DRIVER
` [PATCH v8 09/18] dax, dm: allow device-mapper to operate without dax support
` [PATCH v8 10/18] dax, dm: introduce ->fs_{claim, release}() dax_device infrastructure
` [PATCH v8 11/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v8 12/18] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v8 13/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v8 14/18] memremap: mark devm_memremap_pages() EXPORT_SYMBOL_GPL
` [PATCH v8 15/18] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v8 16/18] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
` [PATCH v8 17/18] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v8 18/18] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v10 00/62] Convert page cache to XArray
 2018-03-31  2:11 UTC  (66+ messages)
` [PATCH v10 01/62] page cache: Use xa_lock
` [PATCH v10 02/62] xarray: Replace exceptional entries
` [PATCH v10 03/62] xarray: Change definition of sibling entries
` [PATCH v10 04/62] xarray: Add definition of struct xarray
` [PATCH v10 05/62] xarray: Define struct xa_node
` [PATCH v10 06/62] xarray: Add documentation
` [PATCH v10 07/62] xarray: Add xa_load
` [PATCH v10 08/62] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v10 09/62] xarray: Add xa_store
` [PATCH v10 10/62] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v10 11/62] xarray: Add xa_for_each
` [PATCH v10 12/62] xarray: Add xa_extract
` [PATCH v10 13/62] xarray: Add xa_destroy
` [PATCH v10 14/62] xarray: Add xas_next and xas_prev
` [PATCH v10 15/62] xarray: Add xas_create_range
` [PATCH v10 16/62] xarray: Add MAINTAINERS entry
` [PATCH v10 17/62] page cache: Rearrange address_space
` [PATCH v10 18/62] page cache: Convert hole search to XArray
` [PATCH v10 19/62] page cache: Add and replace pages using the XArray
` [PATCH v10 20/62] page cache: Convert page deletion to XArray
` [PATCH v10 21/62] page cache: Convert page cache lookups "
` [PATCH v10 22/62] page cache: Convert delete_batch "
` [PATCH v10 23/62] page cache: Remove stray radix comment
` [PATCH v10 24/62] page cache: Convert filemap_range_has_page to XArray
` [PATCH v10 25/62] mm: Convert page-writeback "
` [PATCH v10 26/62] mm: Convert workingset "
` [PATCH v10 27/62] mm: Convert truncate "
` [PATCH v10 28/62] mm: Convert add_to_swap_cache "
` [PATCH v10 29/62] mm: Convert delete_from_swap_cache "
` [PATCH v10 30/62] mm: Convert __do_page_cache_readahead "
` [PATCH v10 31/62] mm: Convert page migration "
` [PATCH v10 32/62] mm: Convert huge_memory "
` [PATCH v10 33/62] mm: Convert collapse_shmem "
` [PATCH v10 34/62] mm: Convert khugepaged_scan_shmem "
` [PATCH v10 35/62] pagevec: Use xa_tag_t
` [PATCH v10 36/62] shmem: Convert replace to XArray
` [PATCH v10 37/62] shmem: Convert shmem_confirm_swap "
` [PATCH v10 38/62] shmem: Convert find_swap_entry "
` [PATCH v10 39/62] shmem: Convert shmem_add_to_page_cache "
` [PATCH v10 40/62] shmem: Convert shmem_alloc_hugepage "
` [PATCH v10 41/62] shmem: Convert shmem_free_swap "
` [PATCH v10 42/62] shmem: Convert shmem_partial_swap_usage "
` [PATCH v10 43/62] memfd: Convert shmem_tag_pins "
` [PATCH v10 44/62] memfd: Convert shmem_wait_for_pins "
` [PATCH v10 45/62] shmem: Comment fixups
` [PATCH v10 46/62] btrfs: Convert page cache to XArray
` [PATCH v10 47/62] fs: Convert buffer "
` [PATCH v10 48/62] fs: Convert writeback "
` [PATCH v10 49/62] nilfs2: Convert "
` [PATCH v10 50/62] f2fs: "
` [PATCH v10 51/62] lustre: "
` [PATCH v10 52/62] dax: Fix use of zero page
` [PATCH v10 53/62] dax: dax_insert_mapping_entry always succeeds
` [PATCH v10 54/62] dax: Rename some functions
` [PATCH v10 55/62] dax: Hash on XArray instead of mapping
` [PATCH v10 56/62] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v10 57/62] dax: Convert dax_layout_busy_page "
` [PATCH v10 58/62] dax: Convert __dax_invalidate_entry "
` [PATCH v10 59/62] dax: Convert dax writeback "
` [PATCH v10 60/62] dax: Convert page fault handlers "
` [PATCH v10 61/62] page cache: Finish XArray conversion
` [PATCH v10 62/62] radix tree: Remove unused functions

aio poll and a new in-kernel poll API V9
 2018-03-30 15:08 UTC  (33+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout
` [PATCH 02/32] fs: cleanup do_pollfd
` [PATCH 03/32] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/32] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/32] aio: simplify KIOCB_KEY handling
` [PATCH 07/32] aio: simplify cancellation
` [PATCH 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation
` [PATCH 09/32] aio: add delayed cancel support
` [PATCH 10/32] aio: implement IOCB_CMD_POLL
` [PATCH 11/32] net: refactor socket_poll
` [PATCH 12/32] net: add support for ->poll_mask in proto_ops
` [PATCH 13/32] net: remove sock_no_poll
` [PATCH 14/32] net/tcp: convert to ->poll_mask
` [PATCH 15/32] net/unix: "
` [PATCH 16/32] net: convert datagram_poll users tp ->poll_mask
` [PATCH 17/32] net/dccp: convert to ->poll_mask
` [PATCH 18/32] net/atm: "
` [PATCH 19/32] net/vmw_vsock: "
` [PATCH 20/32] net/tipc: "
` [PATCH 21/32] net/sctp: "
` [PATCH 22/32] net/bluetooth: "
` [PATCH 23/32] net/caif: "
` [PATCH 24/32] net/nfc: "
` [PATCH 25/32] net/phonet: "
` [PATCH 26/32] net/iucv: "
` [PATCH 27/32] net/rxrpc: "
` [PATCH 28/32] crypto: af_alg: "
` [PATCH 29/32] pipe: "
` [PATCH 30/32] eventfd: switch "
` [PATCH 31/32] timerfd: convert "
` [PATCH 32/32] random: "

[PATCH v7 00/14] dax: fix dma vs truncate/hole-punch
 2018-03-30 15:16 UTC  (13+ messages)
` [PATCH v7 05/14] ext4, dax: introduce ext4_dax_aops
` [PATCH v7 07/14] fs, dax: use page->mapping to warn if truncate collides with a busy page
` [PATCH v7 09/14] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v7 12/14] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL

[PATCH] mm: Check for SIGKILL inside dup_mmap() loop
 2018-03-30 10:34 UTC  (3+ messages)

aio poll and a new in-kernel poll API V8
 2018-03-30  7:14 UTC  (15+ messages)
` [PATCH 05/30] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 07/30] aio: add delayed cancel support
` [PATCH 09/30] net: refactor socket_poll
` [PATCH 13/30] net/unix: convert to ->poll_mask
` [PATCH 15/30] net/dccp: "
` [PATCH 16/30] net/atm: "
` [PATCH 21/30] net/caif: "
` [PATCH 24/30] net/iucv: "
` [PATCH 25/30] net/rxrpc: "
` [PATCH 27/30] pipe: "
` [PATCH 28/30] eventfd: switch "
` [PATCH 29/30] timerfd: convert "

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-03-30  5:06 UTC  (6+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[PATCH] ocfs2: don't evaluate buffer head to NULL managed by caller
 2018-03-30  0:50 UTC 

WARNING in kill_block_super
 2018-03-29 23:01 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).