messages from 2023-11-13 17:10:08 to 2023-11-16 21:56:47 UTC [more...]
[PATCH 1/2] new helper: user_path_locked_at()
2023-11-16 21:56 UTC (6+ messages)
` [PATCH 2/2] bch2_ioctl_subvolume_destroy(): fix locking
` [PATCH] fs: export getname()
[PATCH v4 0/7] Landlock: IOCTL support
2023-11-16 21:50 UTC (8+ messages)
` [PATCH v4 1/7] landlock: Optimize the number of calls to get_access_mask slightly
` [PATCH v4 2/7] landlock: Add IOCTL access right
` [PATCH v4 6/7] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
2023-11-16 21:46 UTC (11+ messages)
` [RESEND v5 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RESEND v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [RESEND v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types
[syzbot] [squashfs?] WARNING in squashfs_read_data
2023-11-16 21:43 UTC (4+ messages)
` [PATCH] squashfs: squashfs_read_data need to check if the length is 0
proposed libc interface and man page for statmount(2)
2023-11-16 21:01 UTC (4+ messages)
[PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
2023-11-16 21:00 UTC (2+ messages)
Mixed page compact code and (higher order) folios for filemap
2023-11-16 20:33 UTC (5+ messages)
[PATCH v2 00/18] btrfs: convert to the new mount API
2023-11-16 20:09 UTC (17+ messages)
` [PATCH v2 02/18] btrfs: split out the mount option validation code into its own helper
` [PATCH v2 04/18] btrfs: move space cache settings into open_ctree
` [PATCH v2 05/18] btrfs: do not allow free space tree rebuild on extent tree v2
` [PATCH v2 08/18] btrfs: add fs_parameter definitions
` [PATCH v2 09/18] btrfs: add parse_param callback for the new mount api
` [PATCH v2 11/18] btrfs: add reconfigure callback for fs_context
` [PATCH v2 12/18] btrfs: add get_tree callback for new mount API
[syzbot] [mm?] WARNING in unmap_page_range (2)
2023-11-16 20:04 UTC (6+ messages)
[PATCH v5 10/23] security: Introduce inode_post_setattr hook
2023-11-16 18:46 UTC (4+ messages)
[PATCH v5 13/23] security: Introduce file_pre_free_security hook
2023-11-16 18:41 UTC (4+ messages)
[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount
2023-11-16 18:02 UTC (3+ messages)
[PATCH][RFC] selinuxfs: saner handling of policy reloads
2023-11-16 17:53 UTC (10+ messages)
[deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
2023-11-16 16:50 UTC (4+ messages)
[syzbot] [fs?] WARNING in pagemap_scan_pmd_entry
2023-11-16 16:49 UTC (5+ messages)
[PATCH 0/5] afs: Miscellaneous small fixes
2023-11-16 15:53 UTC (6+ messages)
` [PATCH 1/5] afs: Fix afs_server_list to be cleaned up with RCU
` [PATCH 2/5] afs: Make error on cell lookup failure consistent with OpenAFS
` [PATCH 3/5] afs: Return ENOENT if no cell DNS record can be found
` [PATCH 4/5] afs: Fix file locking on R/O volumes to operate in local mode
` [PATCH 5/5] afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY
[syzbot] [squashfs?] KASAN: slab-out-of-bounds Write in squashfs_readahead (2)
2023-11-16 15:14 UTC (4+ messages)
` [PATCH] squashfs: fix oob in squashfs_readahead
Your Order#64153
2023-11-16 15:04 UTC
[PATCH] autofs: add: new_inode check in autofs_fill_super()
2023-11-16 11:23 UTC (3+ messages)
[PATCH v5 22/23] integrity: Move integrity functions to the LSM infrastructure
2023-11-16 10:07 UTC (3+ messages)
[syzbot] [udf?] WARNING in udf_prealloc_blocks (2)
2023-11-16 9:53 UTC
[syzbot] [autofs?] general protection fault in autofs_fill_super
2023-11-16 9:51 UTC (11+ messages)
` [PATCH] autofs: fix null deref "
` [PATCH V2] autofs: fix null ptr "
[PATCH] fs: fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
2023-11-16 8:52 UTC (2+ messages)
[PATCH v2] fuse: Track process write operations in both direct and writethrough modes
2023-11-16 8:42 UTC (2+ messages)
[PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 16/23] security: Introduce inode_post_set_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 11/23] security: Introduce inode_post_removexattr hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
2023-11-16 4:00 UTC (17+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC
[PATCH 09/15] fs: move file_start_write() into vfs_iter_write()
2023-11-16 1:07 UTC (2+ messages)
[PATCH 5.10 001/191] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
2023-11-15 20:44 UTC
[PATCH 5.15 001/244] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
2023-11-15 20:33 UTC
[PATCH RFC] libfs: getdents() should return 0 after reaching EOD
2023-11-15 20:25 UTC (7+ messages)
[PATCH v2] libfs: getdents() should return 0 after reaching EOD
2023-11-15 20:22 UTC
[PATCH 6.1 003/379] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
2023-11-15 19:21 UTC
[PATCH 6.6 006/603] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
2023-11-15 19:09 UTC
[PATCH 6.5 006/550] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
2023-11-15 19:09 UTC
Performance Difference between ext4 and Raw Block Device Access with buffer_io
2023-11-15 14:59 UTC (4+ messages)
[PATCH v2] virtiofs: Export filesystem tags through sysfs
2023-11-15 13:04 UTC (6+ messages)
[PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
2023-11-15 11:14 UTC (5+ messages)
[PATCH v2 0/2] Introduce sysfs API for resend pending requests
2023-11-15 9:49 UTC (3+ messages)
` [PATCH v2 1/2] fuse: Introduce sysfs API for resend pending reque
` [PATCH v2 2/2] fuse: Use the high bit of request ID for indicating resend requests
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
2023-11-15 8:50 UTC (2+ messages)
` [syzbot] "
[PATCH] fuse: make delete_stale configurable
2023-11-15 6:24 UTC (2+ messages)
[PATCH v4 00/15] Pass data lifetime information to SCSI disk devices
2023-11-14 21:41 UTC (16+ messages)
` [PATCH v4 01/15] fs: Rename the kernel-internal data lifetime constants
` [PATCH v4 02/15] fs: Move enum rw_hint into a new header file
` [PATCH v4 03/15] block: Restore data lifetime support in struct bio and struct request
` [PATCH v4 04/15] fs: Restore write hint support
` [PATCH v4 05/15] fs/f2fs: Restore data lifetime support
` [PATCH v4 06/15] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v4 07/15] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v4 08/15] sd: Translate data lifetime information
` [PATCH v4 09/15] scsi_debug: Reduce code duplication
` [PATCH v4 10/15] scsi_debug: Support the block limits extension VPD page
` [PATCH v4 11/15] scsi_debug: Rework page code error handling
` [PATCH v4 12/15] scsi_debug: Rework subpage "
` [PATCH v4 13/15] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v4 14/15] scsi_debug: Implement GET STREAM STATUS
` [PATCH v4 15/15] scsi_debug: Maintain write statistics per group number
[PATCH v1] mm: More ptep_get() conversion
2023-11-14 16:46 UTC (3+ messages)
[RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
2023-11-14 16:14 UTC (9+ messages)
[PATCH 00/15] Tidy up file permission hooks
2023-11-14 15:33 UTC (16+ messages)
` [PATCH 01/15] ovl: add permission hooks outside of do_splice_direct()
` [PATCH 02/15] splice: remove permission hook from do_splice_direct()
` [PATCH 03/15] splice: move permission hook out of splice_direct_to_actor()
` [PATCH 04/15] splice: move permission hook out of splice_file_to_pipe()
` [PATCH 05/15] splice: remove permission hook from iter_file_splice_write()
` [PATCH 06/15] remap_range: move permission hooks out of do_clone_file_range()
` [PATCH 07/15] remap_range: move file_start_write() to after permission hook
` [PATCH 08/15] btrfs: "
` [PATCH 09/15] fs: move file_start_write() into vfs_iter_write()
` [PATCH 10/15] fs: move permission hook out of do_iter_write()
` [PATCH 11/15] fs: move permission hook out of do_iter_read()
` [PATCH 12/15] fs: move kiocb_start_write() into vfs_iocb_iter_write()
` [PATCH 13/15] fs: create __sb_write_started() helper
` [PATCH 14/15] fs: create file_write_started() helper
` [PATCH 15/15] fs: create {sb,file}_write_not_started() helpers
[ANNOUNCE] xfs-linux: for-next updated to 7930d9e10370
2023-11-14 15:14 UTC
[PATCH] Remove myself as maintainer of GFS2
2023-11-14 13:57 UTC
[PATCH] fs: anon-inode: Prepend blank line separator to anon_inode_create_getfile() reasons list
2023-11-14 9:12 UTC
[linus:master] [fs/pipe] 478dbf1217: stress-ng.pipeherd.ops_per_sec -6.6% regression
2023-11-14 7:15 UTC
[syzbot] [overlayfs?] WARNING in ovl_workdir_create (2)
2023-11-14 1:55 UTC
[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives
2023-11-13 21:26 UTC (3+ messages)
[PATCH v7 3/3] shmem: stable directory offsets
2023-11-13 18:58 UTC (3+ messages)
[PATCH v1 0/1] fs: Consider capabilities relative to namespace for linkat permission check
2023-11-13 17:42 UTC (4+ messages)
[bcachefs cabal meeting] 1 PM EST
2023-11-13 17:15 UTC
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