messages from 2022-08-24 12:52:36 to 2022-08-28 00:40:03 UTC [more...]
[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
2022-08-28 0:39 UTC (17+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN
[PATCH/RFC 00/10 v5] Improve scalability of directory operations
2022-08-27 21:14 UTC (26+ messages)
` [PATCH 04/10] VFS: move dput() and mnt_drop_write() into done_path_update()
` [PATCH 08/10] NFSD: allow parallel creates from nfsd
` [PATCH 01/10] VFS: support parallel updates in the one directory
` [PATCH 09/10] VFS: add LOOKUP_SILLY_RENAME
` [PATCH 03/10] VFS: move want_write checks into lookup_hash_update()
` [PATCH 02/10] VFS: move EEXIST and ENOENT tests "
` [PATCH 06/10] VFS: support concurrent renames
` [PATCH 05/10] VFS: export done_path_update()
` [PATCH 10/10] NFS: support parallel updates in the one directory
` [PATCH 07/10] VFS: hold DCACHE_PAR_UPDATE lock across d_revalidate()
Crash using kmod-hfsplus on cp -a from one memory stick to another
2022-08-27 20:29 UTC
[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
2022-08-27 17:06 UTC (15+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [PATCH v3 2/7] ext4: fix i_version handling in ext4
` [PATCH v3 3/7] ext4: unconditionally enable the i_version counter
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
` [PATCH v3 5/7] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v3 6/7] nfs: report the inode version in statx if requested
` [PATCH v3 7/7] ceph: fill in the change attribute in statx requests
[PATCH v5 0/8] make statx() return DIO alignment information
2022-08-27 15:34 UTC (10+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "
[PATCH] fs/inode.c: change the order of initialization in inode_init_always()
2022-08-27 14:09 UTC
[syzbot] usb-testing boot error: BUG: unable to handle kernel paging request in kernel_execve
2022-08-27 10:22 UTC
[PATCH] vfs: report an inode version in statx for IS_I_VERSION inodes
2022-08-27 7:38 UTC (6+ messages)
[PATCH v4 0/9] make statx() return DIO alignment information
2022-08-27 7:07 UTC (3+ messages)
[PATCH 0/6] Track minimal size per filesystem
2022-08-27 0:28 UTC (7+ messages)
` [PATCH 1/6] tst_fs_type: Add nsfs, vfat, squashfs to tst_fs_type_name()
` [PATCH 2/6] API: tst_device: Track minimal size per filesystem
` [PATCH 3/6] tst_test: Use 16 MB also for tmpfs
` [PATCH 4/6] tst_device: Use getopts
` [PATCH 5/6] tst_device: Add support -f filesystem
` [PATCH 6/6] tst_test.sh: Pass used filesystem to tst_device
[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
2022-08-26 21:47 UTC
[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-08-26 21:35 UTC (2+ messages)
[PATCH 0/7] smb3: Add iter helpers and use iov_iters down to the network transport
2022-08-26 21:35 UTC (5+ messages)
` [PATCH 1/7] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH 2/7] iov_iter: Add a general purpose iteration function
[syzbot] BUG: unable to handle kernel NULL pointer dereference in set_page_dirty
2022-08-26 19:02 UTC (3+ messages)
[PATCH v1 net-next 00/13] tcp/udp: Introduce optional per-netns hash table
2022-08-26 17:26 UTC (24+ messages)
` [PATCH v1 net-next 01/13] fs/lock: Revive LOCK_MAND
` [PATCH v1 net-next 02/13] sysctl: Support LOCK_MAND for read/write
` [PATCH v1 net-next 03/13] selftest: sysctl: Add test for flock(LOCK_MAND)
` [PATCH v1 net-next 04/13] net: Introduce init2() for pernet_operations
` [PATCH v1 net-next 05/13] tcp: Clean up some functions
` [PATCH v1 net-next 06/13] tcp: Set NULL to sk->sk_prot->h.hashinfo
` [PATCH v1 net-next 07/13] tcp: Access &tcp_hashinfo via net
` [PATCH v1 net-next 08/13] tcp: Introduce optional per-netns ehash
` [PATCH v1 net-next 09/13] udp: Clean up some functions
` [PATCH v1 net-next 10/13] udp: Set NULL to sk->sk_prot->h.udp_table
` [PATCH v1 net-next 11/13] udp: Set NULL to udp_seq_afinfo.udp_table
` [PATCH v1 net-next 12/13] udp: Access &udp_table via net
` [PATCH v1 net-next 13/13] udp: Introduce optional per-netns hash table
[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
2022-08-26 17:18 UTC (5+ messages)
` [PATCH 1/4] xfs: Quiet notify_failure EOPNOTSUPP cases
` [PATCH 2/4] xfs: Fix SB_BORN check in xfs_dax_notify_failure()
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails
[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
2022-08-26 17:11 UTC (3+ messages)
[PATCH v4 1/3] ext4: don't increase iversion counter for ea_inodes
2022-08-26 16:11 UTC (6+ messages)
` [PATCH v4 2/3] fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
` [PATCH v5] "
` [PATCH v4 3/3] ext4: unconditionally enable the i_version counter
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-26 15:19 UTC (6+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
[PATCH v4] cachefiles: fix error return code in cachefiles_ondemand_copen()
2022-08-26 11:31 UTC (4+ messages)
[syzbot] BUG: Dentry still in use in unmount
2022-08-26 10:50 UTC
[PATCH] fs: Fix repeated word in comments
2022-08-26 10:00 UTC
[PATCH] fs/afs: Fix repeated word in comments
2022-08-26 10:00 UTC
[PATCH] exfat: fix overflow for large capacity partition
2022-08-26 9:06 UTC
[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
2022-08-26 8:43 UTC (4+ messages)
[PATCH] ntfs: fix acl handling
2022-08-26 8:41 UTC (4+ messages)
[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-08-26 8:22 UTC (6+ messages)
` [PATCH v3 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v3 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty "
` [PATCH v3 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v3 4/4] mm: add documentation of the new ioctl on pagemap
[PATCHES] struct path constification
2022-08-26 8:14 UTC (2+ messages)
[PATCHES] file_inode() and ->f_mapping cleanups
2022-08-26 8:03 UTC (4+ messages)
` [PATCH 3/8] sgx: use ->f_mapping
[PATCH v2 2/8] dentry: Use preempt_[dis|en]able_nested()
2022-08-26 7:52 UTC (2+ messages)
[PATCH 1/5] dynamic_dname(): drop unused dentry argument
2022-08-26 7:45 UTC (3+ messages)
` [PATCH 3/5] ->getprocattr(): attribute name is const char *, TYVM
[PATCH] cachefiles: make on-demand request distribution fairer
2022-08-26 1:37 UTC (5+ messages)
` [External] "
[PATCH v3] cachefiles: fix error return code in cachefiles_ondemand_copen()
2022-08-26 1:11 UTC (6+ messages)
` [Linux-cachefs] "
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-25 23:43 UTC (5+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "
[PATCH v2] include/linux: declare cpuinfo_op in processor.h
2022-08-25 20:59 UTC
[PATCH v2] fs: fix UAF/GPF bug in nilfs_mdt_destroy
2022-08-25 19:45 UTC (2+ messages)
[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
2022-08-25 19:28 UTC (7+ messages)
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case
ip netns exec namespace ls -l /proc/pid/fd prepends "/root" to the filename
2022-08-25 18:38 UTC
[PATCH v2 0/2] libfs: Introduce tokenize_user_input()
2022-08-25 16:48 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ASoC: SOF: Remove strsplit_u32() and tokenize_input()
[PATCHSET for-6.1] kernfs, cgroup: implement kernfs_deactivate() and cgroup_file_show()
2022-08-25 12:11 UTC (3+ messages)
` [PATCH 4/7] kernfs: Skip kernfs_drain_open_files() more aggressively
[PATCH v2 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-08-25 10:49 UTC (8+ messages)
` [PATCH v2 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty bit
` [PATCH v2 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty PTE bit
` [PATCH v2 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v2 4/4] mm: add documentation of the new ioctl on pagemap
[ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
2022-08-25 4:18 UTC (4+ messages)
[PATCH] PM: suspend: select SUSPEND_SKIP_SYNC too if PM_USERSPACE_AUTOSLEEP is selected
2022-08-25 4:19 UTC (5+ messages)
[PATCH v2] cachefiles: make on-demand request distribution fairer
2022-08-25 2:09 UTC
[PATCH v2 0/2] watermark related improvement on zone movable
2022-08-25 0:49 UTC (4+ messages)
` [PATCH v2 1/2] mm: Cap zone movable's min wmark to small value
[PATCH] iversion: update comments with info about atime updates
2022-08-25 0:17 UTC (12+ messages)
[PATCH] fuse: Add filesystem attribute in sysfs control dir
2022-08-24 19:00 UTC (3+ messages)
[PATCH v9 00/27] Rust support
2022-08-24 18:38 UTC (4+ messages)
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2022-08-24 15:51 UTC (15+ messages)
` [PATCH 0/2] coredump: Allow io_uring using apps to dump to pipes
` [PATCH 2/2] coredump: Allow coredumps to pipes to work with io_uring
[PATCH v4 0/2] ksm: count allocated rmap_items and update documentation
2022-08-24 13:02 UTC (6+ messages)
` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v4 2/2] ksm: add profit monitoring documentation
[PATCH v3 0/2] ksm: count allocated rmap_items and update documentation
2022-08-24 12:52 UTC (4+ messages)
` [PATCH v3 2/2] ksm: add profit monitoring documentation
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).