messages from 2017-05-23 23:49:09 to 2017-05-30 10:26:42 UTC [more...]
[PATCH] fuse: set mapping error in writepage_locked when it fails
2017-05-30 10:26 UTC (3+ messages)
cleanup UUID types V5
2017-05-30 10:00 UTC (24+ messages)
` [PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h"
` [PATCH 02/22] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 03/22] xfs: use uuid_be to implement the uuid_t type
` [PATCH 04/22] md: namespace private helper names
` [PATCH 05/22] uuid: remove uuid_be defintions from the uapi header
` [PATCH 06/22] uuid: rename uuid types
` [PATCH 07/22] uuid: don't export guid_index and uuid_index
` [PATCH 08/22] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 09/22] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 10/22] S390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 11/22] xfs: remove uuid_getnodeuniq and xfs_uu_t
` [PATCH 12/22] xfs: use the common helper uuid_is_null()
` [PATCH 13/22] block: remove blk_part_pack_uuid
` [PATCH 14/22] ima/policy: switch to use uuid_t
` [PATCH 15/22] fs: switch ->s_uuid to uuid_t
` [PATCH 16/22] overlayfs: use uuid_t instead of uuid_be
` [PATCH 17/22] partitions/ldm: switch to use uuid_t
` [PATCH 18/22] sysctl: "
` [PATCH 19/22] nvme: switch to uuid_t
` [PATCH 20/22] scsi_debug: "
` [PATCH 21/22] tmpfs: generate random sb->s_uuid
` [PATCH 22/22] MAINTAINERS: add uuid entry
fs: use-after-free in path_lookupat
2017-05-30 8:19 UTC (16+ messages)
[PATCH] ubifs: Add freeze support
2017-05-30 7:51 UTC (16+ messages)
splice simplification
2017-05-30 7:48 UTC (7+ messages)
` [PATCH 1/3] splice: default to iter based versions implicitly
` [PATCH 2/3] splice: remove the old default splice_read/splice_write implementations
` [PATCH 3/3] fs: mark vfs_readv and vfs_writev static
net: use-after-free in __ns_get_path
2017-05-30 6:26 UTC (3+ messages)
[PATCH] Fix a race in put_mountpoint
2017-05-30 6:07 UTC (14+ messages)
` [PATCH] mnt: Protect the mountpoint hashtable with mount_lock
` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
` [REVIEW][PATCH] mnt: In umount propagation reparent in a separate pass
` [REVIEW][PATCH 1/2] mnt: In propgate_umount handle visiting mounts in any order
[vfs:work.uaccess 87/89] arch/blackfin/kernel/flat.c:35:3: note: in expansion of macro 'pr_debug'
2017-05-29 21:01 UTC
Setting ->s_dev to a char device (Was: Re: [PATCH v2] ubifs: allow userspace to map mounts to volumes)
2017-05-29 19:37 UTC (4+ messages)
[RFC 00/11] ima: namespace support for IMA policy
2017-05-29 17:32 UTC (7+ messages)
` [RFC 04/11] ima: add support to namespace securityfs file
fuse: when are release requests queued?
2017-05-29 16:49 UTC (6+ messages)
` [fuse-devel] "
[vfs:work.uaccess 25/89] arch/arm/include/asm/flat.h:16:9: error: implicit declaration of function 'copy_from_user'
2017-05-29 12:33 UTC
[vfs:work.uaccess 25/89] arch/sh/include/asm/flat.h:21:10: error: implicit declaration of function 'get_unaligned'
2017-05-29 12:26 UTC
[PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries
2017-05-29 12:17 UTC (3+ messages)
` [PATCH] dax: improve fix for "
[PATCH 0/10 v9] No wait AIO
2017-05-29 8:33 UTC (25+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "
[PATCH 09/33] configfs: Introduce config_item_get_unless_zero()
2017-05-28 16:37 UTC (3+ messages)
[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
2017-05-28 16:27 UTC (2+ messages)
unionmount-testsuite: backward compat support for REDIRECT_DIR=n
2017-05-28 14:43 UTC
[PATCH] fs/affs: fix an error code in affs_write_end_ofs()
2017-05-28 12:03 UTC (2+ messages)
[PATCH 00/11 linux-next] super magic values consolidation
2017-05-28 12:00 UTC (3+ messages)
[PATCH 0/3] Fixups for l_pid
2017-05-28 6:35 UTC (9+ messages)
` [PATCH 1/3] fs/locks: Alloc file_lock where practical
` [PATCH 2/3] fs/locks: Set fl_nspid at file_lock allocation
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks
[PATCH] fs: warn in case userspace lied about modprobe return
2017-05-28 2:01 UTC (2+ messages)
clean up readv/writev helpers
2017-05-27 19:32 UTC (13+ messages)
` [PATCH 01/10] fs: pass on flags in compat_writev
` [PATCH 02/10] fs: remove do_readv_writev
` [PATCH 03/10] fs: remove do_compat_readv_writev
` [PATCH 04/10] fs: remove __do_readv_writev
` [PATCH 05/10] fs: move more code into do_iter_read/do_iter_write
` [PATCH 06/10] fs: set kernel address limit in do_loop_readv_writev
` [PATCH 07/10] fs: implement vfs_iter_read using do_iter_read
` [PATCH 08/10] fs: implement vfs_iter_write using do_iter_write
` [PATCH 09/10] nfsd: use vfs_iter_read/write
` [PATCH 10/10] nfsd: remove nfsd_vfs_read
[RFC][PATCH 0/9] Make containers kernel objects
2017-05-27 19:10 UTC (14+ messages)
[PATCH] fs: pass on flags in compat_writev
2017-05-27 8:14 UTC (2+ messages)
fsetxattr(2) for ACL on nfs
2017-05-26 23:59 UTC (3+ messages)
[PATCH] f2fs: remove false-positive bug_on
2017-05-26 23:59 UTC
[PATCH] dax: set errors in mapping when writeback fails
2017-05-26 23:01 UTC (3+ messages)
[PATCH] locks: Set fl_nspid at file_lock allocation
2017-05-26 19:39 UTC (9+ messages)
` [PATC_H] "
[PATCH 00/13] [RFC] orangefs page cache
2017-05-26 18:48 UTC (9+ messages)
` [PATCH 11/13] orangefs: lock inode during fsync
` [PATCH 13/13] orangefs: implement write through the page cache
[vfs:work.__copy_in_user 12/28] drivers/gpu/drm/drm_ioc32.c:216:24: sparse: incompatible types in comparison expression (different address spaces)
2017-05-26 8:45 UTC
[PATCH v2] f2fs: Do not issue small discards in LFS mode
2017-05-26 8:16 UTC (2+ messages)
[ANNOUNCE] autofs 5.1.3 release
2017-05-26 7:18 UTC
mmotm 2017-05-25-17-28 uploaded
2017-05-26 0:28 UTC
[PATCH 0/6] sysctl: add dedicated stress test driver
2017-05-25 23:37 UTC (7+ messages)
` [PATCH 1/6] test_sysctl: add dedicated proc sysctl "
` [PATCH 2/6] test_sysctl: add generic script to expand on tests
` [PATCH 3/6] test_sysctl: test against PAGE_SIZE for int
` [PATCH 4/6] test_sysctl: add simple proc_dointvec() case
` [PATCH 5/6] test_sysctl: add simple proc_douintvec() case
` [PATCH 6/6] test_sysctl: test against int proc_dointvec() array support
Hang/soft lockup in d_invalidate with simultaneous calls
2017-05-25 22:31 UTC (4+ messages)
[PATCH] f2fs: Do not issue small discards in LFS mode
2017-05-25 14:08 UTC (3+ messages)
cleanup UUID types V3
2017-05-25 13:29 UTC (7+ messages)
` [PATCH 10/23] afs: switch to use uuid_t and uuid_gen
__list_lru_walk_one() acquiring spin lock for longer time
2017-05-25 12:59 UTC (3+ messages)
[PATCH] mm: don't TestClearPageError in __filemap_fdatawait_range
2017-05-25 12:25 UTC
[PATCH] fs: remove unnecessary NULL f_mapping check in sync_file_range
2017-05-25 11:05 UTC
[PATCH] buffer: set errors in mapping at the time that the error occurs
2017-05-25 11:03 UTC
[PATCH] cifs: set mapping error when page writeback fails in writepage or launder_pages
2017-05-25 10:59 UTC
[PATCH] 9p: set mapping error when writeback fails in launder_page
2017-05-25 10:56 UTC
[PATCH] nilfs2: set the mapping error when calling SetPageError on writeback
2017-05-25 10:52 UTC
[PATCH] fs: check for writeback errors after syncing out buffers in generic_file_fsync
2017-05-25 10:44 UTC
[PATCH] buffer: use mapping_set_error instead of setting the flag
2017-05-25 10:37 UTC
[PATCH] mm: fix mapping_set_error call in me_pagecache_dirty
2017-05-25 10:33 UTC
[PATCH] mm: drop "wait" parameter from write_one_page
2017-05-25 10:33 UTC
[PATCH] fs: remove unneeded forward definition of mm_struct from fs.h
2017-05-25 10:29 UTC
[PATCH] MAINTAINERS: give proc sysctl some maintainer love
2017-05-24 23:13 UTC
[RESEND PATCH v2 0/2] aio: decouple ctx's max_reqs and nr_events
2017-05-24 19:36 UTC (3+ messages)
` [RESEND PATCH v2 1/2] aio: make nr_events a parameter for aio_setup_ring()
` [RESEND PATCH v2 2/2] aio: use ctx->max_reqs only for counting against the global limit
[RESEND PATCH v2 1/2] aio: make nr_events a parameter for aio_setup_ring()
2017-05-24 19:35 UTC
(unknown),
2017-05-24 16:26 UTC
[PATCH 0/3] add fallback reason strings to DAX PMD path
2017-05-24 9:03 UTC (3+ messages)
[PATCH RFC] vfs: add mount umount logs
2017-05-24 8:26 UTC (8+ messages)
` [PATCH v2] "
[PATCH] fs: select: Refine the end_time checks in do_select
2017-05-24 3:31 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).