linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-01 08:43:14 to 2016-06-06 14:06:54 UTC [more...]

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-06 14:06 UTC  (17+ 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 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

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-06 13:51 UTC  (3+ messages)

[BUG] Possible silent data corruption in filesystems/page cache
 2016-06-06 13:35 UTC  (4+ messages)

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-06  6:53 UTC  (66+ 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

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 0/1] shiftfs: uid/gid shifting filesystem
 2016-06-05 21:11 UTC  (4+ messages)

NFS/d_splice_alias breakage
 2016-06-04 16:12 UTC  (36+ messages)
` [PATCH] Allow d_splice_alias to accept hashed dentries
      ` Dcache oops

[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 4/6] x86/coredump: use core regs, rather that TIF_IA32 flag
 2016-06-03 10:01 UTC  (4+ messages)

[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  (9+ messages)

[PATCH] ovl: xattr filter fix
 2016-06-02 12:50 UTC  (2+ messages)

freevxfs: hp-ux support. patchset 1-7/7
 2016-06-02  9:18 UTC  (14+ messages)
` freevxfs: hp-ux support. patchset 1-7/7 rev 2
          ` freevxfs: hp-ux support. patchset r3 4/4
            ` freevxfs: hp-ux support. patchset r3 3/4

[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  (16+ messages)
` [PATCH 01/14] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 02/14] fs: introduce iomap infrastructure
` [PATCH 03/14] fs: support DAX based iomap zeroing
` [PATCH 04/14] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 05/14] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 06/14] xfs: implement iomap based buffered write path
` [PATCH 07/14] xfs: remove buffered write support from __xfs_get_blocks
` [PATCH 08/14] fs: iomap based fiemap implementation
` [PATCH 09/14] xfs: use iomap "
` [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

[fuse-devel] Changes in 4.7
 2016-06-01 14:44 UTC  (8+ messages)

iomap infrastructure and multipage writes V4
 2016-06-01 12:31 UTC  (3+ messages)

[PATCH] reusing of mapping page supplies a way for file page allocation under low memory due to pagecache over size and is controlled by sysctl parameters. it is used only for rw page allocation rather than fault or readahead allocation. it is like relclaim but is lighter than reclaim. it only reuses clean and zero mapcount pages of mapping. for special filesystems using this feature like below:
 2016-06-01  9:56 UTC  (10+ messages)
  ` 答复: [PATCH] reusing of mapping page supplies a way for file page allocation under low memory due to pagecache over size and is controlled by sysctl parameters. it is used only for rw page allocation rather than fault or readahead allocation. it is like


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).