linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-18 23:42:54 to 2018-12-29 00:01:17 UTC [more...]

[PATCH vfs/for-next] cgroup: fix cgroup refcnt leak
 2018-12-29  0:01 UTC  (2+ messages)

[PATCH] cgroup: fix top cgroup refcnt leak
 2018-12-28 23:59 UTC 

[PATCH v5 RESEND] signal: add pidfd_send_signal() syscall
 2018-12-28 23:37 UTC  (3+ messages)

d_off field in struct dirent and 32-on-64 emulation
 2018-12-28 23:16 UTC  (16+ messages)
` [Qemu-devel] "

INFO: task hung in generic_file_write_iter
 2018-12-28 13:34 UTC  (5+ messages)

[ANNOUNCE] udftools 2.1
 2018-12-28 11:48 UTC 

[PATCH 0/2] put_user_page*(): start converting the call sites
 2018-12-28  8:37 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF
 2018-12-28  8:06 UTC  (11+ messages)

[GIT PULL] File locking changes for v4.21
 2018-12-28  1:45 UTC  (2+ messages)

[GIT PULL] Ext2, udf, and quota changes for v4.21-rc1
 2018-12-28  1:02 UTC  (2+ messages)

[GIT PULL] Fsnotify changes for v4.21-rc1
 2018-12-28  1:00 UTC  (2+ messages)

Future of dosfstools project (FAT)
 2018-12-27 22:17 UTC  (9+ messages)

[PATCHSET v10] Support for polled and buffered aio (and more)
 2018-12-27 20:34 UTC  (36+ 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 0/2] sysctl: fix range-checking in do_proc_dointvec_minmax_conv()
 2018-12-27 11:12 UTC  (3+ messages)
` [PATCH 1/2] test_sysctl: add tests for >32-bit values written to 32-bit integers
` [PATCH 2/2] kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions

[RFC PATCH] iomap: take responsibility for the filesystem iomap code
 2018-12-27  8:08 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

Reading from fuse pipe fails with EBADFD
 2018-12-26 22:30 UTC  (6+ messages)
    ` [fuse-devel] "

fuse: trying to steal weird page
 2018-12-26 21:43 UTC 

[PATCH v2] vfat: don't read garbage after last dirent
 2018-12-26 20:45 UTC  (3+ messages)

[PATCH v2 0/5] fuse: Interrupt-related optimizations and improvements
 2018-12-26 13:25 UTC  (2+ messages)

[PATCH] fs: proc: check status of register_filesystem
 2018-12-26  6:58 UTC  (3+ messages)

[PATCH] ubifs: Get/put page when changing PG_private
 2018-12-25 21:08 UTC  (5+ messages)

[PATCH v2] signal: add procfd_signal() syscall
 2018-12-25 12:07 UTC  (13+ messages)

[PATCH v2] fs: fix possible Spectre V1 indexing in __close_fd()
 2018-12-24 14:40 UTC  (2+ messages)

[git pull] vfs.git - a couple of fixes
 2018-12-23 17:16 UTC 

[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 

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

> [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  (19+ messages)
` [PATCH 02/22] block: add REQ_HIPRI_ASYNC
` [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 16/22] block: add BIO_HOLD_PAGES flag
` [PATCH 17/22] block: implement bio helper to add iter bvec pages to bio

[PATCH] mm: Define VM_(MAX|MIN)_READAHEAD via sizes.h constants
 2018-12-21 14:06 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  (31+ 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  (7+ messages)

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