linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-21 08:57:00 to 2019-01-23 20:36:27 UTC [more...]

[PATCH 0/3] gcc-plugins: Introduce stackinit plugin
 2019-01-23 20:36 UTC  (16+ messages)
` [PATCH 1/3] treewide: Lift switch variables out of switches
    ` [Intel-gfx] "
  ` [Intel-wired-lan] "
` [PATCH 2/3] gcc-plugins: Introduce stackinit plugin
` [PATCH 3/3] lib: Introduce test_stackinit module

[PATCH v2 2/3] fs: inode_set_flags() replace opencoded set_mask_bits()
 2019-01-23 20:33 UTC 

udf: Prevent write-unsupported filesystem to be remounted read-write
 2019-01-23 20:29 UTC  (3+ messages)

[LSF/MM TOPIC] Containers and distributed filesystems
 2019-01-23 19:21 UTC  (2+ messages)

[LSF/MM TOPIC] Sharing file backed pages
 2019-01-23 19:10 UTC  (7+ messages)

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2019-01-23 19:04 UTC  (14+ messages)

[PATCH ghak100 V2 0/2] audit: avoid umount hangs on missing mount
 2019-01-23 18:35 UTC  (3+ messages)
` [PATCH ghak100 V2 1/2] audit: more filter PATH records keyed on filesystem magic
` [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

[PATCH v2 0/4] Write-hint for FS journal
 2019-01-23 18:35 UTC  (4+ messages)
    ` [PATCH 2/4] fs: introduce four macros for in-kernel hints
      ` [PATCH 2/4] "

Want to edit your photos
 2019-01-23 10:48 UTC 

Want to edit your photos
 2019-01-23  6:16 UTC 

Want to edit your photos
 2019-01-23  8:02 UTC 

UBIFS quota support
 2019-01-23 15:47 UTC  (7+ messages)

[PATCHSET v7] io_uring IO interface
 2019-01-23 15:35 UTC  (26+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/13] io_uring: add support for pre-mapped user IO buffers
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 08/13] io_uring: add file set registration
` [PATCH 09/13] io_uring: add submission polling
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/13] io_uring: add io_kiocb ref count
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 11/13] io_uring: add support for IORING_OP_POLL
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 12/13] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 13/13] io_uring: add io_uring_event cache hit information
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-23 15:07 UTC  (11+ messages)
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

[PATCH v2 1/2] splice: don't merge into linked buffers
 2019-01-23 14:19 UTC  (2+ messages)
` [PATCH v2 2/2] pipe: stop using ->can_merge

[PATCH AUTOSEL 4.20 016/117] fanotify: return only user requested event types in event mask
 2019-01-23 13:56 UTC  (4+ messages)

[PATCH v2] 9p: use inode->i_lock to protect i_size_write()
 2019-01-23 13:50 UTC  (5+ messages)

[PATCH] fs/dax: NIT fix comment regarding start/end vs range
 2019-01-23 11:56 UTC  (2+ messages)

[RFC][PATCH v5 05/09] ocfs2: use common file type conversion
 2019-01-23 11:48 UTC  (2+ messages)

[PATCH 0/7] fuse: Improve disconnect scheme and avoid taking fpq->lock on hot paths
 2019-01-23 10:24 UTC  (7+ messages)
` [PATCH 1/7] fuse: Check for fc->connected in fuse_dev_alloc()

[PATCH] fuse: support clients that don't implement 'opendir'
 2019-01-23  9:46 UTC  (2+ messages)

[PATCH RFC] fuse: Prevent background write requests increase inode size
 2019-01-23  9:37 UTC  (2+ messages)

[LSF/MM TOPIC] EROFS, our smartphone practice and the next
 2019-01-23  6:55 UTC 

[RFC][PATCH v5 06/09] f2fs: use common file type conversion
 2019-01-23  6:27 UTC  (2+ messages)

Proposal: A new fs-verity interface
 2019-01-23  5:10 UTC  (3+ messages)

dd hangs when reading large partitions
 2019-01-23  3:10 UTC  (13+ messages)

[PATCH] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
 2019-01-23  0:21 UTC 

[PATCH v3] ima: define ima_post_create_tmpfile() hook and add missing call
 2019-01-22 20:06 UTC 

[PATCH] fs: ratelimit __find_get_block_slow() failure message
 2019-01-22 17:15 UTC  (14+ messages)
                    ` Kernel development process (was: [PATCH] fs: ratelimit __find_get_block_slow() failure message.)

Just working
 2019-01-22 10:09 UTC 

Just working
 2019-01-22  9:35 UTC 

[PATCHSET v6] io_uring IO interface
 2019-01-22 16:11 UTC  (8+ messages)
` [PATCH 05/17] Add "

[PATCH v2 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-22 15:26 UTC  (10+ messages)

[PATCH] direct-io: allow direct writes to empty inodes
 2019-01-22 15:27 UTC  (8+ messages)

possible deadlock in vfs_fallocate
 2019-01-22 14:26 UTC  (4+ messages)

[RFC PATCH v2 00/13] epoll: support pollable epoll from userspace
 2019-01-22 11:46 UTC  (16+ messages)
` [RFC PATCH v2 01/13] epoll: move private helpers from a header to the source
` [RFC PATCH v2 02/13] epoll: introduce user structures for polling from userspace
` [RFC PATCH v2 03/13] epoll: allocate user header and user events ring "
` [RFC PATCH v2 04/13] epoll: some sanity flags checks for epoll syscalls "
` [RFC PATCH v2 05/13] epoll: offload polling to a work in case of epfd polled "
` [RFC PATCH v2 06/13] epoll: introduce helpers for adding/removing events to uring
` [RFC PATCH v2 07/13] epoll: call ep_add_event_to_uring() from ep_poll_callback()
` [RFC PATCH v2 08/13] epoll: support polling from userspace for ep_insert()
` [RFC PATCH v2 09/13] epoll: support polling from userspace for ep_remove()
` [RFC PATCH v2 10/13] epoll: support polling from userspace for ep_modify()
` [RFC PATCH v2 11/13] epoll: support polling from userspace for ep_poll()
` [RFC PATCH v2 12/13] epoll: support mapping for epfd when polled from userspace
` [RFC PATCH v2 13/13] epoll: implement epoll_create2() syscall

[RFC][PATCH v5 01/09] fs: common implementation of file type
 2019-01-22 10:03 UTC  (4+ messages)

[RFC][PATCH v5 07/09] ext4: use common file type conversion
 2019-01-22 10:00 UTC  (3+ messages)

[RFC][PATCH v5 00/09] common implementation of dirent file types
 2019-01-22  9:58 UTC  (4+ messages)

[PATCH 0/5] sched refcount_t conversions
 2019-01-22  9:36 UTC  (8+ messages)
` [PATCH 1/5] sched: convert sighand_struct.count to refcount_t
` [PATCH 2/5] sched: convert signal_struct.sigcnt "

[PATCH] copy_mount_string: Limit string length to PATH_MAX
 2019-01-22  6:51 UTC 

[ANNOUNCE] Read-only APFS module
 2019-01-22  2:03 UTC 

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-22  2:01 UTC  (3+ messages)

possible deadlock in seq_read
 2019-01-22  0:51 UTC  (8+ messages)
      ` [PATCH] fs: Allow opening only regular files during execve()
          ` [PATCH v2] "

[PATCH 2/2] /proc/stat: Add sysctl parameter to control irq counts latency
 2019-01-21 21:25 UTC  (3+ messages)
  ` [LKP] [/proc/stat] 3047027b34: reaim.jobs_per_min -4.8% regression

[PATCH RESEND] get_fs_type: Validate fs type string argument
 2019-01-21 21:25 UTC  (3+ messages)

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-21 20:40 UTC  (24+ messages)
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[PATCH 0/2 v2] vfs: Fix crashes when reading /proc/mounts
 2019-01-21 16:58 UTC  (2+ messages)

[PATCH] fs: Abort if a module symbol is too long
 2019-01-21 16:27 UTC 

move noatime and automount flags setting into common code
 2019-01-21 15:23 UTC  (3+ messages)
` [PATCH 1/2] orangefs: don't reinitialize result_mask in ->getattr
` [PATCH 2/2] fs: move generic stat response attr handling to vfs_getattr_nosec

[PATCH] iomap: get/put the page in iomap_page_create/release()
 2019-01-21 15:17 UTC 

[RFC][PATCH v5 04/09] ext2: use common file type conversion
 2019-01-21 14:21 UTC  (2+ messages)

[PATCH v3] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21 13:49 UTC 

[PATCH 1/2] binderfs: use correct include guards in header
 2019-01-21 11:01 UTC  (2+ messages)
` [PATCH 2/2] binderfs: use __u32 for device numbers

[PATCH v1 0/7] binderfs: debug galore
 2019-01-21 10:48 UTC  (8+ messages)
` [PATCH v1 1/7] binderfs: remove outdated comment
` [PATCH v1 2/7] binderfs: prevent renaming the control dentry
` [PATCH v1 3/7] binderfs: rework binderfs_fill_super()
` [PATCH v1 4/7] binderfs: rework binderfs_binder_device_create()
` [PATCH v1 5/7] binderfs: kill_litter_super() before cleanup
` [PATCH v1 6/7] binderfs: drop lock in binderfs_binder_ctl_create
` [PATCH v1 7/7] binderfs: switch from d_add() to d_instantiate()

[PATCH] inotify: Fix fd refcount leak in inotify_add_watch()
 2019-01-21  9:19 UTC  (5+ messages)

[PATCH] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21  8:57 UTC  (4+ 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).