linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-16 00:46:29 to 2022-06-20 09:11:41 UTC [more...]

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2022-06-20  9:11 UTC  (12+ messages)

[PATCHv2 0/4] submit_bh: Drop unnecessary return values and API users
 2022-06-20  9:10 UTC  (6+ messages)
` [PATCHv2 1/4] jbd2: Drop useless return value of submit_bh
` [PATCHv2 2/4] fs/ntfs: Drop useless return value of submit_bh from ntfs_submit_bh_for_read
` [PATCHv2 3/4] fs/buffer: Drop useless return value of submit_bh
` [PATCHv2 4/4] fs/buffer: Make submit_bh & submit_bh_wbc return type as void

[PATCH v2] mm/smaps: add Pss_Dirty
 2022-06-20  8:15 UTC  (2+ messages)

[RFC PATCH] f*xattr: allow O_PATH descriptors
 2022-06-20  7:45 UTC  (12+ messages)
` [f*xattr] a7d69d1c38: ltp.open13.fail

fscache corruption in Linux 5.17?
 2022-06-20  7:11 UTC  (11+ messages)

[PATCH 0/3] Fixes for 5.19b
 2022-06-20  6:41 UTC  (6+ messages)
` [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed
` [PATCH 2/3] filemap: Handle sibling entries in filemap_get_read_batch()
` [PATCH 3/3] mm: Clear page->private when splitting or migrating a page

[RFC 0/3] submit_bh: Drop unnecessary return values and API users
 2022-06-20  6:40 UTC  (7+ messages)
` [RFC 1/3] jbd2: Drop useless return value of submit_bh
` [RFC 2/3] fs/buffer: "
` [RFC 3/3] fs/buffer: Make submit_bh & submit_bh_wbc return type as void

[PATCH] filemap: obey mapping->invalidate_lock lock/unlock order
 2022-06-20  6:35 UTC  (5+ messages)

[PATCH] ceph: switch back to testing for NULL folio->private in ceph_dirty_folio
 2022-06-20  1:30 UTC  (2+ messages)

[PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
 2022-06-20  0:53 UTC 

[viro-vfs:work.iov_iter_get_pages 24/33] lib/iov_iter.c:1295 iter_xarray_get_pages() warn: unsigned 'count' is never less than zero
 2022-06-19 16:19 UTC  (4+ messages)

[PATCH] fs: use call_read_iter(file, &kiocb, &iter); for __kernel_{read|write}
 2022-06-19 15:53 UTC  (3+ messages)

remove the nobh helpers v2
 2022-06-19 15:46 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 5.19-rc3
 2022-06-19 15:01 UTC  (2+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-19 11:30 UTC  (10+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v3 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v3 4/8] ext4: support STATX_DIOALIGN
` [PATCH v3 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v3 6/8] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v3 7/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v3 8/8] f2fs: support STATX_DIOALIGN

[PATCH v2] Implement close-on-fork
 2022-06-19 10:42 UTC  (4+ messages)

[RFC][PATCHES] iov_iter stuff
 2022-06-19  4:09 UTC  (47+ messages)
      ` [PATCH 01/31] splice: stop abusing iov_iter_advance() to flush a pipe
        ` [PATCH 02/31] ITER_PIPE: helper for getting pipe buffer by index
        ` [PATCH 03/31] ITER_PIPE: helpers for adding pipe buffers
        ` [PATCH 04/31] ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
        ` [PATCH 05/31] ITER_PIPE: fold push_pipe() into __pipe_get_pages()
        ` [PATCH 06/31] ITER_PIPE: lose iter_head argument of __pipe_get_pages()
        ` [PATCH 07/31] ITER_PIPE: clean pipe_advance() up
        ` [PATCH 08/31] ITER_PIPE: clean iov_iter_revert()
        ` [PATCH 09/31] ITER_PIPE: cache the type of last buffer
        ` [PATCH 10/10] iov_iter_bvec_advance(): don't bother with bvec_iter
        ` [PATCH 10/31] ITER_PIPE: fold data_start() and pipe_space_for_user() together
        ` [PATCH 11/31] iov_iter_get_pages{,_alloc}(): cap the maxsize with LONG_MAX
        ` [PATCH 12/31] iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wrapper
        ` [PATCH 13/31] iov_iter_get_pages(): sanity-check arguments
        ` [PATCH 14/31] unify pipe_get_pages() and pipe_get_pages_alloc()
        ` [PATCH 15/31] unify xarray_get_pages() and xarray_get_pages_alloc()
        ` [PATCH 16/31] unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
        ` [PATCH 17/31] ITER_XARRAY: don't open-code DIV_ROUND_UP()
        ` [PATCH 18/31] iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()
        ` [PATCH 19/31] iov_iter: massage calling conventions for first_{iovec,bvec}_segment()
        ` [PATCH 20/31] found_iovec_segment(): just return address
        ` [PATCH 21/31] fold __pipe_get_pages() into pipe_get_pages()
        ` [PATCH 22/31] iov_iter: saner helper for page array allocation
        ` [PATCH 23/31] iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
        ` [PATCH 24/31] block: convert to "
        ` [PATCH 25/31] iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
        ` [PATCH 26/31] af_alg_make_sg(): "
        ` [PATCH 27/31] 9p: convert to advancing variant of iov_iter_get_pages_alloc()
        ` [PATCH 28/31] ceph: switch the last caller "
        ` [PATCH 29/31] get rid of non-advancing variants
        ` [PATCH 30/31] pipe_get_pages(): switch to append_pipe()
        ` [PATCH 31/31] expand those iov_iter_advance()

[PATCH v5 0/1] FUSE: Allow non-extending parallel direct writes
 2022-06-18 19:07 UTC  (7+ messages)
` [PATCH v5 1/1] Allow non-extending parallel direct writes on the same file

[PATCH RFC] iov_iter: import single segments iovecs as ITER_UBUF
 2022-06-18 15:46 UTC  (5+ messages)

[PATCH] iov_iter: fix bad parenthesis placement for iter_type check
 2022-06-18 13:40 UTC 

[viro-vfs:work.iov_iter_get_pages 21/33] lib/iov_iter.c:1392:24: warning: variable 'len' is uninitialized when used here
 2022-06-18 10:53 UTC 

[PATCH] kernel/sysctl.c: Clean up indentation, replace spaces with tab
 2022-06-18  9:35 UTC  (3+ messages)

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-06-17 22:27 UTC  (6+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-17 21:30 UTC  (6+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v4] fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other
 2022-06-17 20:48 UTC 

[GIT PULL] writeback and ext2 fixes for 5.19-rc3
 2022-06-17 18:26 UTC  (2+ messages)

[BUG] filemap_get_read_batch()
 2022-06-17 17:04 UTC  (2+ messages)

[PATCH RFC 00/12] Allow concurrent directory updates
 2022-06-17 15:27 UTC  (7+ messages)

[PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-17 10:33 UTC 

[PATCH v15] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-17 10:14 UTC  (3+ messages)

[PATCH -next] exec: remove recheck path_noexec in do_open_execat and uselib
 2022-06-17 10:15 UTC 

[PATCH v3] fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other
 2022-06-17  7:53 UTC  (2+ messages)

[PATCH 0/6] autofs: misc patches
 2022-06-17  5:35 UTC  (7+ messages)
` [PATCH 1/6] autofs: use inode permission method for write access
` [PATCH 2/6] autofs: make dentry info count consistent
` [PATCH 3/6] autofs: use dentry info count instead of simple_empty()
` [PATCH 4/6] autofs: add comment about autofs_mountpoint_changed()
` [PATCH 5/6] autofs: remove unused ino field inode
` [PATCH 6/6] autofs: manage dentry info mount trigger flags better

[PATCH 0/2] vfs: fix a couple of mount table handling problems
 2022-06-17  5:09 UTC  (3+ messages)
` [PATCH 1/2] vfs: parse: deal with zero length string value
` [PATCH 2/2] vfs: escape hash as well

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-17  2:31 UTC  (2+ messages)

[PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-16 21:22 UTC  (6+ messages)
` [PATCH v9 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v9 02/14] mm: Move updates of dirty_exceeded into one place
` [PATCH v9 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [PATCH v9 11/14] io_uring: Add support for async buffered writes
` [PATCH v9 12/14] io_uring: Add tracepoint for short writes

[RFC][PATCH] fix short copy handling in copy_mc_pipe_to_iter()
 2022-06-16 21:22 UTC  (2+ messages)

[PATCH] 9p: fix EBADF errors in cached mode
 2022-06-16 20:53 UTC  (7+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-16 20:21 UTC 

[PATCH] afs: Fix dynamic root getattr
 2022-06-16 18:04 UTC  (2+ messages)

[PATCH v2] fuse: Add module param for non-descendant userns access to allow_other
 2022-06-16 16:14 UTC  (11+ messages)

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2022-06-16 15:16 UTC  (5+ messages)
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-16 15:04 UTC  (13+ messages)

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-16 14:57 UTC  (9+ messages)

[syzbot] memory leak in __register_sysctl_table
 2022-06-16 13:57 UTC 

[PATCH v2 0/2] fix the improper assignment for did_zero
 2022-06-16 13:55 UTC  (5+ messages)
` [PATCH v2 1/2] iomap: set did_zero to true when zeroing successfully
` [PATCH v2 2/2] dax: "

[PATCH v4 0/1] FUSE: Allow non-extending parallel direct writes
 2022-06-16 13:17 UTC  (9+ messages)
` [PATCH v4 1/1] Allow non-extending parallel direct writes on the same file

Apply commit "9p: missing chunk of fs/9p: Don't update file type when updating file attributes" to stable
 2022-06-16 12:56 UTC  (2+ messages)

[PATCH] iomap: set did_zero to true when zeroing successfully
 2022-06-16 11:14 UTC  (3+ messages)

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-06-16  6:29 UTC  (10+ messages)
` [RFC PATCH v2 1/7] statx: add "

[mm/readahead] 793917d997: fio.read_iops -18.8% regression
 2022-06-16  1:07 UTC  (4+ messages)
  ` [LKP] "

[PATCH] exfat: intorduce skip_stream_check mount opt
 2022-06-16  0:46 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).