messages from 2018-05-16 20:36:48 to 2018-05-18 22:04:26 UTC [more...]
[PATCH v2 0/2] vfs: better dedupe permission check
2018-05-18 22:03 UTC (4+ messages)
` [PATCH v2 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v2 2/2] vfs: dedupe should return EPERM if permission is not granted
[PATCH 00/10] RFC: assorted bcachefs patches
2018-05-18 20:54 UTC (39+ messages)
` [PATCH 01/10] mm: pagecache add lock
` [PATCH 02/10] mm: export find_get_pages()
` [PATCH 03/10] locking: bring back lglocks
` [PATCH 04/10] locking: export osq_lock()/osq_unlock()
` [PATCH 05/10] don't use spin_lock_irqsave() unnecessarily
` [PATCH 06/10] Generic radix trees
` [PATCH 07/10] bcache: optimize continue_at_nobarrier()
` [PATCH 08/10] bcache: move closures to lib/
` [PATCH 09/10] closures: closure_wait_event()
` [PATCH 10/10] Dynamic fault injection
[PATCH -vfs] proc: don't maintain sizeof(struct proc_dir_entry)
2018-05-18 20:50 UTC (3+ messages)
[PATCHv2][SMB3] Add kernel trace support
2018-05-18 20:43 UTC (7+ messages)
[PATCH v4 0/3] AIO add per-command iopriority
2018-05-18 20:08 UTC (14+ messages)
` [PATCH v4 1/3] block: add ioprio_check_cap function
` [PATCH v4 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v4 3/3] fs: Add aio iopriority support for block_dev
[PATCH v4 00/11] gfs2 iomap write support
2018-05-18 18:35 UTC (14+ messages)
` [PATCH v4 06/11] iomap: Add write_{begin,end} iomap operations
` [PATCH v4 09/11] gfs2: iomap direct I/O support
` [PATCH v4 11/11] iomap: Complete partial direct I/O writes synchronously
[RFC PATCH 00/11] vfs: have syncfs return an error when inode writeback fails
2018-05-18 17:56 UTC (16+ messages)
` [RFC PATCH 01/11] vfs: push __sync_blockdev calls down into sync_fs routines
` [RFC PATCH 02/11] vfs: add a new errseq_t pointer to sync_fs prototype
` [RFC PATCH 03/11] vfs: add an errseq_t pointer to sync_filesystem
` [RFC PATCH 04/11] vfs: add errseq_t pointer to __sync_filesystem
` [RFC PATCH 05/11] fs: track per-sb writeback errors and report them to syncfs
` [RFC PATCH 06/11] buffer: record blockdev write errors in super_block that backs them
` [RFC PATCH 07/11] ext4: have sync_fs op report writeback errors when passed a since pointer
` [RFC PATCH 08/11] xfs: "
` [RFC PATCH 09/11] btrfs: "
` [RFC PATCH 10/11] ext2: "
` [RFC PATCH 11/11] vfs: have call_sync_fs "
[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
2018-05-18 17:51 UTC (10+ messages)
` [PATCH v2 1/7] hugetlb: introduce charge_surplus_huge_pages to struct hstate
` [PATCH v2 2/7] hugetlb: support migrate charging for surplus hugepages
` [PATCH v2 3/7] memcg: use compound_order rather than hpage_nr_pages
` [PATCH v2 4/7] mm, sysctl: make charging surplus hugepages controllable
` [PATCH v2 5/7] hugetlb: add charge_surplus_hugepages attribute
` [PATCH v2 6/7] Documentation, hugetlb: describe about charge_surplus_hugepages,
` [PATCH v2 7/7] memcg: supports movement of surplus hugepages statistics
do we still need ->is_dirty_writeback
2018-05-18 17:08 UTC
[PATCH v4 0/2] locking/rwsem: Fix DEBUG_RWSEM warning from thaw_super()
2018-05-18 17:00 UTC (8+ messages)
` [PATCH v4 1/2] locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
` [PATCH] locking/rwsem: simplify the is-owner-spinnable checks
buffered I/O without buffer heads in xfs and iomap v2
2018-05-18 16:56 UTC (36+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 19/34] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 20/34] xfs: simplify xfs_aops_discard_page
` [PATCH 21/34] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 23/34] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 24/34] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 26/34] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 27/34] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 28/34] xfs: remove the imap_valid flag
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 30/34] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 31/34] xfs: remove xfs_start_page_writeback
` [PATCH 32/34] xfs: refactor the tail of xfs_writepage_map
` [PATCH 33/34] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 34/34] xfs: allow writeback on pages without buffer heads
sub-page blocksize support in iomap non-buffer head path
2018-05-18 16:52 UTC (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads
mmotm 2018-05-17-16-26 uploaded
2018-05-18 16:22 UTC (7+ messages)
` mmotm 2018-05-17-16-26 uploaded (autofs)
[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
2018-05-18 16:00 UTC (4+ messages)
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-05-18 15:38 UTC (10+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls
[PATCH] mm: Add new vma flag VM_LOCAL_CPU
2018-05-18 14:14 UTC (6+ messages)
[PATCH v3 00/13] Preparing for fanotify super block marks
2018-05-18 13:09 UTC (8+ messages)
` [PATCH v3 06/13] fanotify: generalize fanotify_should_send_event()
` [PATCH v3 08/13] fsnotify: introduce prototype struct fsnotify_obj
` [PATCH v3 11/13] fsnotify: add fsnotify_connector_inode() wrapper
[PATCH] vfs: change iterate_supers callback to take an int arg instead of a void *
2018-05-18 9:32 UTC (8+ messages)
` [PATCH v2] vfs: avoid dereferencing pointers in iterate_supers callbacks
` [PATCH v3] "
io_pgetevents & aio fsync V4
2018-05-18 8:57 UTC (4+ messages)
` [PATCH 7/7] aio: implement io_pgetevents
[PATCH] fs.h: fix outdated comment about file flags
2018-05-18 2:01 UTC
[RFC][PATCH] ext2: fix a block leak
2018-05-18 0:06 UTC
[PATCH 0/2] vfs: better dedupe permission check
2018-05-17 23:03 UTC (12+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted
[PATCH v3 0/2] iomap: swapfile tweaks
2018-05-17 17:23 UTC (6+ messages)
` [PATCH v3 1/2] iomap: provide more useful errors for invalid swap files
` [PATCH v3 2/2] iomap: don't allow holes in swapfiles
[PATCH v3 0/4] Overlayfs mkdir related fixes
2018-05-17 16:14 UTC (11+ messages)
` [PATCH v3 1/4] ovl: use insert_inode_locked4() to hash a newly created inode
[PATCH] vfs: remove iterate_supers_type
2018-05-17 15:47 UTC
[RFC] mm, THP: Map read-only text segments using large THP pages
2018-05-17 14:34 UTC (2+ messages)
stop using buffer heads in xfs and iomap
2018-05-17 11:33 UTC (7+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
[PATCH, procfs-fixup] isdn/gigaset: add back gigaset_procinfo assignment
2018-05-17 6:45 UTC
[vfs:hch.procfs 7/42] include/linux/proc_fs.h:69:58: error: "0" may not appear in macro parameter list
2018-05-17 4:24 UTC
[vfs:hch.aio 7/7] <stdin>:1332:2: warning: #warning syscall io_pgetevents not implemented
2018-05-17 3:24 UTC
[PATCH 0/6] Transition vfs to 64-bit timestamps
2018-05-17 1:13 UTC (9+ messages)
` [PATCH 6/6] vfs: change inode times to use struct timespec64
[PATCH][SMB3] Add ftrace support
2018-05-16 22:42 UTC
page: next (older) | prev (newer) | latest
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).