messages from 2016-04-05 12:54:48 to 2016-04-13 03:18:06 UTC [more...]
[PATCH v2 0/5] Align mmap address for DAX pmd mappings
2016-04-13 3:18 UTC (3+ messages)
` [PATCH v2 1/5] dax: add dax_get_unmapped_area for "
[PATCH v2 2/5] ext4: call dax_get_unmapped_area() for DAX pmd mappings
2016-04-13 3:01 UTC (5+ messages)
` [PATCH v2 3/5] xfs: "
` [PATCH v2 4/5] ext2: "
` [PATCH v2 5/5] block: "
[PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
2016-04-13 2:09 UTC (6+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [PATCH v7 2/4] fsnotify: Simplify inode iteration on umount
` [PATCH v7 3/4] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v7 4/4] vfs: Use per-cpu list for superblock's inode list
[PATCH 0/3] writeback: minor tweaks
2016-04-13 1:49 UTC (6+ messages)
` [PATCH 1/3] writeback: propagate the various reasons for writeback
` [PATCH 2/3] writeback: add wbc_to_write()
` [PATCH 3/3] writeback: use WRITE_SYNC for reclaim or sync writeback
[vfs PATCH v3 0/4] vfs: Expand iomap interface to fiemap
2016-04-13 0:22 UTC (13+ messages)
` [vfs PATCH v3 1/4] VFS: move iomap from exportfs.h to iomap.h
[RFC v2 PATCH 00/10] dm-thin/xfs: prototype a block reservation allocation model
2016-04-13 0:12 UTC (17+ messages)
` [RFC v2 PATCH 01/10] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
` [RFC v2 PATCH 02/10] xfs: replace xfs_mod_fdblocks() bool param with flags
` [RFC v2 PATCH 03/10] block: add block_device_operations methods to set and get reserved space
` [RFC v2 PATCH 04/10] dm: add "
` [RFC v2 PATCH 05/10] dm thin: "
` [RFC v2 PATCH 06/10] xfs: thin block device reservation mechanism
` [RFC v2 PATCH 07/10] xfs: adopt a reserved allocation model on dm-thin devices
` [RFC v2 PATCH 08/10] xfs: handle bdev reservation ENOSPC correctly from XFS reserved pool
` [RFC v2 PATCH 09/10] xfs: support no block reservation transaction mode
` [RFC v2 PATCH 10/10] xfs: use contiguous bdev reservation for file preallocation
` [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space
[PATCH 1/3] fscrypto: use dget_parent() in fscrypt_d_revalidate()
2016-04-12 23:31 UTC (5+ messages)
` [PATCH 2/3] f2fs: use dget_parent and file_dentry in f2fs_file_open
` [PATCH 3/3] fscrypto: don't let data integrity writebacks fail with ENOMEM
iomap infrastructure and multipage writes V2
2016-04-12 20:53 UTC (9+ messages)
` [PATCH 1/8] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 2/8] fs: introduce iomap infrastructure
` [PATCH 3/8] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 4/8] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 5/8] xfs: implement iomap based buffered write path
` [PATCH 6/8] xfs: remove buffered write support from __xfs_get_blocks
` [PATCH 7/8] fs: iomap based fiemap implementation
` [PATCH 8/8] xfs: use iomap "
[ANNOUNCE] util-linux v2.28
2016-04-12 11:30 UTC
[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
2016-04-12 11:09 UTC (8+ messages)
[GIT PULL] ext4 bug fixes for 4.6
2016-04-12 1:28 UTC (7+ messages)
[PATCH v3 0/2] fix RLIMIT_CORE accounting for sparse dumps
2016-04-11 18:21 UTC (3+ messages)
` [PATCH v3 1/2] coredump: get rid of coredump_params->written
` [PATCH v3 2/2] coredump: only charge written data against RLIMIT_CORE
[PATCH v2 0/2] fix RLIMIT_CORE accounting for sparse dumps
2016-04-11 18:15 UTC (3+ messages)
` [PATCH v2 1/2] coredump: get rid of coredump_params->written
` [PATCH v2 2/2] coredump: only charge written data against RLIMIT_CORE
Linux 4.6-rc3
2016-04-11 1:29 UTC
Can getdents return zero inode numbers?
2016-04-10 21:30 UTC (4+ messages)
Autofs and mount namespaces
2016-04-10 2:53 UTC (8+ messages)
LOAN
2016-04-08 22:02 UTC
[PATCH RESEND] vfs: Add support to document max and min inode times
2016-04-09 1:18 UTC (2+ messages)
[PATCH 0/2] Add infrastructure to support vfs 64 bit timestamps
2016-04-09 1:17 UTC (6+ messages)
` [PATCH 1/2] fs: Add current_fs_time_sec() function
` [PATCH 2/2] vfs: Add vfs_time accessors
[vfs:for-linus 3/3] lib/iov_iter.c:589:1: note: in expansion of macro 'EXPORT_SYMBOL'
2016-04-08 23:20 UTC
[vfs:for-linus 3/3] block/blk-map.c:110:20: warning: unused variable 'prv'
2016-04-08 23:20 UTC
[vfs:for-linus 3/3] lib/iov_iter.c:572:15: error: conflicting types for 'iov_iter_gap_alignment'
2016-04-08 23:19 UTC
[GIT PULL] Orangefs: cleanups and a strncpy vulnerability fix
2016-04-08 20:10 UTC
FROM: MR. OLIVER SENO!!
2016-04-08 18:53 UTC
[PATCH 1/3] orangefs: clean up truncate ctime and mtime setting
2016-04-08 17:33 UTC (8+ messages)
` [PATCH 2/3] orangefs: strncpy -> strlcpy
` [PATCH] orangefs: strncpy -> strscpy
add RWF_(D)SYNC flag to preadv2/pwritev2 V2
2016-04-07 22:50 UTC (14+ messages)
` [PATCH 01/10] filemap: remove pos variables in generic_file_read_iter
` [PATCH 02/10] filemap: remove the pos argument to generic_file_direct_write
` [PATCH 03/10] xfs: eliminate the pos variable in xfs_file_dio_aio_write
` [PATCH 04/10] direct-io: eliminate the offset argument to ->direct_IO
` [PATCH 05/10] direct-io: remove the offset argument to dio_complete
` [PATCH 06/10] fs: add IOCB_SYNC and IOCB_DSYNC
` [PATCH 07/10] fs: simplify the generic_write_sync prototype
` [PATCH 08/10] ceph: use generic_write_sync
` [PATCH 09/10] fs: add RWF_DSYNC aand RWF_SYNC
` [PATCH 10/10] nfsd: use RWF_SYNC
[GIT PULL] ext4 bug fixes for 4.6
2016-04-07 18:36 UTC
[PATCH v2] fs: overlayfs: override creds with the ones from the superblock mounter
2016-04-07 13:48 UTC
[PATCH] fs: overlayfs: override creds with the ones from the superblock mounter (fwd)
2016-04-07 13:36 UTC
[PATCH] fs: overlayfs: override creds with the ones from the superblock mounter
2016-04-07 12:55 UTC
[PATCH] FUSE: Improve aio directIO write performance for size extending writes
2016-04-07 11:48 UTC
[PATCH] fs: overlayfs: remove debug parameter
2016-04-07 10:18 UTC
mmotm 2016-04-06-20-40 uploaded
2016-04-07 3:41 UTC
[PATCHv6 00/30] THP-enabled tmpfs/shmem using compound pages
2016-04-06 22:51 UTC (31+ messages)
` [PATCHv6 01/30] thp, mlock: update unevictable-lru.txt
` [PATCHv6 02/30] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv6 03/30] mm: introduce fault_env
` [PATCHv6 04/30] mm: postpone page table allocation until we have page to map
` [PATCHv6 05/30] rmap: support file thp
` [PATCHv6 06/30] mm: introduce do_set_pmd()
` [PATCHv6 07/30] thp, vmstats: add counters for huge file pages
` [PATCHv6 08/30] thp: support file pages in zap_huge_pmd()
` [PATCHv6 09/30] thp: handle file pages in split_huge_pmd()
` [PATCHv6 10/30] thp: handle file COW faults
` [PATCHv6 11/30] thp: handle file pages in mremap()
` [PATCHv6 12/30] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv6 13/30] thp: prepare change_huge_pmd() for file thp
` [PATCHv6 14/30] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv6 15/30] thp: file pages support for split_huge_page()
` [PATCHv6 16/30] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv6 17/30] vmscan: split file huge pages before paging them out
` [PATCHv6 18/30] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv6 19/30] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv6 20/30] filemap: prepare find and delete operations for huge pages
` [PATCHv6 21/30] truncate: handle file thp
` [PATCHv6 22/30] mm, rmap: account shmem thp pages
` [PATCHv6 23/30] shmem: prepare huge= mount option and sysfs knob
` [PATCHv6 24/30] shmem: get_unmapped_area align huge page
` [PATCHv6 25/30] shmem: add huge pages support
` [PATCHv6 26/30] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv6 27/30] thp: update Documentation/vm/transhuge.txt
` [PATCHv6 28/30] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv6 29/30] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv6 30/30] khugepaged: add support of collapse for tmpfs/shmem pages
[PATCH 00/30] Radix tree multiorder fixes
2016-04-06 21:21 UTC (31+ messages)
` [PATCH 01/30] radix-tree: Introduce radix_tree_empty
` [PATCH 02/30] radix tree test suite: Fix build
` [PATCH 03/30] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH 04/30] radix tree test suite: Allow testing other fan-out values
` [PATCH 05/30] radix tree test suite: keep regression test runs short
` [PATCH 06/30] radix tree test suite: rebuild when headers change
` [PATCH 07/30] radix-tree: remove unused looping macros
` [PATCH 08/30] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH 09/30] radix-tree: Add missing sibling entry functionality
` [PATCH 10/30] radix-tree: Fix sibling entry insertion
` [PATCH 11/30] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH 12/30] radix-tree: Remove restriction on multi-order entries
` [PATCH 13/30] radix-tree: Introduce radix_tree_load_root()
` [PATCH 14/30] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH 15/30] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH 16/30] radix tree test suite: Start adding multiorder tests
` [PATCH 17/30] radix-tree: Rewrite __radix_tree_lookup
` [PATCH 18/30] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH 19/30] radix-tree: add support for multi-order iterating
` [PATCH 20/30] radix tree test suite: multi-order iteration test
` [PATCH 21/30] radix tree test suite: Add multiorder shrinking test
` [PATCH 22/30] radix-tree: Rewrite radix_tree_tag_set
` [PATCH 23/30] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH 24/30] radix-tree: Rewrite radix_tree_tag_get
` [PATCH 25/30] radix-tree test suite: add multi-order tag test
` [PATCH 26/30] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH 27/30] radix-tree: Rewrite radix_tree_locate_item
` [PATCH 28/30] radix-tree: Fix two bugs in radix_tree_range_tag_if_tagged()
` [PATCH 29/30] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH 30/30] radix-tree: Add copyright statements
[PATCH] fs: return EPERM on immutable inode
2016-04-06 3:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH] vfs: avoid atomic f_pos accesses for non-seekable files
2016-04-05 18:02 UTC (7+ messages)
` [PATCH v2] "
state of logfs?
2016-04-05 12:54 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).