messages from 2017-05-22 21:00:10 to 2017-05-28 02:01:45 UTC [more...]
[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 (35+ messages)
[PATCH 0/3] Fixups for l_pid
2017-05-27 10:11 UTC (8+ 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] ubifs: Add freeze support
2017-05-27 8:23 UTC (4+ messages)
[PATCH] fs: pass on flags in compat_writev
2017-05-27 8:14 UTC (2+ messages)
fuse: when are release requests queued?
2017-05-27 1:49 UTC (5+ messages)
` [fuse-devel] "
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 v2 1/2] mm: avoid spurious 'bad pmd' warning messages
2017-05-26 19:59 UTC (4+ messages)
` [PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries
` [PATCH] dax: improve fix for "
[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 (20+ messages)
` [PATCH 01/13] orangefs: move orangefs_address_operations to file.c
` [PATCH 02/13] orangefs: remove orangefs_readpages
` [PATCH 03/13] orangefs: make orangefs_inode_read static
` [PATCH 04/13] orangefs: only set a_ops for regular files
` [PATCH 05/13] orangefs: BUG_ON if i_mode invalid
` [PATCH 06/13] orangefs: remove mapping_nrpages macro
` [PATCH 07/13] orangefs: set up and use backing_dev_info
` [PATCH 08/13] orangefs: initialize new inode size to zero
` [PATCH 09/13] orangefs: inodes linger in cache
` [PATCH 10/13] orangefs: implement direct_IO for the read case
` [PATCH 11/13] orangefs: lock inode during fsync
` [PATCH 12/13] orangefs: call generic_file_read_iter
` [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)
[RFC 00/11] ima: namespace support for IMA policy
2017-05-25 19:04 UTC (6+ messages)
` [RFC 04/11] ima: add support to namespace securityfs file
[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 (10+ messages)
` [PATCH 10/23] afs: switch to use uuid_t and uuid_gen
` [PATCH 13/23] md: namespace private helper names
__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] fuse: set mapping error in writepage_locked when it fails
2017-05-25 10:57 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 0/10 v9] No wait AIO
2017-05-25 8:33 UTC (18+ 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] MAINTAINERS: give proc sysctl some maintainer love
2017-05-24 23:13 UTC
[PATCH] Fix a race in put_mountpoint
2017-05-24 22:35 UTC (17+ 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
[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 (6+ messages)
` [PATCH 1/3] dax: add fallback reason to dax_iomap_pmd_fault()
` [PATCH 2/3] dax: add fallback reason to dax_pmd_insert_mapping()
` [PATCH 3/3] dax: add fallback reason to dax_pmd_load_hole()
[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
[PATCH 09/33] configfs: Introduce config_item_get_unless_zero()
2017-05-23 23:48 UTC
[RFC PATCH v2] fs: block dev aio request priority support
2017-05-23 20:48 UTC
[PATCH v3] fscrypt: Add support for AES-128-CBC
2017-05-23 19:00 UTC (3+ messages)
` [PATCH v4] "
[PATCH] fs/seq_file: remove some dead code
2017-05-23 16:58 UTC (2+ messages)
(unknown),
2017-05-23 16:29 UTC
[RFC PATCH] fs: block dev aio request priority support
2017-05-23 15:26 UTC (3+ messages)
[PATCH] vfs: freeze filesystems just prior to reboot
2017-05-23 11:10 UTC (4+ messages)
[ANNOUNCE] util-linux v2.30-rc2
2017-05-23 10:50 UTC
[PATCH 0/2] overlayfs multiple mount protection
2017-05-23 9:50 UTC (3+ messages)
` [PATCH 1/2] vfs: introduce inode 'inuse' lock
` [PATCH 2/2] ovl: get exclusive ownership on upper/work dirs
[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-05-23 9:05 UTC (9+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
[PATCH 0/6] UBIFS NFS export support v2
2017-05-23 8:50 UTC (15+ messages)
` [PATCH 1/6] ext4: Move is_32bit_api() to generic code
` [PATCH 4/6] ubifs: Maintain a parent pointer
` [PATCH 5/6] ubifs: Implement export_operations
★SEMA SHOW★ 2017第49届美国拉斯维加斯国际汽车改装及配件用品展 —— 全球规模最大汽车制造业展会 [地右P4/L100-Z]
2017-05-23 8:32 UTC
[PATCH 02/11 linux-next] exofs: use magic.h
2017-05-23 8:06 UTC (2+ messages)
[PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
2017-05-23 1:17 UTC (4+ messages)
[RFC][PATCH 0/9] Make containers kernel objects
2017-05-22 17:11 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).