linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 14:30:16 to 2020-10-04 02:40:01 UTC [more...]

[RFC][PATCHSET] epoll cleanups
 2020-10-04  2:39 UTC  (9+ messages)
` [RFC PATCH 01/27] epoll: switch epitem->pwqlist to single-linked list
  ` [RFC PATCH 03/27] untangling ep_call_nested(): get rid of useless arguments
  ` [RFC PATCH 04/27] untangling ep_call_nested(): it's all serialized on epmutex
  ` [RFC PATCH 07/27] untangling ep_call_nested(): and there was much rejoicing
  ` [RFC PATCH 13/27] ep_loop_check_proc(): saner calling conventions
  ` [RFC PATCH 14/27] ep_scan_ready_list(): prepare to splitup
  ` [RFC PATCH 17/27] ep_send_events_proc(): fold into the caller
  ` [RFC PATCH 18/27] lift locking/unlocking ep->mtx out of ep_{start,done}_scan()

[PATCH v6 02/10] fs/ntfs3: Add initialization of super block
 2020-10-03 22:28 UTC 

[PATCH] iomap: Set all uptodate bits for an Uptodate page
 2020-10-03 18:52 UTC  (12+ messages)

INFO: task hung in blkdev_put (4)
 2020-10-03 13:09 UTC 

possible deadlock in kill_fasync
 2020-10-03 10:29 UTC 

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-10-03  9:52 UTC  (6+ messages)
` [RFC PATCH 3/6] security/fbfam: Use the api to manage statistics

[PATCH] man2: new page describing memfd_secret() system call
 2020-10-03  9:32 UTC  (3+ messages)

Hello!
 2020-10-03  8:35 UTC 

mmotm 2020-10-02-22-22 uploaded
 2020-10-03  5:23 UTC 

[PATCHv3 0/1] Optimize ext4 file overwrites - perf improvement
 2020-10-03  4:49 UTC  (3+ messages)
` [PATCHv3 1/1] ext4: Optimize file overwrites

[PATCHv2 0/3] Optimize ext4 DAX overwrites
 2020-10-03  3:59 UTC  (3+ messages)
` [PATCHv2 1/3] ext4: Refactor ext4_overwrite_io() to take ext4_map_blocks as argument

[PATCH 00/13] Clean up kernel_read/kernel_write
 2020-10-03  3:47 UTC  (15+ messages)
` [PATCH 01/13] fs: Allow a NULL pos pointer to __kernel_write
` [PATCH 02/13] fs: Allow a NULL pos pointer to __kernel_read
` [PATCH 03/13] fs/acct: Pass a NULL pointer to __kernel_write
` [PATCH 04/13] um/mconsole: Pass a NULL pointer to kernel_read
` [PATCH 05/13] x86/aout: "
` [PATCH 06/13] aout: "
` [PATCH 07/13] binfmt_flat: "
` [PATCH 08/13] exec: "
` [PATCH 09/13] bpfilter: Pass a NULL pointer to kernel_read and kernel_write
` [PATCH 10/13] keys: "
` [PATCH 11/13] target: Pass a NULL pointer to kernel_write
` [PATCH 12/13] proc: "
` [PATCH 13/13] usermode: "

virtiofs: WARN_ON(out_sgs + in_sgs != total_sgs)
 2020-10-03  2:44 UTC  (2+ messages)

[PATCH 0/2] iomap: avoid soft lockup warnings on large ioends
 2020-10-03  0:26 UTC  (6+ messages)
` [PATCH 1/2] iomap: resched ioend completion when in non-atomic context
` [PATCH 2/2] xfs: kick extra large ioends to completion workqueue

[PATCH] ext4: delete duplicated words + other fixes
 2020-10-02 20:14 UTC  (2+ messages)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-02 19:52 UTC  (11+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon

[git pull] epoll fixes
 2020-10-02 17:44 UTC  (3+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-10-02 16:27 UTC  (5+ messages)
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops

INFO: task hung in lock_sock_nested (3)
 2020-10-02 15:48 UTC 

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-02 13:39 UTC  (43+ messages)
` [PATCH v8 01/41] block: add bio_add_zone_append_page
  ` [PATCH v8 02/41] btrfs: introduce ZONED feature flag
  ` [PATCH v8 03/41] btrfs: Get zone information of zoned block devices
  ` [PATCH v8 04/41] btrfs: Check and enable ZONED mode
  ` [PATCH v8 05/41] btrfs: introduce max_zone_append_size
  ` [PATCH v8 06/41] btrfs: disallow space_cache in ZONED mode
  ` [PATCH v8 07/41] btrfs: disallow NODATACOW "
  ` [PATCH v8 08/41] btrfs: disable fallocate "
  ` [PATCH v8 09/41] btrfs: disallow mixed-bg "
  ` [PATCH v8 10/41] btrfs: disallow inode_cache "
  ` [PATCH v8 11/41] btrfs: implement log-structured superblock for "
  ` [PATCH v8 12/41] btrfs: implement zoned chunk allocator
  ` [PATCH v8 13/41] btrfs: verify device extent is aligned to zone
  ` [PATCH v8 14/41] btrfs: load zone's alloction offset
  ` [PATCH v8 15/41] btrfs: emulate write pointer for conventional zones
  ` [PATCH v8 16/41] btrfs: track unusable bytes for zones
  ` [PATCH v8 17/41] btrfs: do sequential extent allocation in ZONED mode
  ` [PATCH v8 18/41] btrfs: reset zones of unused block groups
  ` [PATCH v8 19/41] btrfs: redirty released extent buffers in ZONED mode
  ` [PATCH v8 20/41] btrfs: extract page adding function
  ` [PATCH v8 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
  ` [PATCH v8 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
  ` [PATCH v8 23/41] btrfs: split ordered extent when bio is sent
  ` [PATCH v8 24/41] btrfs: extend btrfs_rmap_block for specifying a device
  ` [PATCH v8 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
  ` [PATCH v8 26/41] btrfs: enable zone append writing for direct IO
  ` [PATCH v8 27/41] btrfs: introduce dedicated data write path for ZONED mode
  ` [PATCH v8 28/41] btrfs: serialize meta IOs on "
  ` [PATCH v8 29/41] btrfs: wait existing extents before truncating
  ` [PATCH v8 30/41] btrfs: avoid async metadata checksum on ZONED mode
  ` [PATCH v8 31/41] btrfs: mark block groups to copy for device-replace
  ` [PATCH v8 32/41] btrfs: implement cloning for ZONED device-replace
  ` [PATCH v8 33/41] btrfs: implement copying "
  ` [PATCH v8 34/41] btrfs: support dev-replace in ZONED mode
  ` [PATCH v8 35/41] btrfs: enable relocation "
  ` [PATCH v8 36/41] btrfs: relocate block group to repair IO failure in ZONED
  ` [PATCH v8 37/41] btrfs: split alloc_log_tree()
  ` [PATCH v8 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
  ` [PATCH v8 39/41] btrfs: serialize log transaction on ZONED mode
  ` [PATCH v8 40/41] btrfs: reorder log node allocation
  ` [PATCH v8 41/41] btrfs: enable to mount ZONED incompat flag

[PATCH V9 0/4] fuse: Add support for passthrough read/write
 2020-10-02 13:38 UTC  (13+ messages)
` [PATCH V9 1/4] fuse: Definitions and ioctl() for passthrough
` [PATCH V9 2/4] fuse: Trace daemon creds
` [PATCH V9 3/4] fuse: Introduce synchronous read and write for passthrough
` [PATCH V9 4/4] fuse: Handle asynchronous read and write in passthrough

[RFC PATCH] inotify: add support watch open exec event
 2020-10-02  9:51 UTC  (9+ messages)
      ` FAN_UNPRIVILEGED
      ` pairing FAN_MOVED_FROM/FAN_MOVED_TO events

[PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode()
 2020-10-02  6:05 UTC 

[PATCH v3 1/2] exfat: add exfat_update_inode()
 2020-10-02  6:05 UTC 

VM_HUGEPAGE support for XFS
 2020-10-02  1:23 UTC 

[PATCH] pipe: fix hang when racing with a wakeup
 2020-10-01 21:08 UTC  (6+ messages)

[PATCH 2/3] fanotify: define bit map fields to hold response decision context
 2020-10-01 20:33 UTC  (4+ messages)

[PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-01 20:23 UTC  (6+ messages)
` [PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v11 2/3] arch: Wire up trusted_for(2)
` [PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[fuse-devel] Cross-host entry caching and file open/create
 2020-10-01 18:25 UTC  (4+ messages)

[PATCH v1] fuse: Abort waiting for a response if the daemon receives a fatal signal
 2020-10-01 14:31 UTC 

[PATCH 0/4] fs: add mount_setattr()
 2020-10-01 14:17 UTC  (2+ messages)

[PATCH v3] pipe: Fix memory leaks in create_pipe_files()
 2020-10-01 13:43 UTC  (4+ messages)

Error codes for VFS calls
 2020-10-01 11:34 UTC  (2+ messages)

[PATCH 1/3] fanotify: Ensure consistent variable type for response
 2020-10-01  9:49 UTC  (2+ messages)

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-01  8:14 UTC  (24+ messages)
` [PATCH v6 3/6] "
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH v2] pipe: Fix memory leaks in create_pipe_files()
 2020-10-01  7:03 UTC  (3+ messages)

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-10-01  2:57 UTC  (13+ messages)
` [RFC PATCH 01/24] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [RFC PATCH 02/24] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [RFC PATCH 03/24] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [RFC PATCH 05/24] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "

[PATCH] pipe: Fix memory leaks in create_pipe_files()
 2020-10-01  1:35 UTC  (2+ messages)

mmotm 2020-09-30-17-07 uploaded
 2020-10-01  0:07 UTC 

WARNING in kthread_park
 2020-09-30 22:29 UTC 

[PATCH] fs: nfs: return per memcg count for xattr shrinkers
 2020-09-30 20:46 UTC  (2+ messages)

KASAN: use-after-free Read in afs_deactivate_cell (2)
 2020-09-30 19:03 UTC 

[PATCH] proc: remove a pointless assignment
 2020-09-30 18:53 UTC 

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-30 17:23 UTC  (8+ messages)

[PATCH 3/3] fanotify: Allow audit to use the full permission event response
 2020-09-30 16:12 UTC 

[PATCH 0/3] fanotify: Allow user space to pass back additional audit info
 2020-09-30 16:12 UTC 

[PATCH] reiserfs: Fix oops during mount
 2020-09-30 15:16 UTC 

[RFC PATCH] fuse: update attributes on read() only on timeout
 2020-09-30 13:38 UTC  (9+ messages)
` [Virtio-fs] "

INFO: rcu detected stall in security_file_open (3)
 2020-09-30 12:49 UTC 

[PATCH 2/3] exfat: remove useless check in exfat_move_file()
 2020-09-30 10:41 UTC  (8+ messages)

mmotm 2020-09-29-15-01 uploaded
 2020-09-29 22:02 UTC 

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-09-29 20:09 UTC  (4+ messages)

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-29 18:49 UTC  (16+ messages)

[RFC PATCH] locking/percpu-rwsem: use this_cpu_{inc|dec}() for read_count
 2020-09-29 18:07 UTC  (10+ messages)

[PATCH v2 0/2] changes for addding fchmodat2 syscall
 2020-09-29 17:49 UTC  (6+ messages)
` [PATCH v2 1/2] vfs: block chmod of symlinks

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-29 14:30 UTC  (8+ messages)
` [PATCH V8 1/3] fuse: Definitions and ioctl() for passthrough


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