messages from 2020-04-02 16:14:11 to 2020-04-07 03:13:31 UTC [more...]
[PATCH] netns: dangling pointer on netns bind mount point
2020-04-07 3:13 UTC (3+ messages)
[RFC 0/3] block: address blktrace use-after-free
2020-04-07 2:47 UTC (23+ messages)
` [RFC 1/3] block: move main block debugfs initialization to its own file
` [RFC 2/3] blktrace: fix debugfs use after free
` [RFC 3/3] block: avoid deferral of blk_release_queue() work
[GIT PULL] 9p update for 5.7
2020-04-07 2:16 UTC (11+ messages)
Upcoming: Notifications, FS notifications and fsinfo()
2020-04-07 2:21 UTC (44+ messages)
` [GIT PULL] Mount and superblock notifications
possible deadlock in io_submit_one (3)
2020-04-07 1:36 UTC (2+ messages)
remove set_fs calls from the exec and coredump code
2020-04-07 0:01 UTC (14+ messages)
` [PATCH 1/6] powerpc/spufs: simplify spufs core dumping
` [PATCH 2/6] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer
` [PATCH 3/6] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 4/6] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump
` [PATCH 5/6] exec: simplify the copy_strings_kernel calling convention
` [PATCH 6/6] exec: open code copy_string_kernel
[PATCH] io_uring: remove redundant variable pointer nxt and io_wq_assign_next call
2020-04-06 23:33 UTC (3+ messages)
kernel BUG at mm/hugetlb.c:LINE!
2020-04-06 22:05 UTC (2+ messages)
improve use_mm / unuse_mm
2020-04-06 21:49 UTC (13+ messages)
` [PATCH 1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread
` [PATCH 2/6] i915/gvt/kvm: "
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
` [Intel-gfx] "
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm
[PATCH v11 0/8] Disable compat cruft on ppc64le v11
2020-04-06 20:52 UTC (17+ messages)
` [PATCH v11 3/8] powerpc/perf: consolidate read_user_stack_32
` [PATCH v11 5/8] powerpc/64: make buildable without CONFIG_COMPAT
[POC RFC 0/3] splice(2) support for io_uring
2020-04-06 20:01 UTC (2+ messages)
[PATCH V3] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
2020-04-06 18:44 UTC (6+ messages)
[PATCH v2] ext4: use non-movable memory for superblock readahead
2020-04-06 17:20 UTC (3+ messages)
[PATCH] 9p: document short read behaviour with O_NONBLOCK
2020-04-06 17:19 UTC
[GIT PULL] Fsnotify patches for v5.7-rc1
2020-04-06 16:45 UTC (2+ messages)
[git pull] regression fix in namei
2020-04-06 16:45 UTC (3+ messages)
[GIT PULL] ext2 and udf cleanups and fixes for v5.7-rc1
2020-04-06 16:45 UTC (2+ messages)
mmotm 2020-04-05-16-45 uploaded
2020-04-06 11:00 UTC (3+ messages)
[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
2020-04-06 10:00 UTC (23+ messages)
[PATCH 1/4] exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF
2020-04-06 9:37 UTC (3+ messages)
[PATCH] exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option
2020-04-06 9:13 UTC
[PATCH v14 00/14] add the latest exfat driver
2020-04-06 7:35 UTC (4+ messages)
` [PATCH v14 11/14] exfat: add Kconfig and Makefile
[PATCH 0/9] XArray: several cleanups
2020-04-06 1:24 UTC (17+ messages)
` [PATCH 5/9] XArray: entry in last level is not expected to be a node
[PATCH] exfat: Use a more common logging style
2020-04-05 15:52 UTC
[PATCH 1/2] Revert "orangefs: remember count when reading."
2020-04-04 20:57 UTC (4+ messages)
` [PATCH] orangefs: complete Christoph's "remember count" reversion
[PATCH] exfat: add missing MODULE_ALIAS_FS()
2020-04-04 20:29 UTC
[PATCH v2] exfat: add missing MODULE_ALIAS_FS()
2020-04-04 20:35 UTC
[git pull] exfat
2020-04-04 18:55 UTC (2+ messages)
[GIT PULL] Please pull NFS server updates for 5.7
2020-04-04 18:30 UTC (2+ messages)
[PATCH 0/1] an option to place initramfs in a leaf tmpfs instead of rootfs
2020-04-04 13:00 UTC (4+ messages)
` [PATCH 1/1] mnt: add support for non-rootfs initramfs
possible deadlock in send_sigio
2020-04-04 5:55 UTC
[PATCH 00/20] virtiofs: Add DAX support
2020-04-04 0:25 UTC (3+ messages)
` [PATCH 13/20] fuse, dax: Implement dax read/write operations
[PATCH v10 0/9] proc: modernize proc to support multiple private instances
2020-04-03 23:59 UTC (12+ messages)
` [PATCH v10 2/9] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v10 7/9] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH v10 8/9] proc: use human-readable values for hidehid
[PATCH v11 0/8] proc: modernize proc to support multiple private instances
2020-04-03 18:06 UTC (9+ messages)
` [PATCH v11 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v11 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH v11 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v11 5/8] proc: add option to mount only a pids subset
` [PATCH v11 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v11 7/8] proc: use human-readable values for hidepid
` [PATCH v11 8/8] proc: use named enums for better readability
[PATCH 2/7] fsnotify: Add missing annotation for fsnotify_finish_user_wait()
2020-04-03 16:52 UTC (4+ messages)
[RFC] Renaming page_offset() to page_pos()
2020-04-03 15:33 UTC
possible deadlock in send_sigurg
2020-04-03 12:57 UTC (4+ messages)
KCSAN: data-race in fuse_lock_inode / process_init_reply
2020-04-03 12:36 UTC
[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
2020-04-03 12:30 UTC (2+ messages)
` [PATCH 2/2] Documentation/sysctl: Document uclamp sysctl knobs
[PATCH v4 00/10] Introduce Zone Append for writing to zoned block devices
2020-04-03 10:12 UTC (11+ messages)
` [PATCH v4 01/10] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v4 02/10] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v4 03/10] block: introduce blk_req_zone_write_trylock
` [PATCH v4 04/10] block: Modify revalidate zones
` [PATCH v4 05/10] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v4 06/10] scsi: export scsi_mq_uninit_cmnd
` [PATCH v4 07/10] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v4 08/10] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v4 09/10] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v4 10/10] zonefs: use REQ_OP_ZONE_APPEND for sync DIO
possible deadlock in free_ioctx_users (2)
2020-04-03 6:35 UTC (2+ messages)
[PATCH v6 0/6] dax/pmem: Provide a dax operation to zero page range
2020-04-03 1:02 UTC (5+ messages)
` [PATCH v6 4/6] dm,dax: Add dax zero_page_range operation
[git pull] vfs.git pathwalk sanitizing
2020-04-02 20:25 UTC (2+ messages)
[GIT PULL] vfs: bug fix for 5.7
2020-04-02 20:25 UTC (2+ messages)
[GIT PULL] iomap: new code for 5.7
2020-04-02 20:25 UTC (2+ messages)
[GIT PULL] xfs: new code for 5.7, part 1
2020-04-02 20:25 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