messages from 2021-10-25 20:47:43 to 2021-10-28 01:43:31 UTC [more...]
[PATCH v6 00/12] extend task comm from 16 to 24
2021-10-28 1:42 UTC (45+ messages)
` [PATCH v6 01/12] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v6 02/12] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v6 03/12] drivers/connector: make connector comm always nul ternimated
` [PATCH v6 04/12] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v6 05/12] elfcore: make prpsinfo "
` [PATCH v6 06/12] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v6 07/12] samples/bpf/offwaketime_kern: make sched_switch tracepoint args adopt to "
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task "
` [PATCH v6 09/12] tools/perf/test: make perf test "
` [PATCH v6 10/12] tools/testing/selftests/bpf: make it "
` [PATCH v6 11/12] sched.h: extend task comm from 16 to 24
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated
futher decouple DAX from block devices
2021-10-28 1:41 UTC (24+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
mmotm 2021-10-27-18-32 uploaded
2021-10-28 1:33 UTC
switch block layer polling to a bio based model v4
2021-10-28 1:26 UTC (3+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
2021-10-28 0:24 UTC (7+ messages)
` [dm-devel] "
[PATCH v2 0/2] Introduce the pkill_on_warn parameter
2021-10-27 23:32 UTC (3+ messages)
` [PATCH v2 1/2] bug: do refactoring allowing to add a warning handling action
` [PATCH v2 2/2] sysctl: introduce kernel.pkill_on_warn
[PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
2021-10-27 23:21 UTC (2+ messages)
[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
2021-10-27 21:46 UTC (26+ messages)
` [RFC PATCH 1/7] FUSE: Add the fsnotify opcode and in/out structs to FUSE
` [RFC PATCH 3/7] FUSE,Inotify,Fsnotify,VFS: Add the fuse_fsnotify_update_mark inode operation
` [RFC PATCH 4/7] FUSE: Add the fuse_fsnotify_send_request to FUSE
` [RFC PATCH 5/7] Fsnotify: Add a wrapper around the fsnotify function
` [RFC PATCH 6/7] FUSE,Fsnotify: Add the fuse_fsnotify_event inode operation
` [RFC PATCH 7/7] virtiofs: Add support for handling the remote fsnotify notifications
[PATCH v4 00/13] ext4: new mount API conversion
2021-10-27 21:39 UTC (15+ messages)
` [PATCH v4 01/13] fs_parse: allow parameter value to be empty
` [PATCH v4 02/13] ext4: Add fs parameter specifications for mount options
` [PATCH v4 03/13] ext4: move option validation to a separate function
` [PATCH v4 04/13] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v4 05/13] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v4 06/13] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v4 07/13] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v4 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v4 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v4 10/13] ext4: clean up return values in handle_mount_opt()
` [PATCH v4 11/13] ext4: change token2str() to use ext4_param_specs
` [PATCH v4 12/13] ext4: switch to the new mount api
` [PATCH v4 13/13] ext4: Remove unused match_table_t tokens
[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
2021-10-27 21:21 UTC (18+ messages)
[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
2021-10-27 20:01 UTC (4+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory
[PATCH 0/4] extend vmalloc support for constrained allocations
2021-10-27 17:55 UTC (21+ messages)
` [PATCH 2/4] mm/vmalloc: add support for __GFP_NOFAIL
` [PATCH 3/4] mm/vmalloc: be more explicit about supported gfp flags
` [PATCH 4/4] mm: allow !GFP_KERNEL allocations for kvmalloc
mm: don't read i_size of inode unless we need it
2021-10-27 15:50 UTC (3+ messages)
[PATCH v5 0/5] fuse,virtiofs: support per-file DAX
2021-10-27 14:45 UTC (4+ messages)
[Question] ext4/xfs: Default behavior changed after per-file DAX
2021-10-27 14:36 UTC (8+ messages)
[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
2021-10-27 14:27 UTC (16+ messages)
[PATCH v1] sched/numa: add per-process numa_balancing
2021-10-27 13:26 UTC
[PATCH v9 00/31] file system-wide error monitoring
2021-10-27 13:03 UTC (23+ messages)
` [PATCH v9 11/31] fsnotify: Protect fsnotify_handle_inode_event from no-inode events
` [PATCH v9 19/31] fanotify: Pre-allocate pool of error events
` [PATCH v9 23/31] fanotify: Add helpers to decide whether to report FID/DFID
` [PATCH v9 24/31] fanotify: Report fid entry even for zero-length file_handle
` [PATCH v9 27/31] fanotify: Emit generic error info for error event
` [PATCH v9 29/31] ext4: Send notifications on error
` [PATCH v9 31/31] docs: Document the FAN_FS_ERROR event
[PATCH v3 00/13] ext4: new mount API conversion
2021-10-27 11:52 UTC (8+ messages)
` [PATCH v3 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v3 11/13] ext4: change token2str() to use ext4_param_specs
[PATCH v2 0/4] fs/ntfs3: Various fixes for xattr and files
2021-10-27 11:41 UTC (10+ messages)
` [PATCH 1/4] fs/ntfs3: Keep preallocated only if option prealloc enabled
` [PATCH 2/4] fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
` [PATCH 3/4] fs/ntfs3: Update i_ctime when xattr is added
` [PATCH 4/4] fs/ntfs3: Optimize locking in ntfs_save_wsl_perm
[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
2021-10-27 10:13 UTC (7+ messages)
simplify bdi unregistation
2021-10-27 9:47 UTC (5+ messages)
` [PATCH 5/5] mm: simplify bdi refcounting
[PATCH v3] loop: don't print warnings if the underlying filesystem doesn't support discard
2021-10-27 8:28 UTC (4+ messages)
` [PATCH v4] "
[RFC PATCH] fs/namespace: use percpu_rw_semaphore for writer holding
2021-10-27 6:42 UTC (5+ messages)
` [PATCH] fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT
[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
2021-10-27 6:00 UTC (16+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
` [PATCH v6 6/7] fuse: mark inode DONT_CACHE when per-file DAX hint changes
[PATCH v3 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
2021-10-27 1:32 UTC (2+ messages)
[PATCH v5] aio: Add support for the POLLFREE
2021-10-27 1:18 UTC
unicode cleanups, and split the data table into a separate module v2
2021-10-26 22:02 UTC (8+ messages)
` [PATCH 10/11] unicode: Add utf8-data module
[PATCH 0/4] fs/ntfs3: Various fixes for xfstests problems
2021-10-26 21:37 UTC (10+ messages)
` [PATCH 1/4] fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_acl
` [PATCH 2/4] fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
` [PATCH 3/4] fs/ntfs3: Check new size for limits
` [PATCH 4/4] fs/ntfs3: Update valid size if -EIOCBQUEUED
[PATCH] fs: remove leftover comments from mandatory locking removal
2021-10-26 16:24 UTC
[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
2021-10-26 15:40 UTC (17+ messages)
[syzbot] KCSAN: data-race in call_rcu / rcu_gp_fqs_loop
2021-10-26 14:39 UTC (5+ messages)
[PATCH 4.19,v2] VFS: Fix fuseblk memory leak caused by mount concurrency
2021-10-26 5:45 UTC (7+ messages)
[PATCH] fuse: fix possible write position calculation error
2021-10-26 2:34 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;
as well as URLs for NNTP newsgroup(s).