linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-29 21:09:12 to 2019-06-03 04:27:14 UTC [more...]

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-06-03  4:26 UTC  (8+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
 2019-06-03  4:25 UTC  (12+ messages)

[PATCH v7 1/1] f2fs: ioctl for removing a range from F2FS
 2019-06-03  3:42 UTC 

[PATCH v4] page cache: Store only head pages in i_pages
 2019-06-02 21:47 UTC  (7+ messages)

[PATCH] binfmt_flat: make load_flat_shared_library() work
 2019-06-02  7:21 UTC  (6+ messages)

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-06-02  7:04 UTC  (25+ messages)

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-06-01 16:08 UTC  (3+ messages)
` [PATCH 09/25] vfs: Allow mount information to be queried by fsinfo() "

[PATCH AUTOSEL 5.1 005/186] sysctl: return -EINVAL if val violates minmax
 2019-06-01 13:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 020/186] mm: page_mkclean vs MADV_DONTNEED race

[PATCH AUTOSEL 5.0 005/173] sysctl: return -EINVAL if val violates minmax
 2019-06-01 13:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 018/173] mm: page_mkclean vs MADV_DONTNEED race

[PATCH AUTOSEL 4.19 003/141] sysctl: return -EINVAL if val violates minmax
 2019-06-01 13:19 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 013/141] mm: page_mkclean vs MADV_DONTNEED race

[PATCH AUTOSEL 4.14 03/99] sysctl: return -EINVAL if val violates minmax
 2019-06-01 13:22 UTC 

[PATCH AUTOSEL 4.4 02/56] sysctl: return -EINVAL if val violates minmax
 2019-06-01 13:25 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 23/56] fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
` [PATCH AUTOSEL 4.4 24/56] fuse: require /dev/fuse reads to have enough buffer capacity
` [PATCH AUTOSEL 4.4 25/56] fuse: retrieve: cap requested size to negotiated max_write

[PATCH AUTOSEL 4.9 03/74] sysctl: return -EINVAL if val violates minmax
 2019-06-01 13:23 UTC 

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-01  9:04 UTC  (8+ messages)
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v4 08/14] arm: Use generic mmap top-down layout and brk randomization

[PATCH v10 0/7] virtio pmem driver
 2019-06-01  6:28 UTC  (3+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax

mmotm 2019-05-31-19-09 uploaded
 2019-06-01  2:10 UTC 

Add a new fchmodat4() syscall
 2019-05-31 23:57 UTC  (10+ messages)
` [PATCH 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH 2/5] Add fchmodat4(), a new syscall
` [PATCH 3/5] asm-generic: Register fchmodat4 as syscall 428
` [PATCH 4/5] x86: Add fchmodat4 to syscall_64.tbl
` [PATCH 5/5] x86: Add fchmod4 to syscall_32.tbl

[PATCH v3 00/13] epoll: support pollable epoll from userspace
 2019-05-31 21:09 UTC  (27+ messages)
` [PATCH v3 06/13] epoll: introduce helpers for adding/removing events to uring
` [PATCH v3 07/13] epoll: call ep_add_event_to_uring() from ep_poll_callback()

[PATCH] nfs: disable client side deduplication
 2019-05-31 21:06 UTC 

[PATCH v2 0/8] Fixes for major copy_file_range() issues
 2019-05-31 19:34 UTC  (3+ messages)
` [PATCH v2 5/8] vfs: copy_file_range needs to strip setuid bits

[PATCH] ext4: Optimize case-insensitive lookups
 2019-05-31 18:29 UTC  (3+ messages)

[PATCH ghak90 V6] fixup! audit: add containerid filtering
 2019-05-31 17:53 UTC 

[PATCH 1/7] General notification queue with user mmap()'able ring buffer
 2019-05-31 17:12 UTC  (32+ messages)
  ` [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications
    ` [PATCH 3/7] vfs: Add a mount-notification facility

[PATCH v4 0/9] Fixes for major copy_file_range() issues
 2019-05-31 16:47 UTC  (10+ messages)
` [PATCH v4 1/9] vfs: introduce generic_copy_file_range()
` [PATCH v4 2/9] vfs: no fallback for ->copy_file_range
` [PATCH v4 3/9] vfs: introduce generic_file_rw_checks()
` [PATCH v4 4/9] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v4 5/9] vfs: add missing checks to copy_file_range
` [PATCH v4 6/9] vfs: introduce file_modified() helper
` [PATCH v4 7/9] xfs: use "
` [PATCH v4 8/9] vfs: allow copy_file_range to copy across devices
` [PATCH v4 9/9] fuse: copy_file_range needs to strip setuid bits and update timestamps

[PATCH v2] fs: buffer: fix fully_mapped reset in block_read_full_page()
 2019-05-31 15:50 UTC 

NFS & CIFS support dedupe now?? Was: Re: [PATCH] generic/517: notrun on NFS due to unaligned dedupe in test
 2019-05-31 15:35 UTC  (5+ messages)

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-05-31 12:44 UTC  (36+ messages)
` [PATCH ghak90 V6 02/10] audit: add container id
` [PATCH ghak90 V6 04/10] audit: log container info of syscalls
` [PATCH ghak90 V6 08/10] audit: add containerid filtering
` [PATCH ghak90 V6 09/10] audit: add support for containerid to network namespaces

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-05-31 11:48 UTC  (6+ messages)

[PATCH v3 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-05-31  9:47 UTC 

Initial patches for Incremental FS
 2019-05-31  9:02 UTC  (16+ messages)

[PATCH] btrfs: trim: Check the range passed into to prevent overflow
 2019-05-31  6:01 UTC 

[WIP RFC PATCH 0/6] Generic Firmware Variable Filesystem
 2019-05-31  4:04 UTC  (2+ messages)

[GIT PULL] configfs fix for 5.2
 2019-05-31  4:00 UTC  (2+ messages)

mmotm 2019-05-29-20-52 uploaded
 2019-05-31  3:50 UTC  (7+ messages)
` mmotm 2019-05-29-20-52 uploaded (mpls)

[PATCH v6 1/1] f2fs: ioctl for removing a range from F2FS
 2019-05-31  1:48 UTC  (3+ messages)

[PATCH 04/18] dax: Introduce IOMAP_DAX_COW to CoW edges during writes
 2019-05-30 22:59 UTC  (13+ messages)

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-30 21:03 UTC  (22+ messages)
` pselect/etc semantics (Was: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask())
      ` pselect/etc semantics

[PATCH v3 00/15] fs-verity: read-only file-based authenticity protection
 2019-05-30 18:54 UTC  (2+ messages)

[PATCH v3 00/10] Sort out fsnotify_nameremove() mess
 2019-05-30 12:27 UTC  (9+ messages)
` [PATCH v3 03/10] rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks
` [PATCH v3 06/10] debugfs: simplify __debugfs_remove_file()
` [PATCH v3 08/10] configfs: call fsnotify_rmdir() hook

[ANNOUNCE] util-linux v2.34-rc2
 2019-05-30 10:35 UTC 

[PATCH v4 0/9] docs: Convert VFS doc to RST
 2019-05-30  6:01 UTC  (3+ messages)

[PATCH] proc: report eip and esp for all threads when coredumping
 2019-05-30  1:14 UTC  (7+ messages)
      ` [PATCHv2] fs/proc: allow reporting eip/esp for all coredumping threads
        ` [PATCHv3] "

[PATCH v3 0/4] F2FS Checkpointing without GC, related fixes
 2019-05-30  0:49 UTC  (5+ messages)
` [PATCH v3 1/4] f2fs: Lower threshold for disable_cp_again
` [PATCH v3 2/4] f2fs: Fix root reserved on remount
` [PATCH v3 3/4] f2fs: Fix accounting for unusable blocks
` [PATCH v3 4/4] f2fs: Add option to limit required GC for checkpoint=disable

[PATCH v3 00/13] Fixes for major copy_file_range() issues
 2019-05-29 21:41 UTC  (8+ messages)
` [PATCH v3 06/13] vfs: introduce file_modified() helper
` [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps

[PATCH] fs/nsfs.c: include headers for missing declarations
 2019-05-29 21:21 UTC 

[PATCH] fs/namespace.c: make to_mnt_ns() static
 2019-05-29 21:21 UTC 

[PATCH] fs/direct-io.c: include fs/internal.h for missing prototype
 2019-05-29 21:21 UTC 

[PATCH] fs/buffer.c: include fs/internal.h for missing prototypes
 2019-05-29 21:20 UTC 

[PATCH 3/7] vfs: Add a mount-notification facility
 2019-05-28 20:06 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).