linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-17 21:15:33 to 2018-12-23 04:45:59 UTC [more...]

[PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-12-23  4:45 UTC  (31+ messages)
` [PATCH v2 01/12] fs-verity: add a documentation file

[PATCHSET] aio cleanups and optimizations for 4.21
 2018-12-22 15:26 UTC  (3+ messages)

[PATCH] proc: sysctl: fix double drop_sysctl_table()
 2018-12-22 15:13 UTC  (3+ messages)

[PATCH] iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"
 2018-12-22  0:04 UTC  (14+ messages)

mmotm 2018-12-21-15-28 uploaded
 2018-12-21 23:28 UTC 

[RFC PATCH] iomap: take responsibility for the filesystem iomap code
 2018-12-21 22:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] dax: Use non-exclusive wait in wait_entry_unlocked()
 2018-12-21 19:38 UTC 

[PATCHSET v10] Support for polled and buffered aio (and more)
 2018-12-21 19:25 UTC  (24+ messages)
` [PATCH 01/22] fs: add an iopoll method to struct file_operations
` [PATCH 02/22] block: add bio_set_polled() helper
` [PATCH 03/22] block: wire up block device iopoll method
` [PATCH 04/22] block: use REQ_HIPRI_ASYNC for non-sync polled IO
` [PATCH 05/22] block: use bio_set_polled() helper for O_DIRECT
` [PATCH 06/22] iomap: wire up the iopoll method
` [PATCH 07/22] aio: add io_setup2() system call
` [PATCH 08/22] aio: support for IO polling
` [PATCH 09/22] aio: add submission side request cache
` [PATCH 10/22] fs: add fget_many() and fput_many()
` [PATCH 11/22] aio: use fget/fput_many() for file references
` [PATCH 12/22] aio: split iocb init from allocation
` [PATCH 13/22] aio: batch aio_kiocb allocation
` [PATCH 14/22] aio: split old ring complete out from aio_complete()
` [PATCH 15/22] aio: pass in user index to __io_submit_one()
` [PATCH 16/22] aio: add support for submission/completion rings
` [PATCH 17/22] block: implement bio helper to add iter bvec pages to bio
` [PATCH 18/22] aio: add support for pre-mapped user IO buffers
` [PATCH 19/22] aio: support kernel side submission for aio with SCQRING
` [PATCH 20/22] aio: enable polling for IOCTX_FLAG_SQTHREAD
` [PATCH 21/22] aio: utilize io_event->res2 for CQ ring
` [PATCH 22/22] aio: add my copyright

> [PATCH] Security: Handle hidepid option correctly
 2018-12-21 18:10 UTC  (5+ messages)

[git pull] mount API series
 2018-12-21 16:25 UTC  (7+ messages)

[PATCH] mm: Refactor readahead defines in mm.h
 2018-12-21 16:03 UTC  (3+ messages)

[PATCHSET v9] Support for polled and buffered aio (and more)
 2018-12-21 15:42 UTC  (35+ messages)
` [PATCH 01/22] fs: add an iopoll method to struct file_operations
` [PATCH 02/22] block: add REQ_HIPRI_ASYNC
` [PATCH 03/22] block: wire up block device iopoll method
` [PATCH 04/22] block: use REQ_HIPRI_ASYNC for non-sync polled IO
` [PATCH 05/22] iomap: wire up the iopoll method
` [PATCH 06/22] aio: add io_setup2() system call
` [PATCH 07/22] aio: support for IO polling
` [PATCH 08/22] aio: add submission side request cache
` [PATCH 09/22] fs: add fget_many() and fput_many()
` [PATCH 10/22] aio: use fget/fput_many() for file references
` [PATCH 11/22] aio: split iocb init from allocation
` [PATCH 12/22] aio: batch aio_kiocb allocation
` [PATCH 13/22] aio: split old ring complete out from aio_complete()
` [PATCH 14/22] aio: pass in user index to __io_submit_one()
` [PATCH 15/22] aio: add support for submission/completion rings
` [PATCH 16/22] block: add BIO_HOLD_PAGES flag
` [PATCH 17/22] block: implement bio helper to add iter bvec pages to bio
` [PATCH 18/22] aio: add support for pre-mapped user IO buffers
` [PATCH 19/22] aio: support kernel side submission for aio with SCQRING
` [PATCH 20/22] aio: enable polling for IOCTX_FLAG_SQTHREAD
` [PATCH 21/22] aio: utilize io_event->res2 for CQ ring
` [PATCH 22/22] aio: add my copyright

[PATCH] mm: Define VM_(MAX|MIN)_READAHEAD via sizes.h constants
 2018-12-21 14:06 UTC  (3+ messages)

[PATCH] ubifs: Get/put page when changing PG_private
 2018-12-21 10:35 UTC  (3+ messages)

[PATCH 0/2] procfs: /proc/PID/comm fixes
 2018-12-21 10:07 UTC  (5+ messages)
` [PATCH 2/2] procfs: lseek(/proc/PID/comm, 0, SEEK_END)
` [PATCH 1/2] procfs: signal /proc/PID/comm write truncation

[vfs:Q33 23/62] fs/fs_context.c:370:3: error: implicit declaration of function 'vprintk_emit'; did you mean 'dev_printk_emit'?
 2018-12-21  0:37 UTC 

[GIT PULL] y2038: more syscalls and cleanups
 2018-12-20 23:09 UTC 

Recent VFS/LSM patches cause Kernel panic - not syncing: Can't create rootfs
 2018-12-20 20:02 UTC  (2+ messages)

[PATCH] quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls
 2018-12-20 18:33 UTC  (4+ messages)

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2018-12-20 16:57 UTC  (41+ messages)

[PATCH 34/34] vfs: Add a sample program for the new mount API [ver #12]
 2018-12-20 16:36 UTC  (4+ messages)
` [PATCH 00/34] VFS: Introduce filesystem context "

[PATCH] fs: Return EOPNOTSUPP if block layer does not support REQ_NOWAIT
 2018-12-20 15:32 UTC  (11+ messages)

[GIT PULL] Ext2, udf, and quota changes for v4.21-rc1
 2018-12-20 13:52 UTC 

[GIT PULL] Fsnotify changes for v4.21-rc1
 2018-12-20 13:42 UTC 

[PATCH vfs/for-next] smack: fix parsing mount options
 2018-12-20  6:25 UTC 

[vfs:Q30 81/89] fs//nfs/super.c:1014:35: error: 'data' undeclared; did you mean '_data'?
 2018-12-20  4:58 UTC 

[PATCH 52/52] fuse: fix fuse_permission() for the default_permissions case
 2018-12-19 21:25 UTC  (2+ messages)

HI
 2018-12-19 20:08 UTC 

: I need your urgent respons
 2018-12-19 16:07 UTC 

[PATCH 0/2] fs,ext4,jbd2: Specifying write-hint for Ext4 journal
 2018-12-19 14:10 UTC  (11+ messages)
  ` [PATCH 2/2] fs/ext4,jbd2: Add support for passing write-hint with journal

[PATCH] fs: fix possible Spectre V1 indexing in __close_fd()
 2018-12-19  7:11 UTC  (4+ messages)

[4.20-rc1 regression] dio starts to block
 2018-12-19  3:35 UTC 

kernel BUG at fs/inode.c:LINE!
 2018-12-19  0:05 UTC  (15+ messages)

mmotm 2018-12-18-15-09 uploaded
 2018-12-18 23:09 UTC 

Snapshot target and DAX-capable devices
 2018-12-18 19:49 UTC  (11+ messages)
                ` [External] "

[PATCH 0/3] iomap: 1 cleanup, 1 fix, 1 optimization
 2018-12-18 18:20 UTC  (11+ messages)
` [PATCH 1/3] iomap: use SECTOR_SIZE instead of 512 in iomap_page
` [PATCH 3/3] iomap: optimize iomap_is_partially_uptodate for full page range

[PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
 2018-12-18 17:25 UTC  (13+ messages)

[PATCHSET v8] Support for polled and buffered aio (and more)
 2018-12-18 15:07 UTC  (6+ messages)
` [PATCH 14/26] aio: support for IO polling

[PATCH 0/2 v2] vfs: Fix crashes when reading /proc/mounts
 2018-12-18 13:46 UTC  (3+ messages)
` [PATCH 1/2] vfs: Provide function to grab superblock reference
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-18 11:32 UTC  (8+ messages)

[PATCH] f2fs: fix block address for __check_sit_bitmap
 2018-12-18 10:36 UTC  (2+ messages)

<<<Good Day To You Sir>>
 2018-12-17 21:09 UTC 


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