messages from 2023-02-15 13:37:27 to 2023-02-20 06:20:21 UTC [more...]
[PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
2023-02-20 6:20 UTC (13+ messages)
` [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
` [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c
copy on write for splice() from file to pipe?
2023-02-20 4:54 UTC (6+ messages)
[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
2023-02-20 3:04 UTC (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE
[PATCH v3 00/11] Performance fixes for 9p filesystem
2023-02-20 1:13 UTC (40+ messages)
` [PATCH v4 "
` [PATCH v4 01/11] net/9p: Adjust maximum MSIZE to account for p9 header
` [PATCH v4 02/11] fs/9p: Expand setup of writeback cache to all levels
` [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback
` [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags
` [PATCH v4 05/11] fs/9p: allow disable of xattr support on mount
` [PATCH v4 06/11] net/9p: fix bug in client create for .L
` [PATCH v4 07/11] 9p: Add additional debug flags and open modes
` [PATCH v4 08/11] fs/9p: Add new mount modes
` [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release
` [PATCH v4 10/11] fs/9p: writeback mode fixes
` [PATCH v4 11/11] fs/9p: Fix revalidate
[GIT PULL] fsverity updates for 6.3
2023-02-19 20:48 UTC
[GIT PULL] fscrypt updates for 6.3
2023-02-19 20:37 UTC
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
2023-02-19 13:52 UTC (15+ messages)
` [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support
` [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
[syzbot] [net?] [ntfs3?] KMSAN: uninit-value in bcmp
2023-02-18 22:16 UTC
[syzbot] [jfs?] KASAN: null-ptr-deref Read in txBegin
2023-02-18 19:59 UTC
[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2023-02-18 18:27 UTC (7+ messages)
` [PATCH v10 1/3] xfs: fix the calculation of length and end
` [PATCH v10 2/3] fs: introduce super_drop_pagecache()
` [PATCH v10 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
2023-02-18 9:25 UTC (30+ messages)
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE
` [PATCH v14 05/17] overlayfs: Implement splice-read
` [PATCH v15 "
` [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
2023-02-17 21:47 UTC
[LSF/MM/BPF TOPIC] Scalable Pagefaults
2023-02-17 20:13 UTC
[PATCH v4 0/9] ext4: Convert inode preallocation list to an rbtree
2023-02-18 1:33 UTC (12+ messages)
` [PATCH v4 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v4 2/9] ext4: Refactor code related to freeing PAs
` [PATCH v4 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v4 4/9] ext4: Move overlap assert logic into a separate function
` [PATCH v4 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v4 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
` [PATCH v4 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v4 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v4 9/9] ext4: Remove the logic to trim inode PAs
[PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning
2023-02-17 17:48 UTC (25+ messages)
` [PATCH 01/17] mm: Pass info, not iter, into filemap_get_pages()
` [PATCH 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE
` [PATCH 03/17] splice: Add a func to do a splice from an O_DIRECT "
` [PATCH 04/17] iov_iter: Define flags to qualify page extraction
` [PATCH 05/17] iov_iter: Add a function to extract a page list from an iterator
` [PATCH 06/17] splice: Export filemap/direct_splice_read()
` [PATCH 07/17] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 08/17] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 09/17] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 10/17] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 11/17] cifs: Add a function to Hash the contents of "
` [PATCH 12/17] cifs: Add some helper functions
` [PATCH 13/17] cifs: Add a function to read into an iter from a socket
` [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 15/17] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 16/17] cifs: Remove unused code
` [PATCH 17/17] cifs: DIO to/from KVEC-type iterators should now work
[syzbot] [jfs?] KASAN: invalid-free in dbUnmount
2023-02-17 15:15 UTC
[PATCH] fs-writeback: remove unnecessary ‘false’ values from wakeup_bdi
2023-02-17 14:41 UTC (2+ messages)
[LSF/MM/BPF TOPIC]: File system data placement for zoned block devices
2023-02-17 14:33 UTC (5+ messages)
[PATCH 5.10 0/2] Backport two overlayfs fixed to 5.10.y
2023-02-17 14:12 UTC (2+ messages)
[syzbot] [f2fs?] possible deadlock in f2fs_get_node_info
2023-02-17 12:18 UTC
[GIT PULL] UDF and ext2 fixes
2023-02-17 11:43 UTC
[GIT PULL] Fsnotify changes for 6.3-rc1
2023-02-17 11:29 UTC
[GIT PULL] acl updates for v6.3
2023-02-17 8:10 UTC
[GIT PULL] fs updates for v6.3
2023-02-17 8:07 UTC
[GIT PULL] fs idmapped updates for v6.3
2023-02-17 8:05 UTC
[akpm-mm:mm-hotfixes-unstable] [mm/filemap] 9e397edf9e: fxmark.ssd_ext4_no_jnl_DRBM_72_bufferedio.works/sec 13.4% improvement
2023-02-17 5:14 UTC
[PATCH v2] eventfd: use wait_event_interruptible_locked_irq() helper
2023-02-17 3:46 UTC (2+ messages)
[GIT PULL for-6.3] Make building the legacy dio code conditional
2023-02-17 2:54 UTC
[syzbot] [reiserfs?] WARNING in reiserfs_readdir_inode
2023-02-17 1:56 UTC
[PATCHSET v23.3 00/14] xfs: design documentation for online fsck
2023-02-16 23:05 UTC (4+ messages)
` [PATCH 09/14] xfs: document online file metadata repair code
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-02-16 22:48 UTC (9+ messages)
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 10/14] xfs: document full filesystem scans for online fsck
[ANNOUNCE] xfs-linux: for-next updated to 60b730a40c43
2023-02-16 17:13 UTC
[PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-02-16 17:07 UTC (12+ messages)
[syzbot] WARNING in do_mknodat
2023-02-16 16:02 UTC (2+ messages)
[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-02-16 15:07 UTC (3+ messages)
` [PATCH v6 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v6 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-02-16 13:58 UTC (3+ messages)
` [PATCH v5 2/3] "
[PATCH] eventfd: use wait_event_interruptible_locked_irq() helper
2023-02-16 13:33 UTC (3+ messages)
[PATCH RFC 0/5] Writeback handling of pinned pages
2023-02-16 12:33 UTC (14+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages
[GIT PULL] i_version handling changes for v6.3
2023-02-16 11:19 UTC
[GIT PULL] file locking changes for v6.3
2023-02-16 11:07 UTC
[PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE"
2023-02-16 10:56 UTC (5+ messages)
` [PATCH 0/2] Revert boot-breaking changes in fs/
[RFC PATCH 0/2] Providing mount for memfd_restricted() syscall
2023-02-16 10:01 UTC (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
` [RFC PATCH 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-16 9:51 UTC (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH] orphan sysvfs
2023-02-16 6:29 UTC
[PATCH] chardev: make kobj_type structures constant
2023-02-16 1:14 UTC
Backup/restore of fscrypt files and directories
2023-02-16 0:54 UTC (5+ messages)
[PATCH 0/3] xfs, iomap: fix writeback failure handling
2023-02-15 23:03 UTC (6+ messages)
` [PATCH 3/3] xfs, iomap: ->discard_folio() is broken so remove it
(no subject)
2023-02-15 17:36 UTC
[PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
2023-02-15 15:56 UTC (10+ messages)
` [PATCH v13 "
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
` [PATCH] splice: Clean up direct_splice_read() a bit
[PATCH 00/11] fs/ntfs3: Bugfix and refactoring
2023-02-15 13:40 UTC (8+ messages)
` [PATCH 01/11] fs/ntfs3: Use bh_read to simplify code
` [PATCH 06/11] fs/ntfs3: Undo critial modificatins to keep directory consistency
` [PATCH 07/11] fs/ntfs3: Remove field sbi->used.bitmap.set_tail
` [PATCH 08/11] fs/ntfs3: Changed ntfs_get_acl() to use dentry
` [PATCH 09/11] fs/ntfs3: Code formatting and refactoring
` [PATCH 10/11] fs/ntfs3: Add missed "nocase" in ntfs_show_options
` [PATCH 11/11] fs/ntfs3: Print details about mount fails
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).