linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-14 11:08:11 to 2018-05-15 19:49:29 UTC [more...]

aio poll and a new in-kernel poll API V11
 2018-05-15 19:48 UTC  (18+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout
` [PATCH 02/32] fs: cleanup do_pollfd
` [PATCH 03/32] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/32] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/32] aio: simplify KIOCB_KEY handling
` [PATCH 07/32] aio: simplify cancellation
` [PATCH 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation
` [PATCH 09/32] aio: add delayed cancel support
` [PATCH 10/32] aio: implement IOCB_CMD_POLL
` [PATCH 11/32] net: refactor socket_poll
` [PATCH 12/32] net: add support for ->poll_mask in proto_ops
` [PATCH 17/32] net/dccp: convert to ->poll_mask
` [PATCH 19/32] net/vmw_vsock: "
` [PATCH 23/32] net/caif: "
` [PATCH 25/32] net/phonet: "
` [PATCH 28/32] crypto: af_alg: "

[PATCH 2/3] proc: Add a way to make network proc files writable
 2018-05-15 19:08 UTC 

[PATCH v3 0/2] locking/rwsem: Fix DEBUG_RWSEM warning from thaw_super()
 2018-05-15 18:45 UTC  (19+ messages)
` [PATCH v3 1/2] locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
` [PATCH v3 2/2] locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN

[PATCH 0/6] Transition vfs to 64-bit timestamps
 2018-05-15 17:48 UTC  (12+ messages)
` [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time
` [PATCH 6/6] vfs: change inode times to use struct timespec64

use memcpy_mcsafe() for copy_to_iter() (was: Re: [PATCH v3 0/9] Series short description)
 2018-05-15 17:20 UTC  (7+ messages)

stop using buffer heads in xfs and iomap
 2018-05-15 16:47 UTC  (11+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O without buffer heads

[PATCH 00/18] arm64: invoke syscalls with pt_regs
 2018-05-15 16:33 UTC  (44+ messages)
` [PATCH 02/18] arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
` [PATCH 06/18] arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
  ` [PATCH 06/18] arm64: move sve_user_{enable, disable} "
` [PATCH 08/18] arm64: convert raw syscall invocation to C
` [PATCH 10/18] arm64: convert native/compat syscall entry "
` [PATCH 12/18] kernel: add ksys_personality()
` [PATCH 13/18] kernel: add kcompat_sys_{f,}statfs64()
` [PATCH 17/18] arm64: convert compat wrappers to C
` [PATCH 18/18] arm64: implement syscall wrappers

WARNING: ODEBUG bug in hfsplus_fill_super
 2018-05-15 16:26 UTC  (3+ messages)
` [PATCH] hfsplus: stop workqueue when fill_super() failed

[PATCH v5 1/7] proc: add proc_fs_info struct to store proc information
 2018-05-15 16:19 UTC  (4+ messages)

[PATCH] mm: Add new vma flag VM_LOCAL_CPU
 2018-05-15 14:36 UTC  (30+ messages)

'Adding' a writable proc file under /proc/net/afs/ [was [PATCH 3/3] afs: Implement namespacing]
 2018-05-15 14:28 UTC 

[RFC PATCH v2 0/2] locking/rwsem: Fix DEBUG_RWSEM warning from thaw_sup
 2018-05-15 14:00 UTC  (18+ messages)
` [RFC PATCH v2 1/2] locking/rwsem: Add a new RWSEM_WRITER_OWNED_NOSPIN flag
` [RFC PATCH v2 2/2] locking/percpu-rwsem: Mark rwsem as non-spinnable in percpu_rwsem_release()

[PATCH v3 0/4] Overlayfs mkdir related fixes
 2018-05-15 13:37 UTC  (9+ messages)
` [PATCH v3 1/4] ovl: use insert_inode_locked4() to hash a newly created inode
` [PATCH v3 2/4] ovl: relax WARN_ON() real inode attributes mismatch
` [PATCH v3 3/4] ovl: create helper ovl_create_temp()
` [PATCH v3 4/4] ovl: make ovl_create_real() cope with vfs_mkdir() safely

general protection fault in mount_fs
 2018-05-15 10:08 UTC  (2+ messages)
` [PATCH] hfsplus: don't return 0 when fill_super() failed

[PATCH v4 00/11] gfs2 iomap write support
 2018-05-15  8:16 UTC  (17+ messages)
` [PATCH v4 01/11] gfs2: Update find_metapath comment
` [PATCH v4 02/11] gfs2: hole_size improvement
` [PATCH v4 03/11] gfs2: gfs2_stuffed_write_end cleanup
` [PATCH v4 04/11] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
` [PATCH v4 05/11] gfs2: Iomap cleanups and improvements
` [PATCH v4 06/11] iomap: Add write_{begin,end} iomap operations
` [PATCH v4 07/11] gfs2: iomap buffered write support
` [PATCH v4 08/11] gfs2: gfs2_extent_length cleanup
` [PATCH v4 09/11] gfs2: iomap direct I/O support
` [PATCH v4 10/11] gfs2: Remove gfs2_write_{begin,end}
` [PATCH v4 11/11] iomap: Complete partial direct I/O writes synchronously

[PATCH] fs: iomap: Change return type to vm_fault_t
 2018-05-15  8:00 UTC  (4+ messages)

[PATCH v2 0/3] Overlayfs mkdir related fixes
 2018-05-15  5:20 UTC  (4+ messages)
` [PATCH v2 1/3] ovl: use d_instantiate_new() to instantiate a new dentry

[PATCH v2] vfs: use "none" if mount source is empty string
 2018-05-15  5:18 UTC  (3+ messages)

[PATCH 04/15] nls: Split default charset from NLS core
 2018-05-15  2:45 UTC  (3+ messages)

[PATCH 05/15] nls: Split struct nls_charset from struct nls_table
 2018-05-15  2:41 UTC  (3+ messages)

[PATCH] autofs - clean up includes
 2018-05-15  2:20 UTC 

[GIT PULL] afs: Fixes
 2018-05-14 21:25 UTC 

[PATCH] locking/rwsem: Add up_write_non_owner() for percpu_up_write()
 2018-05-14 19:36 UTC  (5+ messages)

[PATCH] fs: proc: Adding new typedef vm_fault_t
 2018-05-14 18:16 UTC  (2+ messages)

[RFC][PATCH] nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-14 17:56 UTC  (7+ messages)

[PATCH net-next v8 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-05-14 17:49 UTC  (4+ messages)

[PATCH 0/3] Btrfs: stop abusing current->journal_info for direct I/O
 2018-05-14 16:35 UTC  (5+ messages)
` [PATCH 1/3] fs: add initial bh_result->b_private value to __blockdev_direct_IO()

[RFC][PATCH] ovl_create_index(): vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-14 15:39 UTC  (3+ messages)

[RFC][PATCHES] reducing d_add() use, part 1
 2018-05-14 15:26 UTC  (5+ messages)
` [PATCH 01/15] bfs_lookup(): use d_splice_alias()
  ` [PATCH 05/15] freevxfs_lookup(): "

[PATCH 0/2] vfs: better dedupe permission check
 2018-05-14 14:58 UTC  (3+ messages)
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH v3 0/4] Enable holes in copy_file_range()
 2018-05-14 14:56 UTC  (5+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-14 14:03 UTC  (6+ messages)
` [PATCH v2 22/35] vfs: don't open real

[PATCH v5 7/7] proc: add option to mount only a pids subset
 2018-05-14 13:13 UTC  (4+ messages)

DEBUG_RWSEMS warning from thaw_super()
 2018-05-14 12:16 UTC  (6+ messages)


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).