messages from 2018-03-16 09:17:51 to 2018-03-21 07:40:37 UTC [more...]
aio poll and a new in-kernel poll API V6
2018-03-21 7:40 UTC (12+ messages)
` [PATCH 02/28] fs: cleanup do_pollfd
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 06/28] aio: implement IOCB_CMD_POLL
` [PATCH 08/28] net: add support for ->poll_mask in proto_ops
` [PATCH 10/28] net/tcp: convert to ->poll_mask
` [PATCH 16/28] net/tipc: "
` [PATCH 17/28] net/sctp: "
` [PATCH 18/28] net/bluetooth: "
` [PATCH 21/28] net/phonet: "
` [PATCH 25/28] pipe: "
` [PATCH 27/28] timerfd: "
io_pgetevents & aio fsync
2018-03-21 7:32 UTC (10+ messages)
` [PATCH 1/9] aio: don't print the page size at boot time
` [PATCH 2/9] aio: remove an outdated comment in aio_complete
` [PATCH 3/9] aio: refactor read/write iocb setup
` [PATCH 4/9] aio: sanitize ki_list handling
` [PATCH 5/9] aio: simplify cancellation
` [PATCH 6/9] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 7/9] aio: add delayed cancel support
` [PATCH 8/9] aio: implement io_pgetevents
` [PATCH 9/9] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
Question about FANOTIFY_ACCESS_PERMISSIONS and SECURITY
2018-03-21 6:35 UTC (3+ messages)
[PATCH v3 00/20] firmware: development for v4.17
2018-03-20 19:51 UTC (11+ messages)
` [PATCH v3 11/20] firmware: enable to force disable the fallback mechanism at run time
` [PATCH v3 19/20] firmware: add request_firmware_cache() to help with cache on reboot
[PATCH v6 0/6] fuse: mounts from non-init user namespaces
2018-03-20 18:27 UTC (6+ messages)
` [PATCH v7 0/7] "
` [PATCH v8 0/6] "
` [PATCH v9 0/4] "
[PATCH 00/16] remove eight obsolete architectures
2018-03-20 17:11 UTC (2+ messages)
[PATCH 00/24] orangefs: page cache
2018-03-20 17:02 UTC (25+ messages)
` [PATCH 01/24] orangefs: make several *_operations structs static
` [PATCH 02/24] orangefs: remove unused code
` [PATCH 03/24] orangefs: create uapi interface
` [PATCH 04/24] orangefs: open code short single-use functions
` [PATCH 05/24] orangefs: implement vm_ops->fault
` [PATCH 06/24] orangefs: implement xattr cache
` [PATCH 07/24] orangefs: simpler installation documentation
` [PATCH 08/24] orangefs: add tracepoint for service_operation
` [PATCH 09/24] orangefs: tracepoints for orangefs_devreq_{read,write_iter,poll}
` [PATCH 10/24] orangefs: do not invalidate attributes on inode create
` [PATCH 11/24] orangefs: simply orangefs_inode_getattr interface
` [PATCH 12/24] orangefs: update attributes rather than relying on server
` [PATCH 13/24] orangefs: hold i_lock during inode_getattr
` [PATCH 14/24] orangefs: set up and use backing_dev_info
` [PATCH 15/24] orangefs: let setattr write to cached inode
` [PATCH 16/24] orangefs: reorganize setattr functions to track attribute changes
` [PATCH 17/24] orangefs: remove orangefs_readpages
` [PATCH 18/24] orangefs: service ops done for writeback are not killable
` [PATCH 19/24] orangefs: migrate to generic_file_read_iter
` [PATCH 20/24] orangefs: implement writepage
` [PATCH 21/24] orangefs: skip inode writeout if nothing to write
` [PATCH 22/24] orangefs: write range tracking
` [PATCH 23/24] orangefs: tracepoints for readpage and writeback
` [PATCH 24/24] orangefs: tracepoints for getattr, setattr, and write_inode
[PATCH 00/10] Eliminate delegation self-conflicts v2
2018-03-20 16:02 UTC (18+ messages)
` [PATCH 01/10] vfs: remove unnecessary fl_owner_t typedef
` [PATCH 02/10] nfsd: simplify put of fi_deleg_file
` [PATCH 03/10] nfsd: simplify nfs4_put_deleg_lease calls
` [PATCH 04/10] nfsd4: set fl_owner to delegation, not file pointer
` [PATCH 05/10] nfsd4: dp->dl_stid.sc_file doesn't need locking
` [PATCH 06/10] nfsd: make nfs4_get_existing_delegation less confusing
` [PATCH 07/10] nfsd: factor out common delegation-destruction code
` [PATCH 08/10] nfsd: move sc_file assignment into alloc_init_deleg
` [PATCH 09/10] nfsd: create a separate lease for each delegation
` [PATCH 10/10] nfsd: clients don't need to break their own delegations
aio poll, io_pgetevents and a new in-kernel poll API V5
2018-03-20 15:39 UTC (34+ 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
Question about XFS_MAXINUMBER
2018-03-20 13:08 UTC (10+ messages)
[PATCH] fs: fold open_check_o_direct into do_dentry_open
2018-03-20 10:30 UTC
[PATCH] autofs4: Use wait_event_killable
2018-03-20 3:12 UTC (6+ messages)
[PATCH 00/16] remove eight obsolete architectures
2018-03-19 23:06 UTC (3+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs
[RFC v2 00/83] NOVA: a new file system for persistent memory
2018-03-19 23:00 UTC (18+ messages)
` [RFC v2 01/83] Introduction and documentation of NOVA filesystem
` [RFC v2 03/83] Add super.h
` [RFC v2 05/83] Add NOVA filesystem definitions and useful helper routines
[PATCH v6 00/15] dax: fix dma vs truncate/hole-punch
2018-03-19 21:14 UTC (30+ messages)
` [PATCH v6 02/15] fs, dax: prepare for dax-specific address_space_operations
` [PATCH v6 03/15] block, dax: remove dead code in blkdev_writepages()
` [PATCH v6 04/15] xfs, dax: introduce xfs_dax_aops
` [PATCH v6 11/15] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v6 12/15] xfs: require mmap lock for xfs_break_layouts()
` [PATCH v6 13/15] xfs: communicate lock drop events from xfs_break_layouts()
` [PATCH v6 14/15] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v6 15/15] xfs, dax: introduce xfs_break_dax_layouts()
Revert "dm btree: use GFP_NOFS in dm_btree_del()"
2018-03-19 19:21 UTC
[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
2018-03-19 16:14 UTC (9+ messages)
[PATCH v5 0/9] ipc: Clamp *mni to the real IPCMNI limit & increase that limit
2018-03-19 15:39 UTC (14+ messages)
` [PATCH v5 1/9] sysctl: Add flags to support min/max range clamping
` [PATCH v5 2/9] proc/sysctl: Provide additional ctl_table.flags checks
` [PATCH v5 3/9] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH v5 4/9] ipc: Clamp msgmni and shmmni to the real IPCMNI limit
` [PATCH v5 5/9] ipc: Clamp semmni "
` [PATCH v5 6/9] test_sysctl: Add range clamping test
` [PATCH v5 7/9] test_sysctl: Add ctl_table registration failure test
` [PATCH v5 8/9] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v5 9/9] ipc: Conserve sequence numbers in extended IPCMNI mode
[PATCH] vfs: remove unnecessary fl_owner_t typedef
2018-03-19 14:27 UTC (6+ messages)
[PATCH v3 0/4] unverifiable file signatures
2018-03-19 11:57 UTC (4+ messages)
` [PATCH v3 4/4] fuse: define the filesystem as untrusted
a few I_DIRTY* related cleanups
2018-03-19 11:08 UTC (2+ messages)
[PATCH] fs: don't flush pagecache when expanding block device
2018-03-19 11:00 UTC (4+ messages)
` [PATCH v2] "
[PATCH] vfs: make sure struct filename->iname is word-aligned
2018-03-18 21:32 UTC (2+ messages)
[PATCH v4 0/2] Directed kmem charging
2018-03-18 20:24 UTC (3+ messages)
` [PATCH v4 1/2] mm: memcg: remote memcg charging for kmem allocations
` [patch -mm] mm: memcg: remote memcg charging for kmem allocations fix
[PATCH v6 07/15] fs, dax: use page->mapping to warn if truncate collides with a busy page
2018-03-18 6:26 UTC (2+ messages)
[PATCH v6 06/15] ext2, dax: introduce ext2_dax_aops
2018-03-18 4:02 UTC (3+ messages)
` [RFC PATCH] ext2, dax: ext2_dax_aops can be static
[PATCH] locks: change POSIX lock ownership on execve when files_struct is displaced
2018-03-17 19:28 UTC (6+ messages)
` [PATCH v2] "
[PATCH] dcache: remove trailing whitespace
2018-03-17 0:32 UTC (3+ messages)
[PATCH v9 00/61] XArray v9
2018-03-16 19:12 UTC (14+ messages)
` [PATCH v9 08/61] page cache: Use xa_lock
` [PATCH v9 09/61] xarray: Replace exceptional entries
` [PATCH v9 10/61] xarray: Change definition of sibling entries
` [PATCH v9 11/61] xarray: Add definition of struct xarray
` [PATCH v9 12/61] xarray: Define struct xa_node
` [PATCH v9 13/61] xarray: Add documentation
[PATCH 0/3] Eliminate delegation self-conflicts
2018-03-16 14:43 UTC (5+ messages)
` [PATCH 3/3] nfsd: clients don't need to break their own delegations
[PATCH 2/3] fs: hide another detail of delegation logic
2018-03-16 14:42 UTC (11+ messages)
[PATCH] quota: Kill an unused extern entry form quota.h
2018-03-16 13:43 UTC
[PATCH ghau40 v2 0/5] add support for audit container ID
2018-03-16 9:12 UTC (5+ messages)
` [PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support
` [PATCH ghau40 v2 3/5] auditctl: add support for containerid filter
` [PATCH ghau40 v2 4/5] add ausearch containerid support
` [PATCH ghau40 v2 5/5] start normalization "
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).