linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 22:04:05 to 2020-06-19 20:23:57 UTC [more...]

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-19 20:23 UTC  (7+ messages)
` [PATCH v6 3/6] block: revert back to synchronous request_queue removal
` [PATCH v6 6/6] blktrace: fix debugfs use after free

[RFC] Bypass filesystems for reading cached pages
 2020-06-19 20:12 UTC  (3+ messages)

[PATCH 0/2] a couple documentation fixes
 2020-06-19 19:58 UTC  (3+ messages)
` [PATCH 2/2] docs: fs: proc.rst: fix a warning due to a merge conflict

Kernel 5.4 breaks fuse 2.X nonempty mount option
 2020-06-19 19:22 UTC  (6+ messages)

[PATCH 0/2] generic_file_buffered_read() refactoring & optimization
 2020-06-19 18:44 UTC  (8+ messages)
` [PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig
    ` [PATCH v3 0/2] generic_file_buffered_read() refactoring & optimization
    ` [PATCH v3 1/2] fs: Break generic_file_buffered_read up into multiple functions
    ` [PATCH v3 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

[PATCH 0/2] exec: s/group_exit_task/group_exec_task/ for clarity
 2020-06-19 18:33 UTC  (3+ messages)
` [PATCH 1/2] exec: Don't set group_exit_task during a coredump
` [PATCH 2/2] exec: Rename group_exit_task group_exec_task and correct the Documentation

[PATCH] fs/epoll: Enable non-blocking busypoll with epoll timeout of 0
 2020-06-19 18:13 UTC 

[PATCH] fs/epoll: Enable non-blocking busypoll with epoll timeout of 0
 2020-06-19 18:00 UTC 

severe proc dentry lock contention
 2020-06-19 17:24 UTC  (8+ messages)
      ` [PATCH] proc: Avoid a thundering herd of threads freeing proc dentries

(no subject)
 2020-06-19 14:36 UTC  (22+ messages)
` [PATCH 01/15] block: provide plug based way of signaling forced no-wait semantics
` [PATCH 02/15] io_uring: always plug for any number of IOs
` [PATCH 03/15] io_uring: catch -EIO from buffered issue request failure
` [PATCH 04/15] io_uring: re-issue block requests that failed because of resources
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 06/15] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 07/15] mm: add support for async page locking
` [PATCH 08/15] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 09/15] fs: add FMODE_BUF_RASYNC
` [PATCH 10/15] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 11/15] xfs: flag files as supporting buffered async reads
` [PATCH 12/15] btrfs: "
` [PATCH 13/15] ext4: flag "
` [PATCH 14/15] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 15/15] io_uring: support true async buffered reads, if file provides it
` [PATCHSET v7 0/12] Add support for async buffered reads

Parallel compilation performance regression
 2020-06-19 14:59 UTC  (3+ messages)

[PATCH 0/3] zone-append support in aio and io-uring
 2020-06-19 15:44 UTC  (35+ messages)
    ` [PATCH 1/3] fs,block: Introduce IOCB_ZONE_APPEND and direct-io handling
    ` [PATCH 2/3] aio: add support for zone-append
    ` [PATCH 3/3] io_uring: "

[PATCH] fs, pseudo: Do not update atime for pseudo inodes
 2020-06-19 16:04 UTC  (3+ messages)

[PATCH 3/3] io_uring: add support for zone-append
 2020-06-19 15:23 UTC  (2+ messages)

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-06-19 15:22 UTC  (11+ messages)

[PATCH v2 0/6] kernfs: proposed locking and concurrency improvement
 2020-06-19 15:38 UTC  (2+ messages)

[PATCH] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-19 13:18 UTC  (17+ messages)

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-06-19 13:17 UTC  (19+ messages)

[PATCH v2] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-19 13:13 UTC  (3+ messages)

[PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
 2020-06-19 13:00 UTC  (3+ messages)
` [PATCH] symlink.7: document magic-links more completely

[PATCH] mm: Use unsigned types for fragmentation score
 2020-06-19 12:42 UTC  (4+ messages)

[PATCH v3 0/7] libfs: group and simplify linux fs code
 2020-06-19 12:38 UTC  (3+ messages)

[RFC PATCH 0/2] gfs2 readahead regression in v5.8-rc1
 2020-06-19 11:55 UTC  (4+ messages)
` [PATCH 1/2] fs: Add IOCB_CACHED flag for generic_file_read_iter
` [PATCH 2/2] gfs2: Rework read and page fault locking

[PATCH v3 0/1] Generalize poll events from eventfd
 2020-06-19 10:16 UTC  (3+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag

[PATCH 1/2 v4] exfat: write multiple sectors at once
 2020-06-19  8:38 UTC  (2+ messages)
` [PATCH 2/2 v4] exfat: add error check when updating dir-entries

properly support exec and wait with kernel pointers v2
 2020-06-19  8:28 UTC  (8+ messages)
` [PATCH 1/6] exec: cleanup the execve wrappers
` [PATCH 2/6] exec: simplify the compat syscall handling
` [PATCH 3/6] exec: cleanup the count() function
` [PATCH 4/6] exec: split prepare_arg_pages
` [PATCH 5/6] exec: add a kernel_execveat helper
` [PATCH 6/6] kernel: add a kernel_wait helper

[PATCH v5 0/7] Add seccomp notifier ioctl that enables adding fds
 2020-06-19  8:20 UTC  (8+ messages)
` [PATCH v5 1/7] net/scm: Regularize compat handling of scm_detach_fds()
` [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()
` [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
` [PATCH v5 5/7] fs: Expand __fd_install_received() to accept fd

[PATCH 0/4] Inline Encryption Support for fscrypt
 2020-06-19  6:37 UTC  (17+ messages)
` [PATCH 1/4] fs: introduce SB_INLINECRYPT
` [PATCH 2/4] fscrypt: add inline encryption support
` [PATCH 3/4] f2fs: "

[PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
 2020-06-19  4:22 UTC  (5+ messages)

[PATCH] afs: Fix afs_do_lookup() to call correct fetch-status op variant
 2020-06-18 23:01 UTC 

[PATCH v4 00/11] Add seccomp notifier ioctl that enables adding fds
 2020-06-18 22:16 UTC  (9+ messages)
` [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
` [PATCH v4 03/11] fs: Add fd_install_received() wrapper for __fd_install_received()

[PATCH v11 00/25] Change readahead API
 2020-06-18 16:40 UTC  (9+ messages)
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "

[PATCH v3 0/2] loop: replace kill_bdev with invalidate_bdev
 2020-06-18 15:24 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] block: make function 'kill_bdev' static

[PATCH v3 0/3] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-06-18 14:11 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: add clone3() CAP_CHECKPOINT_RESTORE test
` [PATCH v3 3/3] prctl: Allow ptrace capable processes to change exe_fd

[PATCH] exfat: flush dirty metadata in fsync
 2020-06-18 11:43 UTC 

[PATCH v3] xfs: avoid deadlock when trigger memory reclaim in ->writepages
 2020-06-18 11:04 UTC  (8+ messages)

[PATCH] nsfs: add NS_GET_INIT_PID ioctl
 2020-06-18  9:18 UTC  (3+ messages)

[PATCH 1/2 v3] exfat: write multiple sectors at once
 2020-06-18  7:30 UTC  (3+ messages)
` [PATCH 2/2 v3] exfat: add error check when updating dir-entries

[PATCH v2 0/5] ext4: fix inconsistency since reading old metadata from disk
 2020-06-18  7:02 UTC  (7+ messages)
` [PATCH v2 1/5] fs: add bdev writepage hook to block device
` [PATCH v2 3/5] ext4: detect metadata async write error when getting journal's write access

mmotm 2020-06-17-22-17 uploaded
 2020-06-18  5:18 UTC 

[PATCH v2 0/2] loop: replace kill_bdev with invalidate_bdev
 2020-06-18  3:46 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] block: make function 'kill_bdev' static

[PATCH AUTOSEL 5.7 131/388] virtiofs: schedule blocking async replies in separate worker
 2020-06-18  1:05 UTC  (4+ messages)
` [PATCH AUTOSEL 5.7 132/388] fuse: BUG_ON correction in fuse_dev_splice_write()
` [PATCH AUTOSEL 5.7 245/388] fuse: fix copy_file_range cache issues
` [PATCH AUTOSEL 5.7 246/388] fuse: copy_file_range should truncate cache

[PATCH AUTOSEL 5.4 096/266] virtiofs: schedule blocking async replies in separate worker
 2020-06-18  1:14 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 167/266] fuse: fix copy_file_range cache issues
` [PATCH AUTOSEL 5.4 168/266] fuse: copy_file_range should truncate cache

[PATCH 0/5] kmod/umh: a few fixes
 2020-06-18  0:43 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).