linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 00:09:34 to 2019-08-24 17:29:24 UTC [more...]

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

[GIT PULL] xfs: fix for 5.3-rc6
 2019-08-24 16:27 UTC 

[PATCH v2 2/5] mm: Add file_offset_of_ helpers
 2019-08-24 15:28 UTC  (4+ messages)

[PATCH v4 00/27] btrfs zoned block device support
 2019-08-24 11:32 UTC  (35+ messages)
` [PATCH v4 01/27] btrfs: introduce HMZONED feature flag
` [PATCH v4 02/27] btrfs: Get zone information of zoned block devices
` [PATCH v4 03/27] btrfs: Check and enable HMZONED mode
` [PATCH v4 04/27] btrfs: disallow RAID5/6 in "
` [PATCH v4 05/27] btrfs: disallow space_cache "
` [PATCH v4 06/27] btrfs: disallow NODATACOW "
` [PATCH v4 07/27] btrfs: disable tree-log "
` [PATCH v4 08/27] btrfs: disable fallocate "
` [PATCH v4 09/27] btrfs: align device extent allocation to zone boundary
` [PATCH v4 10/27] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH v4 11/27] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH v4 12/27] btrfs: ensure metadata space available on/after degraded mount in HMZONED
` [PATCH v4 13/27] btrfs: reset zones of unused block groups
` [PATCH v4 14/27] btrfs: limit super block locations in HMZONED mode
` [PATCH v4 15/27] btrfs: redirty released extent buffers in sequential BGs
` [PATCH v4 16/27] btrfs: serialize data allocation and submit IOs
` [PATCH v4 17/27] btrfs: implement atomic compressed IO submission
` [PATCH v4 18/27] btrfs: support direct write IO in HMZONED
` [PATCH v4 19/27] btrfs: serialize meta IOs on HMZONED mode
` [PATCH v4 20/27] btrfs: wait existing extents before truncating
` [PATCH v4 21/27] btrfs: avoid async checksum/submit on HMZONED mode
` [PATCH v4 22/27] btrfs: disallow mixed-bg in "
` [PATCH v4 23/27] btrfs: disallow inode_cache "
` [PATCH v4 24/27] btrfs: support dev-replace "
` [PATCH v4 25/27] btrfs: enable relocation "
` [PATCH v4 26/27] btrfs: relocate block group to repair IO failure in HMZONED
` [PATCH v4 27/27] btrfs: enable to mount HMZONED incompat flag

Possible FS race condition between vfs_rename and do_linkat (fs/namei.c)
 2019-08-24 10:01 UTC  (2+ messages)

[PATCH] lib/memweight.c: optimize by inlining bitmap_weight()
 2019-08-24 10:01 UTC  (4+ messages)
` [PATCH v2] lib/memweight.c: open codes bitmap_weight()

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-24  5:08 UTC  (22+ messages)

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-24  3:55 UTC  (11+ messages)
          ` [RFC 1/1] ext4: PoC implementation of option-1

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2019-08-23 21:29 UTC  (19+ messages)
` [PATCH 1/7] fs: introduce kernel_pread_file* support
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH 4/7] selftests: firmware: Test partial file reads of request_firmware_into_buf
` [PATCH 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH 6/7] misc: bcm-vk: add Broadcom Valkyrie driver
` [PATCH 7/7] MAINTAINERS: bcm-vk: Add maintainer for Broadcom Valkyrie Driver

[PATCH 0/3] firmware: selftest for request_firmware_into_buf
 2019-08-23 19:56 UTC  (9+ messages)
` [PATCH 3/3] firmware: add mutex fw_lock_fallback for race condition

[PATCH v14 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-23 19:43 UTC  (18+ messages)
` [PATCH v14 01/18] kunit: test: add KUnit test runner core
` [PATCH v14 09/18] kunit: test: add support for test abort

[GIT PULL] xfs: fixes for 5.3-rc6
 2019-08-23 18:00 UTC  (2+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-23 15:18 UTC  (3+ messages)
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range

[PATCH V5 0/7] Consolidate FS read I/O callbacks code
 2019-08-23 13:25 UTC  (8+ messages)
` [PATCH V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH V5 2/7] FS: Introduce read callbacks
` [PATCH V5 3/7] fs/mpage.c: Integrate "
` [PATCH V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH V5 7/7] fscrypt: remove struct fscrypt_ctx

[PATCH v2 3/5] iomap: Support large pages
 2019-08-23 12:48 UTC  (2+ messages)

[PATCH v2 1/5] fs: Introduce i_blocks_per_page
 2019-08-23 12:26 UTC  (2+ messages)

[PATCH V3] fs: New zonefs file system
 2019-08-23 10:12 UTC  (4+ messages)

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  7:18 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  4:27 UTC  (2+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-23  2:35 UTC  (3+ messages)

[PATCH 1/9] crypt: Add diskcipher
 2019-08-23  0:50 UTC 

[PATCH v2 0/3] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-23  0:36 UTC  (3+ messages)

[PATCH V2] fs: New zonefs file system
 2019-08-22 22:43 UTC  (2+ messages)

[PATCH v2 1/3] fuse: on 64-bit store time in d_fsdata directly
 2019-08-22 21:43 UTC  (5+ messages)
` [PATCH v2 2/3] fuse: pass gfp flags to fuse_request_alloc
` [PATCH v2 3/3] fuse: kmemcg account fs data

[PATCH v8 00/24] erofs: promote erofs from staging v8
 2019-08-22 21:36 UTC  (4+ messages)
    ` [PATCH v2] erofs: move erofs out of staging

[PATCH 1/3] fuse: on 64-bit store time in d_fsdata directly
 2019-08-22 19:52 UTC  (6+ messages)
` [PATCH 2/3] fuse: kmemcg account fs data
` [PATCH 3/3] fuse: pass gfp flags to fuse_request_alloc

[PATCH v7 00/14] nvmet: add target passthru commands support
 2019-08-22 19:41 UTC  (10+ messages)
` [PATCH v7 08/14] nvmet-core: allow one host per passthru-ctrl

[PATCH 0/3] fs: add partial file read support
 2019-08-22 19:33 UTC  (6+ messages)
` [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

[PATCH v2 0/2] firmware: selftest for request_firmware_into_buf
 2019-08-22 18:40 UTC  (3+ messages)
` [PATCH v2 1/2] test_firmware: add support "
` [PATCH v2 2/2] selftests: firmware: Add request_firmware_into_buf tests

[PATCH] aio: Fix io_pgetevents() struct __compat_aio_sigset layout
 2019-08-22 17:53 UTC  (2+ messages)

KASAN: use-after-free Read in tomoyo_realpath_from_path
 2019-08-22 15:47 UTC  (10+ messages)
  ` [PATCH] tomoyo: Don't check open/getattr permission on sockets
        ` [PATCH v2] "

[PATCH RESEND] fs/nsfs.c: include headers for missing declarations
 2019-08-22 15:40 UTC 

[PATCH RESEND] fs/namespace.c: make to_mnt_ns() static
 2019-08-22 15:40 UTC 

[PATCH RESEND] fs/direct-io.c: include fs/internal.h for missing prototype
 2019-08-22 15:39 UTC 

[PATCH RESEND] fs/buffer.c: include fs/internal.h for missing prototypes
 2019-08-22 15:39 UTC 

[PATCH v2 0/13] Btrfs iomap
 2019-08-22 15:05 UTC  (10+ messages)
` [PATCH 04/13] btrfs: Add a simple buffered iomap write
` [PATCH 05/13] btrfs: Add CoW in iomap based writes
` [PATCH 07/13] btrfs: basic direct read operation

erofs: Question on unused fields in on-disk structs
 2019-08-22 14:38 UTC  (11+ messages)

[QUESTION] A performance problem for buffer write compared with 9p
 2019-08-22 14:02 UTC  (11+ messages)
` [Virtio-fs] "

[PATCH] aio: remove redundant assignment to variable ret
 2019-08-22 13:33 UTC  (2+ messages)

[PATCH] fs/open.c: update {m,c}time for truncate
 2019-08-22 13:03 UTC  (3+ messages)

[PATCH v3 00/19][RFC] virtio-fs: Enable DAX support
 2019-08-22 12:59 UTC  (4+ messages)
` [PATCH 11/19] fuse, dax: Implement dax read/write operations

[PATCH 1/9] crypt: Add diskcipher
 2019-08-22  8:37 UTC  (2+ messages)

[PATCH v2] fs: fs_parser: avoid NULL param->string to kstrtouint
 2019-08-22  5:33 UTC  (4+ messages)

[PATCH] vfs: set fs_context::user_ns for reconfigure
 2019-08-22  5:16 UTC 

[PATCH 02/10] vfs: syscall: Add move_mount(2) to move mounts around
 2019-08-22  3:51 UTC  (11+ messages)
                  ` [RFC][PATCH] fix d_absolute_path() interplay with fsmount()

[PATCH 5/9] block: support diskcipher
 2019-08-22  0:54 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).