messages from 2018-09-24 19:20:30 to 2018-09-28 15:39:22 UTC [more...]
[PATCH 0/4] get_user_pages*() and RDMA: first steps
2018-09-28 15:39 UTC (7+ messages)
` [PATCH 1/4] mm: get_user_pages: consolidate error handling
` [PATCH 3/4] infiniband/mm: convert to the new put_user_page() call
` [PATCH 2/4] mm: introduce put_user_page(), placeholder version
` [PATCH 4/4] goldfish_pipe/mm: convert to the new release_user_pages() call
[PATCH v3 06/10] writeback: introduce super_operations->write_metadata
2018-09-28 8:37 UTC (4+ messages)
[PATCH v2 1/1] fanotify: introduce new event flag FAN_EXEC
2018-09-28 5:39 UTC (4+ messages)
[PATCH v7 0/6] seccomp trap to userspace
2018-09-28 5:23 UTC (37+ messages)
` [PATCH v7 1/6] seccomp: add a return code to "
` [PATCH v7 2/6] seccomp: make get_nth_filter available outside of CHECKPOINT_RESTORE
` [PATCH v7 3/6] seccomp: add a way to get a listener fd from ptrace
` [PATCH v7 4/6] files: add a replace_fd_files() function
` [PATCH v7 5/6] seccomp: add a way to pass FDs via a notification fd
` [PATCH v7 6/6] samples: add an example of seccomp user trap
POSIX violation by writeback error
2018-09-27 22:48 UTC (16+ messages)
[PATCH resend] proc: restrict kernel stack dumps to root
2018-09-27 22:39 UTC (4+ messages)
[PATCH v4 00/19] LSM: Module stacking for SARA and Landlock
2018-09-27 22:32 UTC (18+ messages)
` [PATCH v4 04/19] SELinux: Remove cred security blob poisoning
` [PATCH v4 20/19] LSM: Correct file blob free empty blob check
` [PATCH 21/19] LSM: Cleanup and fixes from Tetsuo Handa
[PATCH][RFC] fanotify: deprecate uapi FAN_ALL_* constants
2018-09-27 22:01 UTC
[PATCH v2 0/2] New fanotify event info API
2018-09-27 19:32 UTC (3+ messages)
[PATCH] dax: Fix deadlock in dax_lock_mapping_entry()
2018-09-27 18:22 UTC (4+ messages)
[PATCH v9 0/6] Btrfs: implement swap file support
2018-09-27 18:17 UTC (7+ messages)
` [PATCH v9 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v9 2/6] mm: export add_swap_extent()
` [PATCH v9 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v9 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v9 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v9 6/6] Btrfs: support swap files
[RFC][PATCH 0/9][V2] drop the mmap_sem when doing IO in the fault path
2018-09-27 16:24 UTC (11+ messages)
` [PATCH 1/9] mm: infrastructure for page fault page caching
` [PATCH 2/9] mm: drop mmap_sem for page cache read IO submission
` [PATCH 3/9] mm: clean up swapcache lookup and creation function names
` [PATCH 4/9] mm: drop mmap_sem for swap read IO submission
` [PATCH 5/9] mm: drop the mmap_sem in all read fault cases
` [PATCH 6/9] mm: use the cached page for filemap_fault
` [PATCH 7/9] mm: add a flag to indicate we used a cached page
` [PATCH 8/9] mm: allow ->page_mkwrite to do retries
` [PATCH 9/9] btrfs: drop mmap_sem in mkwrite for btrfs
Deadlock in fsnotify for
2018-09-27 16:24 UTC
[linux-next] BUG triggered in ptraceme
2018-09-27 15:41 UTC (4+ messages)
[PATCH] fuse: enable caching of symlinks
2018-09-27 13:58 UTC (2+ messages)
[PATCH 0/6] Extract bg queue logic out fuse_conn::lock
2018-09-27 11:25 UTC (6+ messages)
` [PATCH 6/6] fuse: Do not take fuse_conn::lock on fuse_request_send_background()
[PATCH v5 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
2018-09-27 11:13 UTC (4+ messages)
` [PATCH v5 07/11] filesystem-dax: Introduce dax_lock_mapping_entry()
[fuse] How to trigger writeback?
2018-09-27 8:28 UTC (5+ messages)
` [fuse-devel] "
possible deadlock in path_openat
2018-09-27 8:26 UTC (5+ messages)
possible deadlock in ovl_write_iter
2018-09-27 3:51 UTC
[PATCH] proc: restrict kernel stack dumps to root
2018-09-27 2:03 UTC (7+ messages)
[PATCH V4 0/4] fat: timestamp updates
2018-09-26 22:43 UTC (5+ messages)
` [PATCH V4 1/4] fat: create a function to calculate the timezone offest
` [PATCH V2 2/4] fat: add functions to update and truncate timestamps appropriately
` [PATCH V4 3/4] fat: change timestamp updates to use fat_truncate_time
` [PATCH V4 4/4] fat: truncate inode timestamp updates in setattr
Leaking path for set_task_comm
2018-09-26 22:39 UTC (5+ messages)
[PATCH RFC 0/2] ->bmap interface retirement
2018-09-26 13:34 UTC (7+ messages)
` [PATCH 2/2] Use fiemap internal infra-structure to handle FIBMAP
Leaking path for search_binary_handler
2018-09-26 12:59 UTC (2+ messages)
[PATCH v4] fuse: add max_pages option
2018-09-26 10:39 UTC (6+ messages)
` 答复: "
possible deadlock in lookup_slow
2018-09-26 7:44 UTC
[RFC][PATCH 0/8] drop the mmap_sem when doing IO in the fault path
2018-09-26 1:33 UTC (12+ messages)
` [PATCH 1/8] mm: push vm_fault into the page fault handlers
` [PATCH 2/8] mm: drop mmap_sem for page cache read IO submission
` [PATCH 3/8] mm: clean up swapcache lookup and creation function names
` [PATCH 4/8] mm: drop mmap_sem for swap read IO submission
` [PATCH 5/8] mm: drop the mmap_sem in all read fault cases
` [PATCH 6/8] mm: keep the page we read for the next loop
` [PATCH 7/8] mm: add a flag to indicate we used a cached page
` [PATCH 8/8] btrfs: drop mmap_sem in mkwrite for btrfs
block: DMA alignment of IO buffer allocated from slab
2018-09-25 21:04 UTC (32+ messages)
[PATCH] fscache: Fix cookie key uninit mem / out of bound read
2018-09-25 19:25 UTC (2+ messages)
[RFC PATCH v1 1/9] timer: fix circular header dependency
2018-09-25 17:48 UTC (6+ messages)
INFO: task hung in fsnotify_connector_destroy_workfn (2)
2018-09-25 12:30 UTC (8+ messages)
[ANNOUNCE] util-linux v2.33-rc1
2018-09-25 10:47 UTC
[PATCH] fuse: Fix use-after-free in fuse_dev_do_write()
2018-09-25 9:52 UTC
WARNING in request_end
2018-09-25 9:49 UTC (5+ messages)
[PATCH 0/3] fuse: Solve request_find() bottleneck
2018-09-25 9:35 UTC (6+ messages)
` [PATCH 3/3] fuse: Use hash table to link processing request
[PATCH] fuse: Fix use-after-free in fuse_dev_do_read()
2018-09-25 9:28 UTC
POSIX violation by writeback error
2018-09-24 23:21 UTC (19+ messages)
[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
2018-09-24 21:17 UTC (9+ messages)
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
[PATCH] fs: fix possible Spectre V1 indexing in __close_fd()
2018-09-24 18:39 UTC (2+ messages)
BUG: unable to handle kernel paging request in do_mount
2018-09-24 16:09 UTC (2+ messages)
KASAN: use-after-free Read in fuse_dev_do_read
2018-09-24 14:27 UTC (3+ messages)
[fuse] What happens with dirty pages on NOTIFY_INVAL_INODE?
2018-09-24 13:38 UTC (4+ messages)
` [fuse-devel] "
[PATCH 5/6] fsmount: do not use legacy MS_ flags
2018-09-24 13:18 UTC (11+ messages)
` [PATCH 0/6] mount-api: fixes and cleanups
page: next (older) | prev (newer) | latest
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).