linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-19 03:57:03 to 2019-01-23 11:58:41 UTC [more...]

[PATCH 0/3] gcc-plugins: Introduce stackinit plugin
 2019-01-23 11:58 UTC  (5+ messages)
` [PATCH 1/3] treewide: Lift switch variables out of switches
` [PATCH 2/3] gcc-plugins: Introduce stackinit plugin
` [PATCH 3/3] lib: Introduce test_stackinit module

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

UBIFS quota support
 2019-01-23 10:47 UTC  (6+ 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] Sharing file backed pages
 2019-01-23  8:48 UTC 

[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  (18+ messages)

[PATCH v2] 9p: use inode->i_lock to protect i_size_write()
 2019-01-23  2:28 UTC  (3+ 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.)

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2019-01-22 16:46 UTC  (12+ messages)

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)

udf: Prevent write-unsupported filesystem to be remounted read-write
 2019-01-22 13:22 UTC  (2+ 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  (25+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

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 v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-22  0:38 UTC  (13+ messages)
` [PATCH v4 2/3] fs: don't let getdents return bogus names
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

[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  (29+ 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 26/29] y2038: use time32 syscall names on 32-bit
` [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] "

[RFC][PATCH v5 08/09] nilfs2: use common file type conversion
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 03/09] hfsplus: use fs_umode_to_dtype() helper
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 02/09] ufs: use fs_umode_to_dtype() helper
 2019-01-21  0:54 UTC 

[RFC][PATCH v5 09/09] btrfs: use common file type conversion
 2019-01-21  0:54 UTC 

[PATCH] mm: proc: smaps_rollup: Fix pss_locked calculation
 2019-01-21  1:10 UTC 

INFO: task hung in lo_ioctl
 2019-01-20  9:49 UTC  (9+ messages)

Just start it
 2019-01-20  2:27 UTC 

Just start it
 2019-01-20  3:53 UTC 

INFO: rcu detected stall in sys_creat
 2019-01-20  1:51 UTC  (3+ messages)

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-01-19 23:57 UTC  (2+ messages)

[PATCH 0/5] binderfs: debug galore
 2019-01-19 15:55 UTC  (9+ messages)
` [PATCH 2/5] binderfs: prevent renaming the control dentry
` [PATCH 3/5] binderfs: rework binderfs_fill_super()

Shooting and Retouching
 2019-01-18 10:14 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).