linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-15 17:08:05 to 2016-06-17 01:30:02 UTC [more...]

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17  1:29 UTC  (112+ messages)
` [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 003/119] xfs: check offsets of variable length structures
` [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace
` [PATCH 005/119] xfs: check for a valid error_tag in errortag_add
` [PATCH 006/119] xfs: port differences from xfsprogs libxfs
` [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters
` [PATCH 008/119] xfs: separate freelist fixing into a separate helper
` [PATCH 009/119] xfs: convert list of extents to free into a regular list
` [PATCH 010/119] xfs: create a standard btree size calculator code
` [PATCH 011/119] xfs: refactor btree maxlevels computation
` [PATCH 012/119] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 013/119] xfs: support btrees with overlapping intervals for keys
` [PATCH 014/119] xfs: introduce interval queries on btrees
` [PATCH 015/119] xfs: refactor btree owner change into a separate visit-blocks function
` [PATCH 016/119] xfs: move deferred operations into a separate file
` [PATCH 017/119] xfs: add tracepoints for the deferred ops mechanism
` [PATCH 018/119] xfs: enable the xfs_defer mechanism to process extents to free
` [PATCH 019/119] xfs: rework xfs_bmap_free callers to use xfs_defer_ops
` [PATCH 020/119] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
` [PATCH 021/119] xfs: rename flist/free_list to dfops
` [PATCH 022/119] xfs: add tracepoints and error injection for deferred extent freeing
` [PATCH 023/119] xfs: introduce rmap btree definitions
` [PATCH 024/119] xfs: add rmap btree stats infrastructure
` [PATCH 025/119] xfs: rmap btree add more reserved blocks
` [PATCH 026/119] xfs: add owner field to extent allocation and freeing
` [PATCH 027/119] xfs: introduce rmap extent operation stubs
` [PATCH 028/119] xfs: define the on-disk rmap btree format
` [PATCH 029/119] xfs: add rmap btree growfs support
` [PATCH 030/119] xfs: rmap btree transaction reservations
` [PATCH 031/119] xfs: rmap btree requires more reserved free space
` [PATCH 032/119] xfs: add rmap btree operations
` [PATCH 033/119] xfs: support overlapping intervals in the rmap btree
` [PATCH 034/119] xfs: teach rmapbt to support interval queries
` [PATCH 035/119] xfs: add tracepoints for the rmap functions
` [PATCH 036/119] xfs: add an extent to the rmap btree
` [PATCH 037/119] xfs: remove an extent from "
` [PATCH 038/119] xfs: convert unwritten status of reverse mappings
` [PATCH 039/119] xfs: add rmap btree insert and delete helpers
` [PATCH 040/119] xfs: create helpers for mapping, unmapping, and converting file fork extents
` [PATCH 041/119] xfs: create rmap update intent log items
` [PATCH 042/119] xfs: log rmap intent items
` [PATCH 043/119] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 044/119] xfs: propagate bmap updates to rmapbt
` [PATCH 045/119] xfs: add rmap btree geometry feature flag
` [PATCH 046/119] xfs: add rmap btree block detection to log recovery
` [PATCH 047/119] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 048/119] xfs: don't update rmapbt when fixing agfl
` [PATCH 049/119] xfs: enable the rmap btree functionality
` [PATCH 050/119] xfs: count the blocks in a btree
` [PATCH 051/119] xfs: introduce tracepoints for AG reservation code
` [PATCH 052/119] xfs: set up per-AG free space reservations
` [PATCH 053/119] xfs: define tracepoints for refcount btree activities
` [PATCH 054/119] xfs: introduce refcount btree definitions
` [PATCH 055/119] xfs: add refcount btree stats infrastructure
` [PATCH 056/119] xfs: refcount btree add more reserved blocks
` [PATCH 057/119] xfs: define the on-disk refcount btree format
` [PATCH 058/119] xfs: add refcount btree support to growfs
` [PATCH 059/119] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 060/119] xfs: add refcount btree operations
` [PATCH 061/119] xfs: create refcount update intent log items
` [PATCH 062/119] xfs: log refcount intent items
` [PATCH 063/119] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 064/119] xfs: connect refcount adjust functions to upper layers
` [PATCH 065/119] xfs: adjust refcount when unmapping file blocks
` [PATCH 066/119] xfs: add refcount btree block detection to log recovery
` [PATCH 067/119] xfs: refcount btree requires more reserved space
` [PATCH 068/119] xfs: introduce reflink utility functions
` [PATCH 069/119] xfs: create bmbt update intent log items
` [PATCH 070/119] xfs: log bmap intent items
` [PATCH 071/119] xfs: map an inode's offset to an exact physical block
` [PATCH 072/119] xfs: implement deferred bmbt map/unmap operations
` [PATCH 073/119] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 074/119] xfs: define tracepoints for reflink activities
` [PATCH 075/119] xfs: add reflink feature flag to geometry
` [PATCH 076/119] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 077/119] xfs: introduce the CoW fork
` [PATCH 078/119] xfs: support bmapping delalloc extents in "
` [PATCH 079/119] xfs: create delalloc extents in "
` [PATCH 080/119] xfs: support allocating delayed "
` [PATCH 081/119] xfs: allocate "
` [PATCH 082/119] xfs: support removing extents from "
` [PATCH 083/119] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 084/119] xfs: implement CoW for directio writes
` [PATCH 085/119] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 086/119] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
` [PATCH 087/119] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 088/119] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 089/119] xfs: reflink extents from one file to another
` [PATCH 090/119] xfs: add clone file and clone range vfs functions
` [PATCH 091/119] xfs: add dedupe range vfs function
` [PATCH 092/119] xfs: teach get_bmapx and fiemap about shared extents and the CoW fork
` [PATCH 093/119] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 094/119] xfs: unshare a range of blocks via fallocate
` [PATCH 095/119] xfs: CoW shared EOF block when truncating file
` [PATCH 096/119] xfs: support FS_XFLAG_REFLINK on reflink filesystems
` [PATCH 097/119] xfs: create a separate cow extent size hint for the allocator
` [PATCH 098/119] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 099/119] xfs: don't allow reflink when the AG is low on space
` [PATCH 100/119] xfs: try other AGs to allocate a BMBT block
` [PATCH 101/119] xfs: promote buffered writes to CoW when cowextsz is set
` [PATCH 102/119] xfs: garbage collect old cowextsz reservations
` [PATCH 103/119] xfs: provide switch to force filesystem to copy-on-write all the time
` [PATCH 104/119] xfs: increase log reservations for reflink
` [PATCH 105/119] xfs: use interval query for rmap alloc operations on shared files
` [PATCH 106/119] xfs: convert unwritten status of reverse mappings for "
` [PATCH 107/119] xfs: set a default CoW extent size of 32 blocks
` [PATCH 108/119] xfs: don't allow realtime and reflinked files to mix
` [PATCH 109/119] xfs: don't mix reflink and DAX mode for now
` [PATCH 110/119] xfs: fail ->bmap for reflink inodes
` [PATCH 111/119] xfs: recognize the reflink feature bit

[PATCH v9 0/3] fallocate for block devices
 2016-06-17  1:17 UTC  (4+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices

Remove page migration fallback (was: UBIFS and page migration)
 2016-06-16 23:11 UTC  (5+ messages)
` [PATCH 1/3] mm: Don't blindly assign fallback_migrate_page()
` [PATCH 2/3] mm: Export migrate_page_move_mapping and migrate_page_copy
` [PATCH 3/3] UBIFS: Implement ->migratepage()

Shouldn't iget_locked be using u64 rather than unsigned long ino?
 2016-06-16 18:00 UTC  (2+ messages)

[PATCH 0/2] fix gfs2 truncate race
 2016-06-16 17:49 UTC  (6+ messages)
` [PATCH 2/2] gfs2: writeout truncated pages
  ` [Cluster-devel] "

iomap infrastructure and multipage writes V5
 2016-06-16 16:12 UTC  (3+ messages)
` [PATCH 02/14] fs: introduce iomap infrastructure

fuse does not show lock info in /proc/.../fdinfo/
 2016-06-16 16:07 UTC  (4+ messages)

[PATCH] FUSE: Improve aio directIO write performance for size extending writes
 2016-06-16 12:36 UTC  (6+ messages)

[PATCH v3] writeback: inode cgroup wb switch should not call ihold()
 2016-06-16 12:15 UTC 

[PATCH v2] writeback: inode cgroup wb switch should not call ihold()
 2016-06-16 12:09 UTC  (3+ messages)

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-16 11:51 UTC  (43+ messages)
` [PATCHv9-rebased2 00/37] "
  ` [PATCHv9-rebased2 01/37] mm, thp: make swapin readahead under down_read of mmap_sem
  ` [PATCHv9-rebased2 02/37] mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix
  ` [PATCHv9-rebased2 03/37] mm, thp: fix locking inconsistency in collapse_huge_page
  ` [PATCHv9-rebased2 04/37] mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix
  ` [PATCHv9-rebased2 05/37] khugepaged: recheck pmd after mmap_sem re-acquired
  ` [PATCHv9-rebased2 06/37] thp, mlock: update unevictable-lru.txt
  ` [PATCHv9-rebased2 07/37] mm: do not pass mm_struct into handle_mm_fault
  ` [PATCHv9-rebased2 08/37] mm: introduce fault_env
  ` [PATCHv9-rebased2 09/37] mm: postpone page table allocation until we have page to map
  ` [PATCHv9-rebased2 10/37] rmap: support file thp
  ` [PATCHv9-rebased2 11/37] mm: introduce do_set_pmd()
  ` [PATCHv9-rebased2 12/37] thp, vmstats: add counters for huge file pages
  ` [PATCHv9-rebased2 13/37] thp: support file pages in zap_huge_pmd()
  ` [PATCHv9-rebased2 14/37] thp: handle file pages in split_huge_pmd()
  ` [PATCHv9-rebased2 15/37] thp: handle file COW faults
  ` [PATCHv9-rebased2 16/37] thp: skip file huge pmd on copy_huge_pmd()
  ` [PATCHv9-rebased2 17/37] thp: prepare change_huge_pmd() for file thp
  ` [PATCHv9-rebased2 18/37] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
  ` [PATCHv9-rebased2 19/37] thp: file pages support for split_huge_page()
  ` [PATCHv9-rebased2 20/37] thp, mlock: do not mlock PTE-mapped file huge pages
  ` [PATCHv9-rebased2 21/37] vmscan: split file huge pages before paging them out
  ` [PATCHv9-rebased2 22/37] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
  ` [PATCHv9-rebased2 23/37] radix-tree: implement radix_tree_maybe_preload_order()
  ` [PATCHv9-rebased2 24/37] filemap: prepare find and delete operations for huge pages
  ` [PATCHv9-rebased2 25/37] truncate: handle file thp
  ` [PATCHv9-rebased2 26/37] mm, rmap: account shmem thp pages
  ` [PATCHv9-rebased2 27/37] shmem: prepare huge= mount option and sysfs knob
  ` [PATCHv9-rebased2 28/37] shmem: get_unmapped_area align huge page
  ` [PATCHv9-rebased2 29/37] shmem: add huge pages support
  ` [PATCHv9-rebased2 30/37] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
  ` [PATCHv9-rebased2 31/37] thp: extract khugepaged from mm/huge_memory.c
  ` [PATCHv9-rebased2 32/37] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
  ` [PATCHv9-rebased2 33/37] shmem: make shmem_inode_info::lock irq-safe
  ` [PATCHv9-rebased2 34/37] khugepaged: add support of collapse for tmpfs/shmem pages
  ` [PATCHv9-rebased2 35/37] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
  ` [PATCHv9-rebased2 36/37] shmem: split huge pages beyond i_size under memory pressure
  ` [PATCHv9-rebased2 37/37] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt

[4.7-rc3 June 16th code][EXT4] Rename file corruption?
 2016-06-16  8:47 UTC 

[PATCH v2 0/2] copy_mount_options improvements
 2016-06-16  8:38 UTC  (14+ messages)
` [PATCH v2 1/2] fs: Improve and simplify copy_mount_options

[PATCH] autofs: don't stuck in a loop if vfs_write returns an error
 2016-06-16  8:31 UTC 

[GIT PULL] overlayfs fixes for 4.7-rc3
 2016-06-16  7:32 UTC 

mmotm 2016-06-15-16-18 uploaded
 2016-06-15 23:19 UTC 

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-15 21:23 UTC  (8+ messages)
` [PATCH 15/21] time: Add time64_to_tm()
` [PATCH 17/21] audit: Use timespec64 to represent audit timestamps

[RFC PATCH] coredump: avoid ext4 auto_da_alloc for core file
 2016-06-15 17:42 UTC 


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