linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-25 09:57:20 to 2019-07-29 09:38:13 UTC [more...]

[PATCH] Fix typo reigster to register
 2019-07-29  9:38 UTC  (2+ messages)

[PATCH v4 0/3] Casefolding in F2FS
 2019-07-29  7:22 UTC  (9+ messages)
` [PATCH v4 1/3] fs: Reserve flag for casefolding
  ` [f2fs-dev] "
` [PATCH v4 2/3] f2fs: include charset encoding information in the superblock
  ` [f2fs-dev] "
` [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups
  ` [f2fs-dev] "

[PATCH v7 00/16] fscrypt: key management improvements
 2019-07-29  2:00 UTC  (29+ messages)
` [PATCH v7 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v7 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v7 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v7 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v7 10/16] fscrypt: v2 encryption policy support
` [PATCH v7 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v7 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v7 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v7 14/16] f2fs: "
` [PATCH v7 15/16] ubifs: "
` [PATCH v7 16/16] fscrypt: document the new ioctls and policy version

[PATCH] ext4: Fix deadlock on page reclaim
 2019-07-29  1:07 UTC  (9+ messages)

lift the xfs writepage code into iomap v3
 2019-07-29  0:06 UTC  (4+ messages)

mmotm 2019-07-24-21-39 uploaded
 2019-07-28 23:51 UTC  (9+ messages)
` mmotm 2019-07-24-21-39 uploaded (mm/memcontrol)

[PATCH] udf: prevent allocation beyond UDF partition
 2019-07-28 19:19 UTC 

[PATCH v9 0/6] Enable THP for text section of non-shmem files
 2019-07-28  6:41 UTC  (4+ messages)
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS

[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
 2019-07-28  1:02 UTC  (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests

[PATCH v7 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-27 20:39 UTC  (3+ messages)
` [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl

[PATCH v4 00/14] epoll: support pollable epoll from userspace
 2019-07-27 17:16 UTC  (3+ messages)

Regression in 5.3 for some FS_USERNS_MOUNT (aka user-namespace-mountable) filesystems
 2019-07-27 13:17 UTC  (9+ messages)

[PATCH] epoll: optimize epmutex in ep_free and eventpoll_release_file
 2019-07-27 11:35 UTC 

WARNING in ovl_real_fdget_meta
 2019-07-27  2:41 UTC  (5+ messages)

mmotm 2019-07-26-19-00 uploaded
 2019-07-27  2:00 UTC 

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-27  1:40 UTC  (3+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode

[PATCH v6 00/16] nvmet: add target passthru commands support
 2019-07-27  0:50 UTC  (59+ messages)
` [PATCH v6 01/16] chardev: factor out cdev_lookup() helper
` [PATCH v6 02/16] chardev: introduce cdev_get_by_path()
` [PATCH v6 03/16] chardev: export cdev_put()
` [PATCH v6 04/16] nvme-core: introduce nvme_get_by_path()
` [PATCH v6 05/16] nvme-core: export existing ctrl and ns interfaces
` [PATCH v6 06/16] nvmet: add return value to nvmet_add_async_event()
` [PATCH v6 07/16] nvmet: make nvmet_copy_ns_identifier() non-static
` [PATCH v6 08/16] nvmet-passthru: update KConfig with config passthru option
` [PATCH v6 09/16] nvmet-passthru: add passthru code to process commands
` [PATCH v6 10/16] nvmet-passthru: add enable/disable helpers
` [PATCH v6 11/16] nvmet-core: allow one host per passthru-ctrl
` [PATCH v6 12/16] nvmet-core: don't check the data len for pt-ctrl
` [PATCH v6 13/16] nvmet-configfs: introduce passthru configfs interface
` [PATCH v6 14/16] block: don't check blk_rq_is_passthrough() in blk_do_io_stat()
` [PATCH v6 15/16] block: call blk_account_io_start() in blk_execute_rq_nowait()
` [PATCH v6 16/16] nvmet-passthru: support block accounting

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-07-26 20:26 UTC  (4+ messages)
` [PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH REBASE v4 00/14] Provide generic top-down mmap layout functions
 2019-07-26 20:15 UTC  (9+ messages)
` [PATCH REBASE v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH REBASE v4 14/14] riscv: Make mmap allocation top-down by default

[git pull] struct mount leak fix
 2019-07-26 18:25 UTC  (2+ messages)

[vfs:work.mount1 32/32] fs/gfs2/ops_fstype.c:1527:9: warning: 'error' may be used uninitialized in this function
 2019-07-26 18:14 UTC 

UDF filesystem image with Write-Once UDF Access Type
 2019-07-26 17:44 UTC  (2+ messages)

[PATCH v2 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-07-26 15:08 UTC  (2+ messages)
` [PATCH v2 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH] hung_task: Allow printing warnings every check interval
 2019-07-26 13:58 UTC  (6+ messages)

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-26 12:54 UTC  (9+ messages)

Question about vmsplice + SPLICE_F_GIFT
 2019-07-26  8:52 UTC  (2+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-07-26  8:31 UTC  (13+ messages)

[PFC][PATCH 0/4] Overlayfs SHUTDOWN ioctl
 2019-07-26  6:57 UTC  (3+ messages)
` [PATCH 1/4] ovl: support [S|G]ETFLAGS ioctl for directories

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-26  1:24 UTC  (3+ messages)

[PATCH] mbcache: Speed up cache entry creation
 2019-07-25 21:16 UTC  (4+ messages)

[PATCH] aio: add timeout validity check for io_[p]getevents
 2019-07-25 14:43 UTC  (2+ messages)

[PATCH 1/1] locks: Fix procfs output for file leases
 2019-07-25 11:50 UTC  (2+ messages)

[PATCH v4 00/24] erofs: promote erofs from staging
 2019-07-25  9:56 UTC  (25+ messages)
` [PATCH v4 01/24] erofs: add on-disk layout
` [PATCH v4 02/24] erofs: add erofs in-memory stuffs
` [PATCH v4 03/24] erofs: add super block operations
` [PATCH v4 04/24] erofs: add raw address_space operations
` [PATCH v4 05/24] erofs: add inode operations
` [PATCH v4 06/24] erofs: support special inode
` [PATCH v4 07/24] erofs: add directory operations
` [PATCH v4 08/24] erofs: add namei functions
` [PATCH v4 09/24] erofs: support tracepoint
` [PATCH v4 10/24] erofs: update Kconfig and Makefile
` [PATCH v4 11/24] erofs: introduce xattr & posixacl support
` [PATCH v4 12/24] erofs: introduce tagged pointer
` [PATCH v4 13/24] erofs: add compression indexes support
` [PATCH v4 14/24] erofs: introduce superblock registration
` [PATCH v4 15/24] erofs: introduce erofs shrinker
` [PATCH v4 16/24] erofs: introduce workstation for decompression
` [PATCH v4 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v4 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v4 19/24] erofs: add erofs_allocpage()
` [PATCH v4 20/24] erofs: introduce generic decompression backend
` [PATCH v4 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v4 22/24] erofs: introduce the decompression frontend
` [PATCH v4 23/24] erofs: introduce cached decompression
` [PATCH v4 24/24] erofs: add document


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