messages from 2018-01-15 17:43:19 to 2018-01-17 20:21:10 UTC [more...]
[PATCH v6 00/99] XArray version 6
2018-01-17 20:21 UTC (46+ messages)
` [PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v6 02/99] page cache: Use xa_lock
` [PATCH v6 03/99] xarray: Replace exceptional entries
` [PATCH v6 04/99] xarray: Change definition of sibling entries
` [PATCH v6 05/99] xarray: Add definition of struct xarray
` [PATCH v6 06/99] xarray: Define struct xa_node
` [PATCH v6 07/99] xarray: Add documentation
` [PATCH v6 08/99] xarray: Add xa_load
` [PATCH v6 09/99] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v6 10/99] xarray: Add xa_store
` [PATCH v6 11/99] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v6 12/99] xarray: Add xa_for_each
` [PATCH v6 13/99] xarray: Add xa_extract
` [PATCH v6 14/99] xarray: Add xa_destroy
` [PATCH v6 15/99] xarray: Add xas_next and xas_prev
` [PATCH v6 16/99] xarray: Add xas_create_range
` [PATCH v6 17/99] xarray: Add MAINTAINERS entry
` [PATCH v6 18/99] xarray: Add ability to store errno values
` [PATCH v6 19/99] idr: Convert to XArray
` [PATCH v6 20/99] ida: "
` [PATCH v6 21/99] xarray: Add xa_reserve and xa_release
` [PATCH v6 22/99] page cache: Convert hole search to XArray
` [PATCH v6 23/99] page cache: Add page_cache_range_empty function
` [PATCH v6 24/99] page cache: Add and replace pages using the XArray
` [PATCH v6 25/99] page cache: Convert page deletion to XArray
` [PATCH v6 26/99] page cache: Convert page cache lookups "
` [PATCH v6 27/99] page cache: Convert delete_batch "
` [PATCH v6 29/99] page cache: Convert filemap_range_has_page "
` [PATCH v6 30/99] mm: Convert page-writeback "
` [PATCH v6 31/99] mm: Convert workingset "
` [PATCH v6 32/99] mm: Convert truncate "
` [PATCH v6 33/99] mm: Convert add_to_swap_cache "
` [PATCH v6 34/99] mm: Convert delete_from_swap_cache "
` [PATCH v6 35/99] mm: Convert __do_page_cache_readahead "
` [PATCH v6 36/99] mm: Convert page migration "
` [PATCH v6 37/99] mm: Convert huge_memory "
` [PATCH v6 38/99] mm: Convert collapse_shmem "
` [PATCH v6 39/99] mm: Convert khugepaged_scan_shmem "
` [PATCH v6 40/99] pagevec: Use xa_tag_t
` [PATCH v6 41/99] shmem: Convert replace to XArray
` [PATCH v6 42/99] shmem: Convert shmem_confirm_swap "
` [PATCH v6 43/99] shmem: Convert find_swap_entry "
` [PATCH v6 44/99] shmem: Convert shmem_tag_pins "
` [PATCH v6 45/99] shmem: Convert shmem_wait_for_pins "
` [PATCH v6 46/99] shmem: Convert shmem_add_to_page_cache "
[PATCH] enable core.fsyncObjectFiles by default
2018-01-17 20:05 UTC (6+ messages)
aio fsync revisited
2018-01-17 19:47 UTC (2+ messages)
` [PATCH] aio: resurrect IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC support
[PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns
2018-01-17 19:31 UTC (5+ messages)
aio poll, io_pgetevents and a new in-kernel poll API V3
2018-01-17 19:27 UTC (37+ messages)
` [PATCH 01/36] aio: don't print the page size at boot time
` [PATCH 02/36] aio: remove an outdated comment in aio_complete
` [PATCH 03/36] aio: refactor read/write iocb setup
` [PATCH 04/36] aio: sanitize ki_list handling
` [PATCH 05/36] aio: simplify cancellation
` [PATCH 06/36] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 07/36] aio: add delayed cancel support
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 09/36] fs: unexport poll_schedule_timeout
` [PATCH 10/36] fs: cleanup do_pollfd
` [PATCH 11/36] fs: update documentation for __poll_t
` [PATCH 12/36] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 13/36] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 14/36] aio: implement IOCB_CMD_POLL
` [PATCH 15/36] net: refactor socket_poll
` [PATCH 16/36] net: add support for ->poll_mask in proto_ops
` [PATCH 17/36] net: remove sock_no_poll
` [PATCH 18/36] net/tcp: convert to ->poll_mask
` [PATCH 19/36] net/unix: "
` [PATCH 20/36] net: convert datagram_poll users tp ->poll_mask
` [PATCH 21/36] net/dccp: convert to ->poll_mask
` [PATCH 22/36] net/atm: "
` [PATCH 23/36] net/vmw_vsock: "
` [PATCH 24/36] net/tipc: "
` [PATCH 25/36] net/sctp: "
` [PATCH 26/36] net/bluetooth: "
` [PATCH 27/36] net/caif: "
` [PATCH 28/36] net/nfc: "
` [PATCH 29/36] net/phonet: "
` [PATCH 30/36] net/iucv: "
` [PATCH 31/36] net/rxrpc: "
` [PATCH 32/36] crypto: af_alg: "
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "
AIO operation and CMSG
2018-01-17 19:22 UTC
[ANNOUNCE] Participate at the Linux FAST Summit '18
2018-01-17 18:32 UTC
[PATCH 1/2] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n
2018-01-17 16:37 UTC (6+ messages)
` [PATCH 2/2] dFrom: Max Kellermann <mk@cm4all.com>
[PATCH v2 00/17] Overlayfs NFS export support
2018-01-17 16:34 UTC (16+ messages)
` [PATCH v2 04/17] ovl: decode connected upper dir file handles
` [PATCH v2 10/17] ovl: decode lower file handles of unlinked but open files
aio poll, io_pgetevents and a new in-kernel poll API V2
2018-01-17 16:05 UTC (16+ messages)
` [PATCH 03/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 32/32] aio: implement io_pgetevents
[RFC] UBIFS authentication
2018-01-17 15:19 UTC
[PATCH v4 00/36] Hardened usercopy whitelisting
2018-01-17 14:46 UTC (12+ messages)
` [PATCH 04/36] usercopy: Prepare for "
` kmem_cache_attr (was Re: [PATCH 04/36] usercopy: Prepare for usercopy whitelisting)
[RFC] Handle EOF in case of not aligned direct io read in kernel
2018-01-17 14:25 UTC (3+ messages)
[PATCH] staging: fanotify: remove prohibited space
2018-01-17 14:11 UTC (2+ messages)
[RFC PATCH 0/8] Ext4 encryption support for blocksize < pagesize
2018-01-17 13:43 UTC (18+ messages)
` [RFC PATCH 2/8] fs/buffer.c: make some functions non-static
` [RFC PATCH 3/8] ext4: decrypt all contiguous blocks in a page
` [RFC PATCH 4/8] ext4: decrypt all boundary blocks when doing buffered write
` [RFC PATCH 5/8] ext4: decrypt the block that needs to be partially zeroed
` [RFC PATCH 6/8] ext4: encrypt blocks whose size is less than page size
` [RFC PATCH 7/8] ext4: decrypt "
` [RFC PATCH 8/8] ext4: enable encryption for blocksize "
[mm? 4.15-rc7] Random oopses under memory pressure
2018-01-17 11:08 UTC (15+ messages)
` [mm "
` [mm 4.15-rc8] "
User-visible context-mount API
2018-01-17 11:06 UTC (13+ messages)
[PATCH v2 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
2018-01-17 10:45 UTC (11+ messages)
` [PATCH v2] "
kernel BUG at fs/userfaultfd.c:LINE!
2018-01-17 8:56 UTC (4+ messages)
` [PATCH 0/1] "
[PATCH 1/2] procfs: add seq_put_hex_ll to speed up /proc/pid/maps
2018-01-17 8:20 UTC (2+ messages)
` [PATCH v2] "
mmotm 2018-01-04-16-19 uploaded
2018-01-17 8:07 UTC (11+ messages)
` ppc elf_map breakage with MAP_FIXED_NOREPLACE (was: Re: mmotm 2018-01-04-16-19 uploaded)
` ppc elf_map breakage with MAP_FIXED_NOREPLACE
[PATCH] fs/buffer.c: fold init_buffer() into init_page_buffers()
2018-01-17 6:25 UTC
[PATCH] fs: fold __inode_permission() into inode_permission()
2018-01-17 5:44 UTC
[LSF/MM TOPIC] A high-performance userspace block driver
2018-01-17 2:49 UTC (7+ messages)
` [Lsf-pc] "
[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
2018-01-16 23:46 UTC (3+ messages)
[PATCH RFC 00/13] UTF-8 case insensitive lookups for EXT4
2018-01-16 22:19 UTC (5+ messages)
` [PATCH RFC 07/13] charsets: utf8: Hook-up utf-8 code to charsets library
[PATCH] nfs/super: check NFS_CAP_ACLS instead of the NFS version
2018-01-16 17:15 UTC
[RFC PATCH v2] ima,fuse: introduce new fs flag FS_NO_IMA_CACHE
2018-01-16 15:10 UTC
[PATCH 0/7] Overlayfs exportfs tests
2018-01-16 15:09 UTC (9+ messages)
` [PATCH 6/7] overlay: test encode/decode overlay file handles
` [PATCH 7/7] overlay: test encode/decode of non-samefs "
[PATCH v5 00/38] Hardened usercopy whitelisting
2018-01-16 12:33 UTC (5+ messages)
` [PATCH 33/38] arm64: Implement thread_struct whitelist for hardened usercopy
COLLECTION>
2018-01-16 5:55 UTC
Neujahrsspende von 4.800.000 €
2018-01-15 23:53 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).