linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-16 12:16:07 to 2016-06-20 00:28:20 UTC [more...]

[PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-20  0:27 UTC  (14+ messages)
` [PATCH v2 01/24] vfs: Add current_time() api
` [PATCH v2 02/24] fs: Replace CURRENT_TIME with current_time() for inode timestamps
` [PATCH v2 03/24] fs: Replace CURRENT_TIME_SEC "
` [PATCH v2 04/24] fs: Replace current_fs_time() with current_time()
` [PATCH v2 05/24] fs: jfs: Replace CURRENT_TIME_SEC by current_time()
` [PATCH v2 06/24] fs: ext4: Use current_time() for inode timestamps
` [PATCH v2 07/24] fs: ubifs: Replace CURRENT_TIME_SEC with current_time
` [PATCH v2 08/24] fs: btrfs: Use ktime_get_real_ts for root ctime
` [PATCH v2 09/24] fs: udf: Replace CURRENT_TIME with current_time()
` [PATCH v2 11/24] fs: cifs: Replace CURRENT_TIME with ktime_get_real_ts()
` [PATCH v2 20/24] block: Replace CURRENT_TIME with ktime_get_real_ts
` [PATCH v2 23/24] time: Delete CURRENT_TIME_SEC and CURRENT_TIME macro
` [PATCH v2 24/24] time: Delete current_fs_time() function

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-20  0:21 UTC  (137+ 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 112/119] xfs: introduce the XFS_IOC_GETFSMAPX ioctl
` [PATCH 113/119] xfs: scrub btree records and pointers while querying
` [PATCH 114/119] xfs: create sysfs hooks to scrub various files
` [PATCH 115/119] xfs: support scrubbing free space btrees
` [PATCH 116/119] xfs: support scrubbing inode btrees
` [PATCH 117/119] xfs: support scrubbing rmap btree
` [PATCH 118/119] xfs: support scrubbing refcount btree
` [PATCH 119/119] xfs: add btree scrub tracepoints

Q. hlist_bl_add_head_rcu() in d_alloc_parallel()
 2016-06-19 16:55 UTC  (5+ messages)

[PATCH] quota: use time64_t internally
 2016-06-19 16:20 UTC  (2+ messages)

[GIT PULL] UDF fixes and a reiserfs fix for 4.7
 2016-06-19 16:08 UTC 

[PATCH 1/3] f2fs: produce more nids and reduce readahead nats
 2016-06-18  1:03 UTC  (3+ messages)
` [PATCH 2/3] f2fs: avoid writing node/metapages during writes
` [PATCH 3/3] f2fs: avoid latency-critical readahead of node pages

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-17 21:06 UTC  (7+ messages)
` [PATCH 15/21] time: Add time64_to_tm()

[PATCH 0/2] [RFC] fs: allow to use dirfd as root for openat and other *at syscalls
 2016-06-17 20:20 UTC  (3+ messages)
` [PATCH 1/2] namei: add LOOKUP_DFD_ROOT to use dfd as root
` [PATCH 2/2] fs: allow to use dirfd as root for openat and other *at syscalls

[PATCH] procfs: avoid 32-bit time_t in /proc/*/stat
 2016-06-17 20:12 UTC 

[PATCH] initramfs: use vfs_stat/lstat directly
 2016-06-17 20:10 UTC 

Remove page migration fallback (was: UBIFS and page migration)
 2016-06-17 20:03 UTC  (11+ 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()

fs: GPF in locked_inode_to_wb_and_lock_list
 2016-06-17 16:04 UTC  (9+ messages)
              ` [PATCH] block: flush writeback dwork before detaching a bdev inode from it

[PATCH] compat: remove compat_printk
 2016-06-17 14:26 UTC 

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

More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes
 2016-06-17  4:29 UTC  (2+ messages)

[PATCH v2 1/2] fs: Improve and simplify copy_mount_options
 2016-06-17  3:12 UTC  (12+ messages)

[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

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  (4+ messages)
` [PATCH 2/2] gfs2: writeout truncated pages
  ` [Cluster-devel] "

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 


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