messages from 2016-06-03 09:57:54 to 2016-06-07 22:40:47 UTC [more...]
[PATCH v2 1/2] mount.2: document MS_REC and shared subtree flags
2016-06-07 22:40 UTC (4+ messages)
[RESEND PATCH 0/5] vfs: Use dlock list for SB's s_inodes list
2016-06-07 20:13 UTC (7+ messages)
` [RESEND PATCH 1/5] lib/dlock-list: Distributed and lock-protected lists
` [RESEND PATCH 2/5] lib/dlock-list: Add __percpu modifier for parameters
` [RESEND PATCH 3/5] fsnotify: Simplify inode iteration on umount
` [RESEND PATCH 4/5] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [RESEND PATCH 5/5] vfs: Use dlock list for superblock's inode list
[RESEND PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
2016-06-07 19:35 UTC (7+ messages)
` [RESEND PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [RESEND PATCH v7 2/4] fsnotify: Simplify inode iteration on umount
` [RESEND PATCH v7 3/4] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [RESEND PATCH v7 4/4] vfs: Use per-cpu list for superblock's inode list
Shouldn't iget_locked be using u64 rather than unsigned long ino?
2016-06-07 13:59 UTC
commit 1643b43fbd breaks open(.., O_RDONLY|O_CREAT, ...) on fuse
2016-06-07 13:18 UTC (3+ messages)
[RFC PATCH] mm, memcg: use consistent gfp flags during readahead
2016-06-07 12:12 UTC
[GIT PULL] userns related fixes for v4.7-rc3
2016-06-07 11:57 UTC
[PATCH 0/1] shiftfs: uid/gid shifting filesystem
2016-06-07 11:04 UTC (6+ messages)
[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
2016-06-07 11:00 UTC (66+ 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
` [PATCHv9-rebased 01/32] thp, mlock: update unevictable-lru.txt
` [PATCHv9-rebased 02/32] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv9-rebased 03/32] mm: introduce fault_env
` [PATCHv9-rebased 04/32] mm: postpone page table allocation until we have page to map
` [PATCHv9-rebased 05/32] rmap: support file thp
` [PATCHv9-rebased 06/32] mm: introduce do_set_pmd()
` [PATCHv9-rebased 07/32] thp, vmstats: add counters for huge file pages
` [PATCHv9-rebased 08/32] thp: support file pages in zap_huge_pmd()
` [PATCHv9-rebased 09/32] thp: handle file pages in split_huge_pmd()
` [PATCHv9-rebased 10/32] thp: handle file COW faults
` [PATCHv9-rebased 11/32] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv9-rebased 12/32] thp: prepare change_huge_pmd() for file thp
` [PATCHv9-rebased 13/32] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv9-rebased 14/32] thp: file pages support for split_huge_page()
` [PATCHv9-rebased 15/32] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv9-rebased 16/32] vmscan: split file huge pages before paging them out
` [PATCHv9-rebased 17/32] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv9-rebased 18/32] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv9-rebased 19/32] filemap: prepare find and delete operations for huge pages
` [PATCHv9-rebased 20/32] truncate: handle file thp
` [PATCHv9-rebased 21/32] mm, rmap: account shmem thp pages
` [PATCHv9-rebased 22/32] shmem: prepare huge= mount option and sysfs knob
` [PATCHv9-rebased 23/32] shmem: get_unmapped_area align huge page
` [PATCHv9-rebased 24/32] shmem: add huge pages support
` [PATCHv9-rebased 25/32] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv9-rebased 26/32] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv9-rebased 27/32] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv9-rebased 28/32] shmem: make shmem_inode_info::lock irq-safe
` [PATCHv9-rebased 29/32] khugepaged: add support of collapse for tmpfs/shmem pages
` [PATCHv9-rebased 30/32] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCHv9-rebased 31/32] shmem: split huge pages beyond i_size under memory pressure
` [PATCHv9-rebased 32/32] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt
[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 (28+ messages)
` Dcache oops
mmotm 2016-06-06-16-15 uploaded
2016-06-06 23:16 UTC
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] "
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).