Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2018-01-04 07:02:02 to 2018-01-08 05:38:51 UTC [more...]
[PATCH 0/7] pipe: buffer limits fixes and cleanups
2018-01-08 5:35 UTC (7+ messages)
` [PATCH 1/7] pipe, sysctl: drop 'min' parameter from pipe-max-size converter
` [PATCH 2/7] pipe, sysctl: remove pipe_proc_fn()
` [PATCH 3/7] pipe: actually allow root to exceed the pipe buffer limits
` [PATCH 4/7] pipe: fix off-by-one error when checking "
` [PATCH 5/7] pipe: reject F_SETPIPE_SZ with size over UINT_MAX
` [PATCH 6/7] pipe: simplify round_pipe_size()
mmotm 2018-01-04-16-19 uploaded
2018-01-08 3:02 UTC (8+ 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/mbcache: make sure mb_cache_count() not return negative value
2018-01-08 2:00 UTC
[PATCH v5] kernel: make groups_sort calling a responsibility group_info allocators
2018-01-07 23:39 UTC (10+ messages)
` [PATCH v4] "
` [PATCH] Documentation: security/credentials.rst: explain need to sort group_list
[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
2018-01-07 21:58 UTC (36+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS
` [PATCH v4 13/18] ext4: "
` [PATCH v4 14/18] ext2: "
` [PATCH v4 15/18] mm, fs, dax: use page->mapping to warn if dma collides with truncate
` [PATCH v4 16/18] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
` [PATCH v4 18/18] xfs, dax: wire up dax_flush_dma support via a new xfs_sync_dma helper
[PATCH 0/2 v3] ext4: Fix ENOSPC handling for DAX faults
2018-01-07 21:51 UTC (5+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler
[PATCH] Revert "fs/mbcache.c: make count_objects() more robust"
2018-01-07 21:36 UTC (3+ messages)
[PATCH RESEND] mbcache: initialize entry->e_referenced in mb_cache_entry_create()
2018-01-07 21:23 UTC (2+ messages)
[PATCH 0/7] Overlayfs exportfs tests
2018-01-07 18:07 UTC (8+ messages)
` [PATCH 1/7] open_by_handle: store and load file handles from file
` [PATCH 2/7] open_by_handle: verify dir content only with -r flag
` [PATCH 3/7] generic/exportfs: golden output is not silent
` [PATCH 4/7] generic/exportfs: store and load file handles from file
` [PATCH 5/7] generic/exportfs: add a test case for renamed parent dir
` [PATCH 6/7] overlay: test encode/decode overlay file handles
` [PATCH 7/7] overlay: test encode/decode of non-samefs "
[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-07 12:44 UTC (5+ messages)
` [PATCH v4 12/19] ocfs2: convert to new i_version API
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
Dear Talented
2018-01-07 14:29 UTC
[RFC] memdup_user() and friends
2018-01-07 2:16 UTC
[git pull] vfs fixes for -rc7
2018-01-07 1:00 UTC
[PATCH 0/3] vhost: simplify use of eventfds
2018-01-06 22:52 UTC (4+ messages)
` [PATCH 1/3] vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL
` [PATCH 2/3] vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR
` [PATCH 3/3] vhost: don't hold onto file pointer for VHOST_SET_LOG_FD
[PATCH 0/3] eventfd: clean up unneeded cruft
2018-01-06 21:53 UTC (7+ messages)
` [PATCH 1/3] eventfd: convert to use anon_inode_getfd()
` [PATCH 2/3] eventfd: fold eventfd_ctx_read() into eventfd_read()
` [PATCH 3/3] eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
aio poll, io_pgetevents and a new in-kernel poll API
2018-01-06 19:16 UTC (36+ messages)
` [PATCH 01/31] fs: update documentation for __poll_t
` [PATCH 02/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 03/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 04/31] net: add support for ->poll_mask in proto_ops
` [PATCH 05/31] net: remove sock_no_poll
` [PATCH 06/31] net/tcp: convert to ->poll_mask
` [PATCH 07/31] net/unix: "
` [PATCH 08/31] net: convert datagram_poll users tp ->poll_mask
` [PATCH 09/31] net/dccp: convert to ->poll_mask
` [PATCH 10/31] net/atm: "
` [PATCH 11/31] net/vmw_vsock: "
` [PATCH 12/31] net/tipc: "
` [PATCH 13/31] net/sctp: "
` [PATCH 14/31] net/bluetooth: "
` [PATCH 15/31] net/caif: "
` [PATCH 16/31] net/nfc: "
` [PATCH 17/31] net/phonet: "
` [PATCH 18/31] net/iucv: "
` [PATCH 19/31] net/rxrpc: "
` [PATCH 20/31] pipe: "
` [PATCH 21/31] eventfd: switch "
` [PATCH 22/31] timerfd: convert "
` [PATCH 23/31] aio: don't print the page size at boot time
` [PATCH 24/31] aio: remove an outdated comment in aio_complete
` [PATCH 25/31] aio: refactor read/write iocb setup
` [PATCH 26/31] aio: sanitize ki_list handling
` [PATCH 27/31] aio: simplify cancellation
` [PATCH 28/31] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 29/31] aio: add delayed cancel support
` [PATCH 30/31] aio: implement IOCB_CMD_POLL
` [PATCH 31/31] aio: implement io_pgetevents
[PATCH V4 00/45] block: support multipage bvec
2018-01-06 16:19 UTC (3+ messages)
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*
REP WANTED URGENTLY
2018-01-05 15:13 UTC
[PATCH] block: loop: remove & invalidate partitions when detaching
2018-01-06 9:02 UTC (3+ messages)
[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
2018-01-06 2:49 UTC (18+ messages)
` [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH v2 02/11] fscrypt: move fscrypt_control_page() "
` [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes
` [PATCH v2 10/11] fscrypt: new helper functions for ->symlink()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink()
libaio: resurrect aio poll and add io_pgetevents support
2018-01-05 22:57 UTC (14+ messages)
` [PATCH 1/6] resurrect aio poll support
` [PATCH 2/6] move _body_io_syscall to the generic syscall.h
` [PATCH 3/6] provide a generic io_syscall6
` [PATCH 4/6] move the aio_ring defintion and empty check into a header
` [PATCH 5/6] add support for io_pgetevents
` [PATCH 6/6] add test for aio poll and io_pgetevents
general protection fault in find_entry
2018-01-05 21:31 UTC
[PATCH 03/11] fs: Allow superblock owner to change ownership of inodes
2018-01-05 19:24 UTC (2+ messages)
About the try to remove cross-release feature entirely by Ingo
2018-01-05 17:05 UTC (12+ messages)
[PATCH] writeback: update comment in inode_io_list_move_locked
2018-01-05 16:41 UTC (3+ messages)
[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
2018-01-05 15:40 UTC (2+ messages)
[PATCH v2 00/17] Overlayfs NFS export support
2018-01-05 15:34 UTC (21+ messages)
` [PATCH v2 01/17] ovl: document NFS export
` [PATCH v2 02/17] ovl: encode pure upper file handles
` [PATCH v2 03/17] ovl: decode "
` [PATCH v2 04/17] ovl: decode connected upper dir "
` [PATCH v2 05/17] ovl: encode non-indexed upper "
` [PATCH v2 06/17] ovl: copy up before encoding dir file handle when ofs->numlower > 1
` [PATCH v2 07/17] ovl: encode lower file handles
` [PATCH v2 08/17] ovl: decode lower non-dir "
` [PATCH v2 09/17] ovl: decode indexed "
` [PATCH v2 10/17] ovl: decode lower file handles of unlinked but open files
` [PATCH v2 11/17] ovl: decode indexed dir file handles
` [PATCH v2 12/17] ovl: decode pure lower "
` [PATCH v2 13/17] ovl: hash directory inodes for NFS export
` [PATCH v2 14/17] ovl: lookup connected ancestor of dir in inode cache
` [PATCH v2 15/17] ovl: lookup indexed ancestor of lower dir
` [PATCH v2 16/17] ovl: wire up NFS export support
` [PATCH v2 17/17] nfsd: encode stat->mtime for getattr instead of inode->i_mtime
[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
2018-01-05 15:30 UTC (13+ messages)
` [PATCH v2 1/2] nfsd: encode stat->mtime for getattr instead of inode->i_mtime
` [PATCH v2 2/2] nfsd: store stat times in fill_pre_wcc() instead of inode times
[PATCH 1/8] mm: kmemleak: remove unused hardirq.h
2018-01-05 15:17 UTC (11+ messages)
` [PATCH 6/8] net: caif: "
` [PATCH 7/8] net: ovs: "
` [ovs-dev] "
` [PATCH 8/8] net: tipc: "
[PATCH v5] Return bytes transferred for partial direct I/O
2018-01-05 12:15 UTC (3+ messages)
[PATCH] f2fs: implement cgroup writeback supprot
2018-01-05 6:28 UTC
Invest Loan
2018-01-05 2:32 UTC
[PATCH/RFC] NFS: add nostatflush mount option
2018-01-05 1:34 UTC (7+ messages)
[PATCH v6 00/11] Intel SGX Driver
2018-01-04 21:09 UTC
[PATCH] fs/mbcache: make count_objects more robust
2018-01-04 15:51 UTC (2+ messages)
[PATCH] mbcache: convert mb_cache_entry.e_refcnt from atomic_t to refcount_t
2018-01-04 15:10 UTC (2+ messages)
[PATCH v6 00/11] Intel SGX Driver
2018-01-04 15:08 UTC (4+ messages)
O(n^2) deletion performance
2018-01-04 11:42 UTC (8+ messages)
Filesystem crashes due to pages without buffers
2018-01-04 11:33 UTC (6+ messages)
[PATCH v3 06/10] writeback: introduce super_operations->write_metadata
2018-01-04 9:10 UTC (11+ messages)
[PATCH v6 00/11] Intel SGX Driver
2018-01-04 9:06 UTC
[PATCH] f2fs: check segment type before recover data
2018-01-04 7:22 UTC (4+ messages)
` [PATCH v4] f2fs: check segment type in __f2fs_replace_block
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).