messages from 2017-04-12 10:25:17 to 2017-04-19 15:21:48 UTC [more...]
[PATCH 0/8 v6] No wait AIO
2017-04-19 15:21 UTC (19+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs
[RFC][PATCH 00/13] overlayfs stable inodes
2017-04-19 15:21 UTC (31+ messages)
` [RFC][PATCH 01/13] ovl: check if all layers are on the same fs
` [RFC][PATCH 02/13] ovl: redirect dir by file handle on copy up
` [RFC][PATCH 03/13] ovl: lookup redirect by file handle
` [RFC][PATCH 04/13] ovl: store file handle of stable inode
` [RFC][PATCH 05/13] ovl: lookup stable inode by file handle
` [RFC][PATCH 06/13] ovl: move inode helpers to inode.c
` [RFC][PATCH 07/13] ovl: create helpers for initializing hashed inode
` [RFC][PATCH 08/13] ovl: allow hashing non upper inodes
` [RFC][PATCH 09/13] ovl: inherit overlay inode ino/generation from real inode
` [RFC][PATCH 10/13] ovl: hash overlay inodes by stable inode
` [RFC][PATCH 11/13] ovl: fix du --one-file-system on overlay mount
` [RFC][PATCH 12/13] ovl: constant ino across copy up
` [RFC][PATCH 13/13] ovl: try to hardlink upper on copy up of lower hardlinks
[PATCH 0/4] Properly invalidate data in the cleancache
2017-04-19 15:15 UTC (12+ messages)
` [PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
` [PATCH 2/4] fs/block_dev: always invalidate cleancache in invalidate_bdev()
` [PATCH 3/4] mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty
` [PATCH 4/4] mm/truncate: avoid pointless cleancache_invalidate_inode() calls
[PATCH 1/2] vfs: implement fchmodat2() syscall
2017-04-19 12:45 UTC (7+ messages)
fanotify read returns with errno == EOPENSTALE
2017-04-19 13:46 UTC (10+ messages)
[PATCH] fs: Preventing READ_IMPLIES_EXEC Propagation
2017-04-19 10:45 UTC (5+ messages)
[PATCH 0/11] quota: Stop setting IMMUTABLE and NOATIME flags directly
2017-04-19 10:34 UTC (13+ messages)
` [PATCH 01/11] ext4: Set flags on quota files directly
` [PATCH 05/11] quota: Stop setting IMMUTABLE and NOATIME flags on quota files
` [PATCH 06/11] ext4: Remove ext4_get_inode_flags()
` [PATCH 07/11] ext2: Remove ext2_get_inode_flags()
` Can the patch set [1] be put up on openSUSE Build Service as well please ?
[PATCH] fs: don't set *REFERENCED on single use objects
2017-04-19 7:02 UTC (2+ messages)
[PATCH 1/3] f2fs: add ioctl to flush data from faster device to cold area
2017-04-19 1:45 UTC (3+ messages)
` [PATCH 2/3] f2fs: fix _IOW usage
` [PATCH 3/3] f2fs: assign allocation hint for warm/cold data
[PATCH] mm: Make truncate_inode_pages_range() killable
2017-04-18 22:09 UTC (4+ messages)
[PATCH] fs: fix to properly return error code for utimensat
2017-04-18 19:02 UTC
[PATCH 00/19] Kernel subsystem refcounter conversions
2017-04-18 6:33 UTC (7+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t
[PATCH v2 00/17] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-04-17 22:56 UTC (41+ messages)
` [PATCH v2 01/17] mm: drop "wait" parameter from write_one_page
` [PATCH v2 02/17] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v2 03/17] buffer: use mapping_set_error instead of setting the flag
` [PATCH v2 04/17] ext2: don't test/clear AS_EIO flag
` [PATCH v2 05/17] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v2 06/17] mm: doc comment for scary spot in write_one_page
` [PATCH v2 07/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v2 08/17] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v2 09/17] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v2 10/17] dax: set errors in mapping when writeback fails
` [PATCH v2 11/17] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v2 12/17] mm: ensure that we set mapping error if writeout() fails
` [PATCH v2 13/17] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v2 14/17] 9p: set mapping error when writeback fails in launder_page
` [PATCH v2 15/17] fuse: set mapping error in writepage_locked when it fails
` [PATCH v2 16/17] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v2 17/17] cifs: remove some unneeded mapping_set_error calls
[resend PATCH v2 00/33] dax: introduce dax_operations
2017-04-17 19:11 UTC (34+ messages)
` [resend PATCH v2 01/33] device-dax: rename 'dax_dev' to 'dev_dax'
` [resend PATCH v2 02/33] dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
` [resend PATCH v2 03/33] dax: add a facility to lookup a dax device by 'host' device name
` [resend PATCH v2 04/33] dax: introduce dax_operations
` [resend PATCH v2 05/33] pmem: add dax_operations support
` [resend PATCH v2 06/33] axon_ram: "
` [resend PATCH v2 07/33] brd: "
` [resend PATCH v2 08/33] dcssblk: "
` [resend PATCH v2 09/33] block: kill bdev_dax_capable()
` [resend PATCH v2 10/33] dax: introduce dax_direct_access()
` [resend PATCH v2 11/33] dm: add dax_device and dax_operations support
` [resend PATCH v2 12/33] dm: teach dm-targets to use a dax_device + dax_operations
` [resend PATCH v2 13/33] ext2, ext4, xfs: retrieve dax_device for iomap operations
` [resend PATCH v2 14/33] Revert "block: use DAX for partition table reads"
` [resend PATCH v2 15/33] filesystem-dax: convert to dax_direct_access()
` [resend PATCH v2 16/33] block, dax: convert bdev_dax_supported() "
` [resend PATCH v2 17/33] block: remove block_device_operations ->direct_access()
` [resend PATCH v2 18/33] x86, dax, pmem: remove indirection around memcpy_from_pmem()
` [resend PATCH v2 19/33] dax, pmem: introduce 'copy_from_iter' dax operation
` [resend PATCH v2 20/33] dm: add ->copy_from_iter() dax operation support
` [resend PATCH v2 21/33] filesystem-dax: convert to dax_copy_from_iter()
` [resend PATCH v2 22/33] dax, pmem: introduce an optional 'flush' dax_operation
` [resend PATCH v2 23/33] dm: add ->flush() dax operation support
` [resend PATCH v2 24/33] filesystem-dax: convert to dax_flush()
` [resend PATCH v2 25/33] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [resend PATCH v2 26/33] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
` [resend PATCH v2 27/33] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [resend PATCH v2 28/33] x86, libnvdimm, dax: stop abusing __copy_user_nocache
` [resend PATCH v2 29/33] uio, libnvdimm, pmem: implement cache bypass for all copy_from_iter() operations
` [resend PATCH v2 30/33] libnvdimm, pmem: fix persistence warning
` [resend PATCH v2 31/33] libnvdimm, nfit: enable support for volatile ranges
` [resend PATCH v2 32/33] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
` [resend PATCH v2 33/33] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region
[PATCH 0/2] nsfs: Introduce ioctl to set vector of ns_last_pid's on pid ns hierarhy
2017-04-17 17:36 UTC (3+ messages)
` [PATCH 1/2] nsfs: Add namespace-specific ioctl (NS_SPECIFIC_IOC)
` [PATCH 2/2] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
(unknown),
2017-04-16 22:46 UTC
(unknown),
2017-04-16 6:21 UTC
[git pull] vfs fixes
2017-04-15 17:08 UTC (4+ messages)
[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
2017-04-15 10:29 UTC (7+ messages)
` [PATCH 06/12] audit: Use timespec64 to represent audit timestamps
` [PATCH 07/12] fs: btrfs: Use ktime_get_real_ts for root ctime
[PATCH 1/1 linux-next] fs/affs: remove node generation check
2017-04-15 6:55 UTC
[PATCH 1/1 linux-next] fs/affs: import amigaffs.h
2017-04-15 6:54 UTC
[PATCH 1/1 linux-next] fs/affs: bugfix: make symbolic links work again
2017-04-15 6:54 UTC
[PATCH 1/2] f2fs: add flush data in faster device to cold area
2017-04-15 0:16 UTC (2+ messages)
` [PATCH 2/2] f2fs: avoid dirty node pages in check_only recovery
[PATCH] orangefs: free superblock when mount fails
2017-04-14 18:43 UTC (2+ messages)
Greetings
2017-04-14 9:19 UTC
mmotm 2017-04-13-14-50 uploaded
2017-04-13 21:50 UTC
[RFC][PATCH] proc: invalidate the deleting or deleted proc dentry
2017-04-13 13:49 UTC
[PATCH 1/3] f2fs: give time to flush dirty pages for checkpoint
2017-04-12 21:21 UTC (3+ messages)
` [PATCH 2/3] f2fs: allocate hot_data for atomic writes
` [PATCH 3/3] f2fs: fix not to set fsync/dentry mark
[PATCH] f2fs: fix fs corruption due to zero inode page
2017-04-12 21:21 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/3] orangefs fixes for stable
2017-04-12 20:03 UTC (6+ messages)
` [PATCH 2/3] orangefs: Dan Carpenter influenced cleanups
[PATCH 0/9 v5] No wait AIO
2017-04-12 18:31 UTC (4+ messages)
` [PATCH 5/9] nowait aio: return on congested block device
[PATCH] iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
2017-04-12 16:28 UTC (4+ messages)
[PATCH v2 0/2] Expose task pid_ns_for_children to userspace
2017-04-12 15:34 UTC (3+ messages)
` [PATCH v2 1/2] ns: Allow ns_entries to have custom symlink content
` [PATCH v2 2/2] pidns: Expose task pid_ns_for_children to userspace
[PATCH 1/8] Documentation/filesystems: fix documentation for ->getattr()
2017-04-12 15:12 UTC (4+ messages)
` [PATCH 8/8] statx: Include a mask for stx_attributes in struct statx
[PATCH 0/1] fs: Allows for xattr support to be compiled out
2017-04-12 15:03 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
2017-04-12 13:47 UTC (4+ messages)
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 19/25] nilfs2: Convert to properly refcounting bdi
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).