linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-17 15:52:37 to 2018-03-21 16:23:48 UTC [more...]

io_pgetevents & aio fsync
 2018-03-21 16:23 UTC  (25+ 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

[ANNOUNCE] util-linux v2.32
 2018-03-21 14:53 UTC 

[PATCH v3] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2018-03-21 11:57 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3 00/20] firmware: development for v4.17
 2018-03-21 10:04 UTC  (12+ 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

aio poll and a new in-kernel poll API V6
 2018-03-21  9:11 UTC  (37+ messages)
` [PATCH 01/28] fs: unexport poll_schedule_timeout
` [PATCH 02/28] fs: cleanup do_pollfd
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 04/28] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/28] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/28] aio: implement IOCB_CMD_POLL
` [PATCH 07/28] net: refactor socket_poll
` [PATCH 08/28] net: add support for ->poll_mask in proto_ops
` [PATCH 09/28] net: remove sock_no_poll
` [PATCH 10/28] net/tcp: convert to ->poll_mask
` [PATCH 11/28] net/unix: "
` [PATCH 12/28] net: convert datagram_poll users tp ->poll_mask
` [PATCH 13/28] net/dccp: convert to ->poll_mask
` [PATCH 14/28] net/atm: "
` [PATCH 15/28] net/vmw_vsock: "
` [PATCH 16/28] net/tipc: "
` [PATCH 17/28] net/sctp: "
` [PATCH 18/28] net/bluetooth: "
` [PATCH 19/28] net/caif: "
` [PATCH 20/28] net/nfc: "
` [PATCH 21/28] net/phonet: "
` [PATCH 22/28] net/iucv: "
` [PATCH 23/28] net/rxrpc: "
` [PATCH 24/28] crypto: af_alg: "
` [PATCH 25/28] pipe: "
` [PATCH 26/28] eventfd: switch "
` [PATCH 27/28] timerfd: convert "
` [PATCH 28/28] random: "

[PATCH v6 0/6] fuse: mounts from non-init user namespaces
 2018-03-21  8:38 UTC  (7+ messages)
  ` [PATCH v7 0/7] "
    ` [PATCH v8 0/6] "
      ` [PATCH v9 0/4] "

Question about FANOTIFY_ACCESS_PERMISSIONS and SECURITY
 2018-03-21  6:35 UTC  (3+ messages)

[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  (10+ messages)
` [RFC v2 01/83] Introduction and documentation of NOVA filesystem
` [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  (12+ messages)
` [PATCH v6 12/15] xfs: require mmap lock for xfs_break_layouts()
` [PATCH v6 14/15] xfs: prepare xfs_break_layouts() for another layout type

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  (7+ 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] 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 v6 15/15] xfs, dax: introduce xfs_break_dax_layouts()
 2018-03-17 23:47 UTC  (3+ messages)

[PATCH v6 11/15] mm, fs, dax: handle layout changes to pinned dax mappings
 2018-03-17 22:14 UTC  (2+ messages)

[PATCH] locks: change POSIX lock ownership on execve when files_struct is displaced
 2018-03-17 19:28 UTC  (6+ messages)
` [PATCH v2] "


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