linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-14 00:11:54 to 2018-06-17 02:00:21 UTC [more...]

[PATCH v14 00/74] Convert page cache to XArray
 2018-06-17  2:00 UTC  (43+ 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 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 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  (5+ messages)
` [PATCH 1/3] udf: Detect incorrect directory size
` [PATCH 2/3] udf: Provide function for calculating dir entry length
` [PATCH 3/3] udf: Drop unused arguments of udf_delete_aext()

[PATCH] proc: Fix parsing of mount parameters
 2018-06-16  3:26 UTC  (5+ messages)
      ` [CFT][PATCH] proc: Simplify and fix proc by removing the kernel mount

shiftfs status and future development
 2018-06-16  3:03 UTC  (19+ messages)

[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  (6+ messages)
  ` [Intel-wired-lan] "
  ` [alsa-devel] "

[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] proc: Make inline name size calculation automatic
 2018-06-15 17:15 UTC  (3+ messages)

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

[PATCH V6 00/30] block: support multipage bvec
 2018-06-15 15:43 UTC  (23+ messages)
` [PATCH V6 11/30] block: implement bio_pages_all() via bio_for_each_segment_all()
` [PATCH V6 13/30] block: introduce rq_for_each_chunk()
` [PATCH V6 15/30] block: introduce bio_clone_chunk_bioset()
` [PATCH V6 30/30] block: document usage of bio iterator helpers

[PATCH] dm-zoned-tools: add zoned disk udev rules for scheduler / dmsetup
 2018-06-15 14:50 UTC  (15+ messages)
`  "

[bug?] mutual exclusion between posix and OFD locks
 2018-06-15 13:30 UTC  (3+ messages)

stop using buffer heads in xfs v6
 2018-06-15 13:02 UTC  (25+ messages)
` [PATCH 01/24] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 02/24] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 03/24] iomap: add initial support for writes without buffer heads
` [PATCH 04/24] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 05/24] xfs: simplify xfs_aops_discard_page
` [PATCH 06/24] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 07/24] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 08/24] xfs: don't clear imap_valid for a non-uptodate buffers
` [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 14/24] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 15/24] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 16/24] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 17/24] xfs: remove the imap_valid flag
` [PATCH 18/24] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 19/24] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 20/24] xfs: remove xfs_start_page_writeback
` [PATCH 21/24] xfs: refactor the tail of xfs_writepage_map
` [PATCH 22/24] xfs: allow writeback on pages without buffer heads
` [PATCH 23/24] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 24/24] xfs: add support for sub-pagesize writeback without buffer_heads

[PATCH v9 0/5] gfs2 iomap write support
 2018-06-15 12:19 UTC  (6+ messages)
` [PATCH v9 1/5] iomap: add private pointer to struct iomap
` [PATCH v9 2/5] gfs2: iomap buffered write support
` [PATCH v9 3/5] gfs2: gfs2_extent_length cleanup
` [PATCH v9 4/5] gfs2: iomap direct I/O support
` [PATCH v9 5/5] gfs2: Remove gfs2_write_{begin,end}

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

[PATCH] bfs: add sanity check at bfs_fill_super()
 2018-06-15 10:45 UTC  (20+ messages)

iomap preparations for GFS2 v2
 2018-06-15  8:31 UTC  (10+ messages)
` [PATCH 1/6] fs: factor out a __generic_write_end helper
` [PATCH 2/6] iomap: move bdev and dax_dev in a union
` [PATCH 3/6] iomap: mark newly allocated buffer heads as new
` [PATCH 4/6] iomap: complete partial direct I/O writes synchronously
` [PATCH 5/6] iomap: generic inline data handling
` [PATCH 6/6] iomap: add a page_done callback
    ` [Cluster-devel] iomap preparations for GFS2 v2

[PATCH] doc: add description to dirtytime_expire_seconds
 2018-06-15  7:04 UTC  (3+ messages)

[PATCH 00/39] overlayfs: stack file operations
 2018-06-15  5:47 UTC  (11+ messages)
` [PATCH 14/39] ovl: stack file ops

[PATCH 00/32] VFS: Introduce filesystem context [ver #8]
 2018-06-15  4:18 UTC  (2+ messages)

[PATCH] autofs - fix directory and symlink access
 2018-06-15  3:38 UTC  (2+ messages)

mmotm 2018-06-14-16-20 uploaded
 2018-06-14 23:21 UTC 

[PATCH] eventpoll: switch to ->poll_mask
 2018-06-14 22:32 UTC 

[PATCH 1/4] vmsplice: lift import_iovec() into do_vmsplice()
 2018-06-14 22:22 UTC  (6+ messages)
` [1/4] "

[PATCH RESEND v3 0/4] Enable holes in copy_file_range()
 2018-06-14 15:12 UTC  (5+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

linux-next: Tree for Jun 4 (fs/afs/)
 2018-06-14 15:08 UTC  (2+ messages)

[GIT PULL] fsnotify changes for 4.18-rc1 v2
 2018-06-14 14:39 UTC 

[GIT PULL] vfs/y2038: inode timestamps conversion to timespec64
 2018-06-14 14:15 UTC 

[PATCH v1] aio: mark __aio_sigset::sigmask const
 2018-06-14 12:16 UTC  (2+ messages)

[PATCH 0/2] fs/lock: show locks info owned by dead/invisible processes
 2018-06-14 11:13 UTC  (5+ messages)
` [PATCH 2/2] fs/lock: show locks taken by processes from another pidns

Ext4 fiemap implementation
 2018-06-14  8:14 UTC  (11+ 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).