linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 06:49:40 to 2019-09-26 13:45:42 UTC [more...]

[PATCHSET v02 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-09-26 13:45 UTC  (25+ messages)
` [PATCH 01/16] fs: Add the ZUF filesystem to the build + License
` [PATCH 02/16] MAINTAINERS: Add the ZUFS maintainership
` [PATCH 03/16] zuf: Preliminary Documentation
` [PATCH 04/16] zuf: zuf-rootfs
` [PATCH 05/16] zuf: zuf-core The ZTs
` [PATCH 06/16] zuf: Multy Devices
` [PATCH 07/16] zuf: mounting
` [PATCH 08/16] zuf: Namei and directory operations
` [PATCH 09/16] zuf: readdir operation
` [PATCH 10/16] zuf: symlink
` [PATCH 11/16] zuf: Write/Read implementation
` [PATCH 12/16] zuf: mmap & sync
` [PATCH 13/16] zuf: More file operation
` [PATCH 14/16] zuf: ioctl implementation
` [PATCH 15/16] zuf: xattr && acl implementation
` [PATCH 16/16] zuf: Support for dynamic-debug of zusFSs

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-26 13:02 UTC  (20+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCH][next] io_uring: ensure variable ret is initialized to zero
 2019-09-26 12:26 UTC  (6+ messages)

[RFC PATCH 0/3] fs: interface for directly writing encoded (e.g., compressed) data
 2019-09-26 12:17 UTC  (16+ messages)
` [RFC PATCH 2/3] fs: add RWF_ENCODED for writing compressed data
              ` [RFC PATCH 2/3] "

Lease semantic proposal
 2019-09-26 11:29 UTC  (5+ messages)

[PATCH] dcookies.c: code cleanup for hash_bits calculation in dcookie_init()
 2019-09-26  9:05 UTC 

[GIT PULL] add virtio-fs
 2019-09-26  8:43 UTC 

[PATCH V2] proc: fix ubsan warning in mem_lseek
 2019-09-26  1:29 UTC  (5+ messages)

mmotm 2019-09-25-18-10 uploaded
 2019-09-26  1:11 UTC 

[PATCH v2] mm: implement write-behind policy for sequential file writes
 2019-09-25 23:25 UTC  (19+ messages)
  ` [mm] e0e7df8d5b: will-it-scale.per_process_ops -7.3% regression

Question: Modifying kernel to handle all I/O requests without page cache
 2019-09-25 22:51 UTC 

[PATCH] fs/affs: release memory if affs_init_bitmap fails
 2019-09-25 22:29 UTC  (3+ messages)

[PATCH] proc: change ->nlink under proc_subdir_lock
 2019-09-25 20:24 UTC 

[PATCH] fs: direct-io: Fixed a Documentation build warn
 2019-09-25 20:06 UTC 

[GIT PULL] iomap: (far less) new code for 5.4
 2019-09-25 17:40 UTC  (2+ messages)

[GIT PULL] fuse update for 5.4
 2019-09-25 17:40 UTC  (2+ messages)

KASAN: use-after-free Read in move_expired_inodes
 2019-09-25 16:56 UTC 

[PATCH] virtio-fs: rename num_queues to num_request_queues
 2019-09-25 14:31 UTC  (5+ messages)

[PATCH] Re: Possible FS race condition between iterate_dir and d_alloc_parallel
 2019-09-25 12:34 UTC  (21+ messages)

[PATCH v3 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-25  8:40 UTC  (18+ messages)
` [PATCH v3 2/6] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH v3 4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin()
` [PATCH v3 5/6] ext4: introduce direct IO write path using iomap infrastructure

[RFC 00/15] Large pages in the page-cache
 2019-09-25  8:36 UTC  (17+ messages)
` [PATCH 01/15] mm: Use vm_fault error code directly
` [PATCH 02/15] fs: Introduce i_blocks_per_page
` [PATCH 03/15] mm: Add file_offset_of_ helpers
` [PATCH 04/15] iomap: Support large pages
` [PATCH 05/15] xfs: "
` [PATCH 06/15] xfs: Pass a page to xfs_finish_page_writeback
` [PATCH 07/15] mm: Make prep_transhuge_page tail-callable
` [PATCH 08/15] mm: Add __page_cache_alloc_order
` [PATCH 09/15] mm: Allow large pages to be added to the page cache
` [PATCH 10/15] mm: Allow find_get_page to be used for large pages
` [PATCH 11/15] mm: Remove hpage_nr_pages
` [PATCH 12/15] mm: Support removing arbitrary sized pages from mapping
` [PATCH 13/15] mm: Add a huge page fault handler for files
` [PATCH 14/15] mm: Align THP mappings for non-DAX
` [PATCH 15/15] xfs: Use filemap_huge_fault

[PATCH 0/5] hugetlbfs: Disable PMD sharing for large systems
 2019-09-25  8:35 UTC  (3+ messages)

INFO: trying to register non-static key in finish_writeback_work
 2019-09-25  5:09 UTC 

[PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-09-25  1:56 UTC 

[PATCH RESEND v2] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-09-25  1:55 UTC  (6+ messages)

[PATCH] selftests: proc: Fix _GNU_SOURCE redefined build warns
 2019-09-24 20:05 UTC  (3+ messages)

[git pull] several more mount API conversions
 2019-09-24 19:55 UTC  (2+ messages)

[PATCH] selftests: execveat: Fix _GNU_SOURCE redefined build warn
 2019-09-24 17:47 UTC 

[PATCH] generic: check that we can't write to swap files
 2019-09-24 16:39 UTC 

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-09-24 15:45 UTC  (8+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH RESEND v3] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-09-24 14:26 UTC 

[PATCH] fs: direct-io: Fixed a Documentation build warn
 2019-09-24 13:16 UTC  (3+ messages)
  ` [Linux-kernel-mentees] "

[PATCH v4 0/8] Inline Encryption Support
 2019-09-24 10:57 UTC  (3+ messages)
` [PATCH v4 2/8] block: Add encryption context to struct bio

[PATCH 0/2] Btrfs: add interface for writing compressed extents directly
 2019-09-24 10:29 UTC  (7+ messages)
` [PATCH 2/2] btrfs: add ioctl for directly writing compressed data

WARNING in mark_lock (2)
 2019-09-24  8:06 UTC 

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-24  0:51 UTC  (27+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
` [PATCH v18 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v18 04/19] kunit: test: add assertion printing library
` [PATCH v18 05/19] kunit: test: add the concept of expectations
` [PATCH v18 06/19] lib: enable building KUnit in lib/
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v18 09/19] kunit: test: add support for test abort
` [PATCH v18 10/19] kunit: test: add tests for kunit "
` [PATCH v18 11/19] kunit: test: add the concept of assertions
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v18 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v18 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v18 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v18 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v18 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v18 19/19] kunit: fix failure to build without printk

Fwd: [PATCH] fs: direct-io: Fixed a Documentation build warn
 2019-09-23 21:59 UTC 

general protection fault in finish_writeback_work
 2019-09-23 18:26 UTC 

[PATCH trivial] fs: Fix Kconfig indentation
 2019-09-23 15:48 UTC 

Do we need to correct barriering in circular-buffers.rst?
 2019-09-23 14:49 UTC  (8+ messages)
` [RFC][PATCH] pipe: Convert ring to head/tail

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-23 13:18 UTC  (5+ messages)
` Fix inode sem regression for nowait
  ` [PATCH 2/3] ext4: fix inode rwsem regression

[PATCH -next] fuse: Make fuse_args_to_req static
 2019-09-23  9:45 UTC  (2+ messages)

[GIT PULL] fanotify cleanup for v5.4-rc1
 2019-09-23  9:42 UTC  (3+ messages)

[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:05 UTC  (4+ messages)
` [PATCH v17 07/19] kunit: test: add initial tests

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-23  8:52 UTC  (7+ messages)
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH 1/1] f2fs: check total_segments from devices in raw_super
 2019-09-23  7:04 UTC  (2+ messages)

[PATCH] fuse: fix memleak in cuse_channel_open
 2019-09-23  7:04 UTC  (2+ messages)

[PATCH v2 1/1] f2fs: update multi-dev metadata in resize_fs
 2019-09-23  6:49 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).