linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-01 13:17:12 to 2020-10-06 01:27:20 UTC [more...]

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-06  1:26 UTC  (46+ 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 v2] splice: fix premature end of input detection
 2020-10-05 23:47 UTC  (3+ messages)

[PATCH] kernel/sysctl.c: drop unneeded assignment in proc_do_large_bitmap()
 2020-10-05 21:05 UTC  (2+ messages)

[RFC][PATCHSET] epoll cleanups
 2020-10-05 20:49 UTC  (38+ messages)
` [RFC PATCH 01/27] epoll: switch epitem->pwqlist to single-linked list
  ` [RFC PATCH 02/27] epoll: get rid of epitem->nwait
  ` [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 05/27] untangling ep_call_nested(): take pushing cookie into a helper
  ` [RFC PATCH 06/27] untangling ep_call_nested(): move push/pop of cookie into the callbacks
  ` [RFC PATCH 07/27] untangling ep_call_nested(): and there was much rejoicing
  ` [RFC PATCH 08/27] reverse_path_check_proc(): sane arguments
  ` [RFC PATCH 09/27] reverse_path_check_proc(): don't bother with cookies
  ` [RFC PATCH 10/27] clean reverse_path_check_proc() a bit
  ` [RFC PATCH 11/27] ep_loop_check_proc(): lift pushing the cookie into callers
  ` [RFC PATCH 12/27] get rid of ep_push_nested()
  ` [RFC PATCH 13/27] ep_loop_check_proc(): saner calling conventions
  ` [RFC PATCH 14/27] ep_scan_ready_list(): prepare to splitup
  ` [RFC PATCH 15/27] lift the calls of ep_read_events_proc() into the callers
  ` [RFC PATCH 16/27] lift the calls of ep_send_events_proc() "
  ` [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()
  ` [RFC PATCH 19/27] ep_insert(): don't open-code ep_remove() on failure exits
  ` [RFC PATCH 20/27] ep_insert(): we only need tep->mtx around the insertion itself
    ` [ep_insert()] 9ee1cc5666: WARNING:possible_recursive_locking_detected
  ` [RFC PATCH 21/27] take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
  ` [RFC PATCH 22/27] fold ep_read_events_proc() into the only caller
  ` [RFC PATCH 23/27] ep_insert(): move creation of wakeup source past the fl_ep_links insertion
  ` [RFC PATCH 24/27] convert ->f_ep_links/->fllink to hlist
  ` [RFC PATCH 25/27] lift rcu_read_lock() into reverse_path_check()
  ` [RFC PATCH 26/27] epoll: massage the check list insertion
  ` [RFC PATCH 27/27] epoll: take epitem list out of struct file

KASAN: invalid-free in put_files_struct
 2020-10-05 20:49 UTC 

[RFC PATCH 0/1] overlayfs: C/R enhancments (RFC)
 2020-10-05 19:46 UTC  (10+ messages)
` [RFC PATCH 1/1] overlayfs: add ioctls that allows to get fhandle for layers dentries
` [RFC PATCH] overlayfs: add OVL_IOC_GETINFOFD ioctl that opens ovlinfofd

[PATCH] virtiofs: Fix false positive warning
 2020-10-05 17:45 UTC 

[PATCH 0/2] iomap: avoid soft lockup warnings on large ioends
 2020-10-05 15:21 UTC  (7+ 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 v2 "

[PATCH AUTOSEL 5.8 01/12] epoll: do not insert into poll queues until all sanity checks are done
 2020-10-05 14:44 UTC  (5+ messages)
` [PATCH AUTOSEL 5.8 02/12] epoll: replace ->visited/visited_list with generation count
` [PATCH AUTOSEL 5.8 03/12] epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
` [PATCH AUTOSEL 5.8 05/12] ep_create_wakeup_source(): dentry name can change under you
` [PATCH AUTOSEL 5.8 07/12] io_uring: fix potential ABBA deadlock in ->show_fdinfo()

[PATCH AUTOSEL 5.4 1/4] epoll: do not insert into poll queues until all sanity checks are done
 2020-10-05 14:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 3/4] ep_create_wakeup_source(): dentry name can change under you

[PATCH AUTOSEL 4.19 1/2] epoll: do not insert into poll queues until all sanity checks are done
 2020-10-05 14:45 UTC 

[PATCH AUTOSEL 4.4] epoll: do not insert into poll queues until all sanity checks are done
 2020-10-05 14:45 UTC 

[PATCH AUTOSEL 4.9 1/2] epoll: do not insert into poll queues until all sanity checks are done
 2020-10-05 14:45 UTC 

[PATCH AUTOSEL 4.14 1/2] epoll: do not insert into poll queues until all sanity checks are done
 2020-10-05 14:45 UTC 

[PATCH] sched: watchdog: Touch kernel watchdog in sched code
 2020-10-05 11:19 UTC  (6+ messages)

KASAN: use-after-free Read in idr_for_each (2)
 2020-10-05  8:56 UTC 

INFO: trying to register non-static key in clear_inode (2)
 2020-10-05  8:38 UTC 

[PATCH] man2: new page describing memfd_secret() system call
 2020-10-05  7:32 UTC  (4+ messages)

INFO: task can't die in request_wait_answer
 2020-10-05  4:10 UTC  (2+ messages)

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-04 18:04 UTC  (8+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [PATCH 2/7] buffer: Promote to unsigned long long before shifting
` [PATCH 3/7] ceph: "
` [PATCH 4/7] ocfs2: "
` [PATCH 5/7] btrfs: "
` [PATCH 6/7] "
` [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

[PATCH] fs: fix KMSAN uninit-value bug by initializing nd in do_file_open_root
 2020-10-04 15:25 UTC  (9+ messages)
    ` [Linux-kernel-mentees] "

virtiofs: WARN_ON(out_sgs + in_sgs != total_sgs)
 2020-10-04 14:31 UTC  (3+ messages)

[PATCH] iomap: Set all uptodate bits for an Uptodate page
 2020-10-04 10:35 UTC  (14+ messages)

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

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

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: "

[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 V9 0/4] fuse: Add support for passthrough read/write
 2020-10-02 13:38 UTC  (3+ messages)

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


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