messages from 2022-09-05 23:16:57 to 2022-09-08 22:01:50 UTC [more...]
[PATCH] proc: Enable smaps_rollup without ptrace rights
2022-09-08 21:59 UTC (2+ messages)
Does NFS support Linux Capabilities
2022-09-08 21:43 UTC (5+ messages)
[PATCH v3 0/2] Introduce CABA helper process tree
2022-09-08 21:29 UTC (4+ messages)
` [PATCH v3 1/2] Add CABA tree to task_struct
` [PATCH v3 2/2] tests: Add CABA selftest
[PATCH v4 0/4] fanotify: Allow user space to pass back additional audit info
2022-09-08 21:22 UTC (12+ messages)
` [PATCH v4 3/4] fanotify,audit: Allow audit to use the full permission event response
[PATCH] relay: replay_file_open(): NULL ptr deref in CPU hotplugs
2022-09-08 21:19 UTC (2+ messages)
[PATCH v6 0/5] landlock: truncate support
2022-09-08 20:50 UTC (9+ messages)
` [PATCH v6 1/5] security: create file_truncate hook from path_truncate hook
` [PATCH v6 2/5] landlock: Support file truncation
` [PATCH v6 3/5] selftests/landlock: Selftests for file truncation support
` [PATCH v6 4/5] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v6 5/5] landlock: Document Landlock's file truncation support
[PATCH] proc: give /proc/cmdline size
2022-09-08 20:45 UTC (2+ messages)
[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
2022-09-08 20:31 UTC (3+ messages)
[PATCH 00/13] Fix the DAX-gup mistake
2022-09-08 19:27 UTC (19+ messages)
` [PATCH 02/13] fsdax: Use page_maybe_dma_pinned() for DAX vs DMA collisions
` [PATCH 07/13] fsdax: Manage pgmap references at entry insertion and deletion
[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
2022-09-08 19:07 UTC (30+ messages)
[PATCH v5 0/8] vfs/nfsd: clean up handling of the i_version counter
2022-09-08 17:24 UTC (9+ messages)
` [PATCH v5 1/8] iversion: clarify when the i_version counter must be updated
` [PATCH v5 2/8] ext4: fix i_version handling in ext4
` [PATCH v5 3/8] ext4: unconditionally enable the i_version counter
` [PATCH v5 4/8] vfs: plumb i_version handling into struct kstat
` [PATCH v5 5/8] nfs: report the inode version in getattr if requested
` [PATCH v5 6/8] ceph: "
` [PATCH v5 7/8] nfsd: use the getattr operation to fetch i_version
` [RFC PATCH v5 8/8] nfsd: take inode_lock when querying for NFSv4 GETATTR
[RFC PATCH] fs/hugetlb: Fix UBSAN warning reported on hugetlb
2022-09-08 16:59 UTC (3+ messages)
[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
2022-09-08 15:36 UTC (7+ messages)
` [PATCH RESEND V12 3/8] fuse: Definitions and ioctl for passthrough
Inquiry about the removal of flag O_NONBLOCK on /dev/random
2022-09-08 14:26 UTC (2+ messages)
` [PATCH] random: restore O_NONBLOCK support
[PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-09-08 13:46 UTC (9+ messages)
[PATCH] sched: Move numa_balancing sysctls to its own file
2022-09-08 12:07 UTC (2+ messages)
` [PATCH Resend] "
[PATCH] fs/proc: add compile time info
2022-09-08 11:34 UTC
[RFC] process /proc/PID/smaps vs /proc/PID/smaps_rollup
2022-09-08 9:42 UTC (3+ messages)
[PATCH v2 0/2] Use sysctl_vals in sysctl-test.c
2022-09-08 8:29 UTC (3+ messages)
` [PATCH v2 1/2] kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
` [PATCH v2 2/2] kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hundred}
[fs] 36e2c7421f: xfstests.generic.095.fail
2022-09-08 7:01 UTC
[PATCH V2 0/5] Introduce erofs shared domain
2022-09-08 6:49 UTC (2+ messages)
[PATCH] core_pattern: add CPU specifier
2022-09-08 6:45 UTC (8+ messages)
[PATCH v2] Documentation: filesystems: correct possessive "its"
2022-09-08 2:00 UTC (3+ messages)
` [f2fs-dev] "
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-08 1:10 UTC (11+ messages)
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
consolidate btrfs checksumming, repair and bio splitting
2022-09-07 21:18 UTC (39+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 02/17] btrfs: stop tracking failed reads in the I/O tree
` [PATCH 03/17] btrfs: move repair_io_failure to volumes.c
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 05/17] btrfs: handle checksum generation in "
` [PATCH 06/17] btrfs: handle recording of zoned writes "
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 08/17] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 09/17] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 11/17] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 12/17] btrfs: remove struct btrfs_io_geometry
` [PATCH 13/17] btrfs: remove submit_encoded_read_bio
` [PATCH 14/17] btrfs: remove now spurious bio submission helpers
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND
Why do NBD requests prevent hibernation, and FUSE requests do not?
2022-09-07 15:50 UTC (5+ messages)
[PATCH v4 0/6] vfs: clean up i_version behavior and expose it via statx
2022-09-07 11:33 UTC (7+ messages)
` [PATCH v4 1/6] iversion: update comments with info about atime updates
` [PATCH v4 2/6] ext4: fix i_version handling in ext4
` [PATCH v4 3/6] ext4: unconditionally enable the i_version counter
` [PATCH v4 4/6] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v4 5/6] nfs: report the inode version in statx if requested
` [PATCH v4 6/6] ceph: fill in the change attribute in statx requests
[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-09-07 9:46 UTC (3+ messages)
` [PATCH v8 0/3] "
[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-09-07 9:40 UTC (2+ messages)
[syzbot] KASAN: slab-out-of-bounds Read in fuse_inode_eq (2)
2022-09-07 9:11 UTC
[PATCH v5 0/8] make statx() return DIO alignment information
2022-09-07 9:10 UTC (9+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 8/8] xfs: support STATX_DIOALIGN
[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
2022-09-07 8:50 UTC (23+ messages)
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages
[PATCH v2 1/1] eventfd: check ida_simple_get() return value
2022-09-07 8:32 UTC
[PATCH] eventfd: check ida_simple_get() return value
2022-09-07 7:39 UTC (2+ messages)
[sysfs] f6959fc2b7: WARNING:at_fs/sysfs/group.c:#sysfs_remove_group
2022-09-07 1:37 UTC
[PATCH] afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
2022-09-07 1:33 UTC (2+ messages)
[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
2022-09-06 19:55 UTC (8+ messages)
[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
2022-09-06 16:02 UTC (4+ messages)
[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
2022-09-06 15:43 UTC (5+ messages)
` [PATCH v2 1/2] fscrypt: stop using PG_error to track error status
` [f2fs-dev] "
` [PATCH v2 2/2] fsverity: "
` [f2fs-dev] "
[PATCH] virtiofs: Drop unnecessary initialization in send_forget_request and virtio_fs_get_tree
2022-09-06 13:30 UTC (3+ messages)
[man-pages RFC PATCH v3] statx, inode: document the STATX_INO_VERSION field
2022-09-06 13:29 UTC
[PATCH 0/6] acl: rework idmap handling when setting posix acls
2022-09-06 8:28 UTC (11+ messages)
` [PATCH 2/6] acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()
` [PATCH 3/6] acl: add vfs_set_acl_prepare()
[PATCH 2/2] fuse: Implement O_TMPFILE support
2022-09-06 7:23 UTC (8+ messages)
[PATCH v2 00/14] fs/buffer: remove ll_rw_block()
2022-09-06 1:06 UTC (3+ messages)
` [PATCH v2 08/14] ocfs2: replace ll_rw_block()
` [Ocfs2-devel] "
[PATCH] fuse: fix the deadlock in race of reclaim path with kswapd
2022-09-06 0:29 UTC (3+ messages)
New topic branch for block + gup work?
2022-09-06 0:18 UTC (2+ messages)
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).