linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-30 15:34:00 to 2018-04-04 22:07:19 UTC [more...]

[PATCH net-next 00/12] fscache: Fixes, traces and development
 2018-04-04 22:07 UTC  (6+ messages)
` [PATCH 01/12] afs: Invalidate cache on server data change
` [PATCH 02/12] afs: Use the vnode ID uniquifier in the cache key not the aux data
` [PATCH 03/12] afs: Be more aggressive in retiring cached vnodes
` [PATCH 04/12] fscache, cachefiles: Fix checker warnings
` [PATCH 05/12] fscache: Pass the correct cancelled indications to fscache_op_complete()

[PATCH] [RFC][WIP] namespace.c: Allow some unprivileged proc mounts when not fully visible
 2018-04-04 22:02 UTC  (5+ messages)

REGRESSION/TEST FAILURE caused by DEBUG_RWSEMS
 2018-04-04 21:40 UTC  (3+ messages)

[PATCH v8 00/18] dax: fix dma vs truncate/hole-punch
 2018-04-04 21:40 UTC  (34+ 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 v9] "
` [PATCH v8 11/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
  ` [v8, "
` [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] fanotify: fix logic of events on child
 2018-04-04 20:42 UTC 

WARNING in up_write
 2018-04-04 19:35 UTC  (3+ messages)

[RFC PATCH 00/79] Generic page write protection and a solution to page waitqueue
 2018-04-04 19:18 UTC  (42+ messages)
` [RFC PATCH 04/79] pipe: add inode field to struct pipe_inode_info
` [RFC PATCH 05/79] mm/swap: add an helper to get address_space from swap_entry_t
` [RFC PATCH 06/79] mm/page: add helpers to dereference struct page index field
` [RFC PATCH 07/79] mm/page: add helpers to find mapping give a page and buffer head
` [RFC PATCH 08/79] mm/page: add helpers to find page mapping and private given a bio
` [RFC PATCH 09/79] fs: add struct address_space to read_cache_page() callback argument
` [RFC PATCH 20/79] fs: add struct address_space to write_cache_pages() "
` [RFC PATCH 22/79] fs: add struct inode to block_read_full_page() arguments
` [RFC PATCH 24/79] fs: add struct inode to nobh_writepage() arguments
` [RFC PATCH 26/79] fs: add struct address_space to mpage_readpage() arguments
` [RFC PATCH 27/79] fs: add struct address_space to fscache_read*() callback arguments
` [RFC PATCH 28/79] fs: introduce page_is_truncated() helper
` [RFC PATCH 29/79] fs/block: add struct address_space to bdev_write_page() arguments
` [RFC PATCH 30/79] fs/block: add struct address_space to __block_write_begin() arguments
` [RFC PATCH 31/79] fs/block: add struct address_space to __block_write_begin_int() args
` [RFC PATCH 32/79] fs/block: do not rely on page->mapping get it from the context
` [RFC PATCH 33/79] fs/journal: add struct super_block to jbd2_journal_forget() arguments
` [RFC PATCH 34/79] fs/journal: add struct inode to jbd2_journal_revoke() arguments
` [RFC PATCH 35/79] fs/buffer: add struct address_space and struct page to end_io callback
` [RFC PATCH 36/79] fs/buffer: add struct super_block to bforget() arguments
` [RFC PATCH 37/79] fs/buffer: add struct super_block to __bforget() arguments
` [RFC PATCH 38/79] fs/buffer: add first buffer flag for first buffer_head in a page
` [RFC PATCH 39/79] fs/buffer: add struct address_space to clean_page_buffers() arguments
` [RFC PATCH 50/79] fs: stop relying on mapping field of struct page, get it from context
` [RFC PATCH 51/79] "
` [RFC PATCH 52/79] fs/buffer: use _page_has_buffers() instead of page_has_buffers()
` [RFC PATCH 63/79] mm/page: convert page's index lookup to be against specific mapping
` [RFC PATCH 64/79] mm/buffer: use _page_has_buffers() instead of page_has_buffers()
` [RFC PATCH 65/79] mm/swap: add struct swap_info_struct swap_readpage() arguments
` [RFC PATCH 68/79] mm/vma_address: convert page's index lookup to be against specific mapping
` [RFC PATCH 69/79] fs/journal: add struct address_space to jbd2_journal_try_to_free_buffers() arguments
` [RFC PATCH 70/79] mm: add struct address_space to mark_buffer_dirty()
` [RFC PATCH 71/79] mm: add struct address_space to set_page_dirty()
` [RFC PATCH 72/79] mm: add struct address_space to set_page_dirty_lock()
` [RFC PATCH 73/79] mm: pass down struct address_space to set_page_dirty()
` [RFC PATCH 74/79] mm/page_ronly: add config option for generic read only page framework
` [RFC PATCH 75/79] mm/page_ronly: add page read only core structure and helpers
` [RFC PATCH 76/79] mm/ksm: have ksm select PAGE_RONLY config
` [RFC PATCH 77/79] mm/ksm: hide set_page_stable_node() and page_stable_node()
` [RFC PATCH 78/79] mm/ksm: rename PAGE_MAPPING_KSM to PAGE_MAPPING_RONLY
` [RFC PATCH 79/79] mm/ksm: set page->mapping to page_ronly struct instead of stable_node

[PATCH net-next 0/3] fscache: quick review
 2018-04-04 18:40 UTC  (6+ messages)
` [PATCH 1/3] fscache: Attach the index key and aux data to the cookie
` [PATCH 2/3] fscache: Pass object size in rather than calling back for it
` [PATCH 3/3] fscache: Maintain a catalogue of allocated cookies

[PATCH v10 00/62] Convert page cache to XArray
 2018-04-04 16:35 UTC  (8+ messages)
` [PATCH v10 43/62] memfd: Convert shmem_tag_pins "
` [PATCH v10 44/62] memfd: Convert shmem_wait_for_pins "

WARNING: refcount bug in should_fail
 2018-04-04 15:54 UTC  (15+ messages)
    `  "

INFO: task hung in lo_ioctl
 2018-04-04 15:23 UTC 

[PATCH] locking/rwsem: Add up_write_non_owner() for percpu_up_write()
 2018-04-04 14:40 UTC  (2+ messages)

fanotify super block mark and ignore mask
 2018-04-04 11:55 UTC  (5+ messages)

WARNING in kill_block_super
 2018-04-04 10:53 UTC  (2+ messages)

[git pull] vfs pile 1 (dcache)
 2018-04-04  4:45 UTC 

WARNING in hfs_bnode_create
 2018-04-04  3:02 UTC 

[PATCH V2 2/2] fat: change timestamp updates to use fat_update_time
 2018-04-04  2:37 UTC 

[PATCH V2 1/2] fat: implement fat_update_time for inode timestamps
 2018-04-04  2:37 UTC 

[PATCH] locks: change POSIX lock ownership on execve when files_struct is displaced
 2018-04-03 17:22 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH] mm: Check for SIGKILL inside dup_mmap() loop
 2018-04-03 14:54 UTC  (14+ messages)

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

[GIT PULL] remove in-kernel calls to syscalls
 2018-04-03 10:53 UTC  (3+ messages)

[PATCH] fs: ufs: Convert ufs_set_de_type to use lookup table
 2018-04-03  8:59 UTC 

[PATCH v7] fs: Add VirtualBox guest shared folder (vboxsf) support
 2018-04-03  0:46 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)

[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 

aio poll and a new in-kernel poll API V9
 2018-03-30 15:07 UTC  (7+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout
` [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 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation


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