messages from 2016-02-01 10:36:31 to 2016-02-07 07:19:12 UTC [more...]
[PATCH 0/2] DAX bdev fixes - move flushing calls to FS
2016-02-07 7:19 UTC (2+ messages)
` [PATCH 1/2] dax: pass bdev argument to dax_clear_blocks()
[PATCH 1/2] block: fix pfn_mkwrite() DAX fault handler
2016-02-07 6:43 UTC (47+ messages)
` [PATCH 2/2] dax: fix bdev NULL pointer dereferences
Orangefs ABI documentation
2016-02-07 3:53 UTC (15+ messages)
[PATCH v2 0/3] lib/list_batch: A simple list insertion/deletion batching facility
2016-02-06 23:57 UTC (14+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 3/3] vfs: Enable list batching for the superblock's inode list
[PATCH v8 0/9] DAX fsync/msync support
2016-02-06 14:33 UTC (8+ messages)
` [PATCH v8 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v8 6/9] dax: add support for fsync/msync
[PATCH 2/2] f2fs: preallocate blocks for buffered aio writes
2016-02-06 2:57 UTC
[PATCH 1/2] f2fs: move dio preallocation into f2fs_file_write_iter
2016-02-06 2:53 UTC
mmotm 2016-02-05-16-31 uploaded
2016-02-06 0:32 UTC
vfs/xfs: directio updates to ease COW handling V2
2016-02-05 22:36 UTC (12+ messages)
` [PATCH 1/3] direct-io: always call ->end_io if non-NULL
` [PATCH 2/3] xfs: don't use ioends for direct write completions
` [PATCH 3/3] xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO
fs: NULL deref in atime_needs_update
2016-02-05 21:11 UTC
[PATCH] vfs: fix missing unlock on error in simple_xattr_list()
2016-02-05 16:33 UTC (3+ messages)
[PATCH] fs: allow no_seek_end_llseek to actually seek
2016-02-05 16:08 UTC
fs: use-after-free in link_path_walk
2016-02-05 13:33 UTC (3+ messages)
[PATCH 00/10] Remove CURRENT_TIME and CURRENT_TIME_SEC - PART 1
2016-02-05 11:39 UTC (25+ messages)
` [PATCH 01/10] fs: Add current_fs_time_sec() function
` [PATCH 02/10] vfs: Replace CURRENT_TIME by current_fs_time()
` [PATCH 03/10] fs: cifs: Replace CURRENT_TIME with current_fs_time()
` [PATCH 04/10] fs: cifs: Replace CURRENT_TIME with ktime_get_real_ts()
` [PATCH 05/10] fs: cifs: Replace CURRENT_TIME by get_seconds
` [PATCH 06/10] fs: ext4: Replace CURRENT_TIME_SEC with current_fs_time_sec()
` [PATCH 07/10] fs: ext4: Replace CURRENT_TIME with ext4_current_time()
` [PATCH 08/10] fs: ceph: replace CURRENT_TIME by current_fs_time()
` [PATCH 09/10] fs: ceph: Replace CURRENT_TIME by ktime_get_real_ts()
` [Y2038] "
` [PATCH 10/10] fs: btrfs: Replace CURRENT_TIME by current_fs_time()
` [Y2038] [PATCH 00/10] Remove CURRENT_TIME and CURRENT_TIME_SEC - PART 1
[PATCH] epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
2016-02-05 9:49 UTC (4+ messages)
[PATCH 0/2] Radix tree retry bug fix & test case
2016-02-05 4:56 UTC (4+ messages)
` [PATCH 1/2] radix-tree tests: Add regression3 test
` [PATCH 2/2] radix-tree: fix oops after radix_tree_iter_retry
[PATCH 0/3 v2] Q_GETNEXTQUOTA support
2016-02-05 1:05 UTC (5+ messages)
` [PATCH 1/3] quota: Add support for ->get_nextdqblk() for VFS quota
` [PATCH 2/3] quota_v2: Implement get_next_id() for V2 quota format
` [PATCH 3/3] ocfs2: Implement get_next_id()
read() syscall on a splice pipe returning -ENODATA
2016-02-04 19:48 UTC
[LSF/MM ATTEND] filesystems, Btrfs and persistent memory
2016-02-04 19:10 UTC
[LSF/MM ATTEND] Btrfs, storage, MM
2016-02-04 18:24 UTC
[LSF/MM ATTEND] Btrfs, GFP flags
2016-02-04 18:09 UTC
[PATCH v3 04/22] firmware: simplify dev_*() print messages for generic helpers
2016-02-04 17:26 UTC
mmotm 2016-02-03-16-36 uploaded
2016-02-04 17:16 UTC (5+ messages)
[PATCH] dax: dirty inode only if required
2016-02-04 15:50 UTC (3+ messages)
[patch] fs/compat: fix a bug in do_ncp_super_data_conv()
2016-02-04 11:40 UTC
[PATCH 0/5] Fix races & improve the radix tree iterator patterns
2016-02-04 8:50 UTC (10+ messages)
` [PATCH 1/5] radix-tree: Fix race in gang lookup
` [PATCH 3/5] btrfs: Use radix_tree_iter_retry()
` [PATCH 5/5] radix-tree,shmem: Introduce radix_tree_iter_next()
[PATCH] radix-tree: fix oops after radix_tree_iter_retry
2016-02-04 8:41 UTC
[PATCH] xattr handlers: plug a lock leak in simple_xattr_list
2016-02-04 7:54 UTC
[PATCH] xattr handlers: plug a lock leak in simple_xattr_list
2016-02-04 3:08 UTC (2+ messages)
[LSF/MM TOPIC] Persistent memory: pmem as storage device vs pmem as memory
2016-02-03 22:21 UTC (3+ messages)
` [Lsf-pc] "
[PATCH v5] fuse: Add support for passthrough read/write
2016-02-03 20:42 UTC (11+ messages)
fs: WARNING in locks_free_lock_context()
2016-02-03 18:28 UTC (5+ messages)
[PATCH 1/2] cachefilesd can spin when disk space is short
2016-02-03 16:30 UTC (6+ messages)
` [Linux-cachefs] "
` [PATCH 2/2] Suspend/resume culling based on recently released file/block counts
` [Linux-cachefs] "
VFS/XFS: directio updates to ease COW handling
2016-02-03 15:48 UTC (8+ messages)
` [PATCH 1/3] direct-io: always call ->end_io if non-NULL
` [PATCH 2/3] xfs: don't use ioends for direct write completions
` [PATCH 3/3] xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO
[PATCH] ovl: ignore lower entries when checking purity of non-directory entries
2016-02-03 12:24 UTC (4+ messages)
mmotm 2016-02-02-17-08 uploaded
2016-02-03 12:16 UTC (2+ messages)
[PATCH] dax: allow DAX to look up an inode's block device
2016-02-03 7:54 UTC (9+ messages)
LSF/MM ATTEND (resend)] Persistent Memory Error Handling
2016-02-02 8:24 UTC
[PATCH] affs: add kunmap in error path
2016-02-02 2:28 UTC (3+ messages)
[PATCH 0/2] Fix dax races between page faults RFC only
2016-02-01 21:25 UTC (3+ messages)
DAX: bug in COW no page fault?
2016-02-01 21:12 UTC (7+ messages)
` "
[PATCH 0/6] DAX cleanups
2016-02-01 20:43 UTC (4+ messages)
` [PATCH 4/6] dax: Use PAGE_CACHE_SIZE where appropriate
[PATCH] epoll: add exclusive wakeups flag
2016-02-01 19:42 UTC (5+ messages)
JFFS2 deadlock
2016-02-01 18:54 UTC (4+ messages)
[PATCH] CacheFiles: Provide read-and-reset release counters for cachefilesd
2016-02-01 17:35 UTC (2+ messages)
[PATCH 0/4] introduce new put_getdisk() call
2016-02-01 17:16 UTC (3+ messages)
` [PATCH 3/4] block,fs: switch to a new put_gendisk() call
[PATCH] ovl: fix getcwd() failure after unsuccessful rmdir
2016-02-01 15:36 UTC
[LSF/MM TOPIC] proposals for topics
2016-02-01 12:24 UTC (7+ messages)
[LSF/MM TOPIC] Remote access to pmem on storage targets
2016-02-01 10:36 UTC (6+ messages)
` [LSF/MM TOPIC/ATTEND] RDMA passive target
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).