messages from 2016-06-01 14:45:28 to 2016-06-07 11:00:14 UTC [more...]
[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
2016-06-07 11:00 UTC (34+ messages)
` [PATCHv9 01/32] thp, mlock: update unevictable-lru.txt
` [PATCHv9 02/32] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv9 03/32] mm: introduce fault_env
` [PATCHv9 04/32] mm: postpone page table allocation until we have page to map
` [PATCHv9 05/32] rmap: support file thp
` [PATCHv9 06/32] mm: introduce do_set_pmd()
` [PATCHv9 07/32] thp, vmstats: add counters for huge file pages
` [PATCHv9 08/32] thp: support file pages in zap_huge_pmd()
` [PATCHv9 09/32] thp: handle file pages in split_huge_pmd()
` [PATCHv9 10/32] thp: handle file COW faults
` [PATCHv9 11/32] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv9 12/32] thp: prepare change_huge_pmd() for file thp
` [PATCHv9 13/32] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv9 14/32] thp: file pages support for split_huge_page()
` [PATCHv9 15/32] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv9 16/32] vmscan: split file huge pages before paging them out
` [PATCHv9 17/32] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv9 18/32] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv9 19/32] filemap: prepare find and delete operations for huge pages
` [PATCHv9 20/32] truncate: handle file thp
` [PATCHv9 21/32] mm, rmap: account shmem thp pages
` [PATCHv9 22/32] shmem: prepare huge= mount option and sysfs knob
` [PATCHv9 23/32] shmem: get_unmapped_area align huge page
` [PATCHv9 24/32] shmem: add huge pages support
` [PATCHv9 25/32] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv9 26/32] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv9 27/32] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv9 28/32] shmem: make shmem_inode_info::lock irq-safe
` [PATCHv9 29/32] khugepaged: add support of collapse for tmpfs/shmem pages
` [PATCHv9 30/32] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCHv9 31/32] shmem: split huge pages beyond i_size under memory pressure
` [PATCHv9 32/32] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt
` [PATCHv9-rebased 00/32] THP-enabled tmpfs/shmem using compound pages
commit 1643b43fbd breaks open(.., O_RDONLY|O_CREAT, ...) on fuse
2016-06-07 8:27 UTC
[BUG] Possible silent data corruption in filesystems/page cache
2016-06-07 7:36 UTC (5+ messages)
[PATCH 4/6] x86/coredump: use core regs, rather that TIF_IA32 flag
2016-06-06 22:43 UTC (6+ messages)
NFS/d_splice_alias breakage
2016-06-06 23:36 UTC (37+ messages)
` [PATCH] Allow d_splice_alias to accept hashed dentries
` Dcache oops
mmotm 2016-06-06-16-15 uploaded
2016-06-06 23:16 UTC
[PATCH 0/1] shiftfs: uid/gid shifting filesystem
2016-06-06 22:02 UTC (5+ messages)
fs: GPF in locked_inode_to_wb_and_lock_list
2016-06-06 17:46 UTC (8+ messages)
[PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-06 15:43 UTC (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
2016-06-06 13:51 UTC (3+ messages)
Is it possible to block any writer inside a fs?
2016-06-06 3:22 UTC
[PATCH] coredump: fix dumping through pipes
2016-06-05 21:14 UTC
[PATCH v2 0/3] Minor orangefs xattr cleanups
2016-06-04 9:02 UTC (4+ messages)
` [PATCH v2 3/3] orangefs: Remove useless xattr prefix arguments
mmotm 2016-06-03-15-55 uploaded
2016-06-03 22:55 UTC
fuse does not show lock info in /proc/.../fdinfo/
2016-06-03 18:49 UTC
[Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260
2016-06-03 15:15 UTC (8+ messages)
kernel BUG at linux-3.16.7-ckt25/fs/dcache.c:2373!
2016-06-03 13:14 UTC (4+ messages)
[RFC 0/2] selinux: Stop looking up dentries from inodes
2016-06-03 13:06 UTC (7+ messages)
` [RFC 1/2] "
[PATCH 1/8] f2fs: reuse nid if it was cached only
2016-06-03 3:55 UTC (8+ messages)
` [PATCH 2/8] f2fs: remove deprecated parameter
` [PATCH 3/8] f2fs: avoid wrong count on dirty inodes
` [PATCH 4/8] f2fs: skip roll_forward recovery after umount
` [PATCH 5/8] f2fs: remove obsolete parameter in f2fs_truncate
` [PATCH 6/8] f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
` [PATCH 7/8] f2fs: fix wrong percentage
` [PATCH 8/8] f2fs: control not to exceed # of cached nat entries
get_mempolicy(2) type mismatch
2016-06-03 2:19 UTC (2+ messages)
Internal error xfs_trans_cancel
2016-06-02 13:29 UTC (8+ messages)
[PATCH] ovl: xattr filter fix
2016-06-02 12:50 UTC (2+ messages)
freevxfs: hp-ux support. patchset r3 4/4
2016-06-02 9:18 UTC (4+ messages)
` freevxfs: hp-ux support. patchset r3 3/4
freevxfs: hp-ux support. patchset 1-7/7
2016-06-02 9:16 UTC (8+ messages)
` freevxfs: hp-ux support. patchset 1-7/7 rev 2
[PATCH v0 0/3] lockperf: a few small improvments
2016-06-02 9:16 UTC (4+ messages)
` [PATCH v0 1/3] Synchronize all clients on start up
` [PATCH v0 2/3] posix03, posix04: Use '-l' instead of '-i' as option argument name
` [PATCH v0 3/3] posix03: Do not kill everything in the process group
[PATCH 1/2] f2fs: return error of f2fs_lookup
2016-06-01 23:34 UTC (2+ messages)
` [PATCH 2/2] f2fs: handle writepage correctly
iomap infrastructure and multipage writes V5
2016-06-01 14:46 UTC (7+ messages)
` [PATCH 10/14] xfs: use iomap infrastructure for DAX zeroing
` [PATCH 11/14] xfs: handle 64-bit length in xfs_iozero
` [PATCH 12/14] xfs: use xfs_zero_range in xfs_zero_eof
` [PATCH 13/14] xfs: split xfs_free_file_space in manageable pieces
` [PATCH 14/14] xfs: kill xfs_zero_remaining_bytes
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).