linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-11 23:08:44 to 2020-04-16 04:28:21 UTC [more...]

[PATCH V8 00/11] Enable per-file/per-directory DAX operations V8
 2020-04-16  4:28 UTC  (23+ messages)
` [PATCH V8 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V8 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V8 03/11] fs/stat: Define DAX statx attribute
` [PATCH V8 04/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V8 05/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V8 06/11] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V8 07/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V8 08/11] fs: Define I_DONTCACNE in VFS layer
` [PATCH V8 09/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V8 10/11] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()
` [PATCH V8 11/11] Documentation/dax: Update Usage section

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-16  3:48 UTC  (28+ messages)
` [PATCH RFC 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH RFC 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH RFC 3/8] fs/ext4: Disallow encryption "
` [PATCH RFC 4/8] fs/ext4: Introduce DAX inode flag
` [PATCH RFC 5/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH RFC 6/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH RFC 7/8] fs/ext4: Only change S_DAX on inode load
` [PATCH RFC 8/8] Documentation/dax: Update DAX enablement for ext4

[PATCH v8 00/20] xfs: Delay Ready Attributes
 2020-04-16  3:17 UTC  (14+ messages)
` [PATCH v8 02/20] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v8 11/20] xfs: Add helper function xfs_attr_node_shrink
` [PATCH v8 18/20] xfs: Add delay ready attr remove routines
` [PATCH v8 19/20] xfs: Add delay ready attr set routines

[PATCH v2] xfs: move inode flush to the sync workqueue
 2020-04-15 15:38 UTC  (3+ messages)

[PATCH 00/34] fs: convert remaining docs to ReST file format
 2020-04-15 14:32 UTC  (3+ messages)
` [PATCH 33/34] docs: filesystems: convert xfs-delayed-logging-design.txt to ReST
` [PATCH 34/34] docs: filesystems: convert xfs-self-describing-metadata.txt "

[PATCH AUTOSEL 5.6 012/129] xfs: fix iclog release error check race with shutdown
 2020-04-15 11:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 026/129] xfs: fix use-after-free when aborting corrupt attr inactivation
` [PATCH AUTOSEL 5.6 027/129] xfs: fix regression in "cleanup xfs_dir2_block_getdents"
` [PATCH AUTOSEL 5.6 038/129] xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock

[PATCH AUTOSEL 5.5 010/106] xfs: fix iclog release error check race with shutdown
 2020-04-15 11:41 UTC  (4+ messages)
` [PATCH AUTOSEL 5.5 018/106] xfs: fix use-after-free when aborting corrupt attr inactivation
` [PATCH AUTOSEL 5.5 019/106] xfs: fix regression in "cleanup xfs_dir2_block_getdents"
` [PATCH AUTOSEL 5.5 030/106] xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock

[PATCH v11 00/25] Change readahead API
 2020-04-15 11:22 UTC  (35+ messages)
` [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v11 02/25] mm: Return void from various readahead functions
` [PATCH v11 03/25] mm: Ignore return value of ->readpages
` [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v11 05/25] mm: Add new readahead_control API
` [PATCH v11 06/25] mm: Use readahead_control to pass arguments
` [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v11 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v11 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v11 10/25] mm: Put readahead pages in cache earlier
` [PATCH v11 11/25] mm: Add readahead address space operation
` [PATCH v11 12/25] mm: Move end_index check out of readahead loop
` [PATCH v11 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v11 14/25] mm: Document why we don't set PageReadahead
` [PATCH v11 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v11 17/25] btrfs: Convert from readpages to readahead
` [PATCH v11 18/25] erofs: Convert uncompressed files "
` [PATCH v11 19/25] erofs: Convert compressed "
` [PATCH v11 20/25] ext4: Convert "
` [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v11 22/25] f2fs: Convert from readpages to readahead
` [PATCH v11 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v11 24/25] fuse: Convert from readpages to readahead
` [PATCH v11 25/25] iomap: "

[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
 2020-04-15  8:23 UTC  (47+ messages)
` [PATCH V7 1/9] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V7 2/9] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V7 3/9] fs/stat: Define DAX statx attribute
` [PATCH V7 4/9] fs/xfs: Make DAX mount option a tri-state
` [PATCH V7 5/9] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V7 6/9] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V7 7/9] fs: Define I_DONTCACNE in VFS layer
` [PATCH V7 8/9] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()
` [PATCH V7 9/9] Documentation/dax: Update Usage section

[PATCH 0/2] xfs: random fixes for 5.7
 2020-04-15  4:14 UTC  (8+ messages)
` [PATCH 1/2] xfs: move inode flush to a workqueue
` [PATCH 2/2] xfs: fix partially uninitialized structure in xfs_reflink_remap_extent

[ANNOUNCE] xfsprogs v5.5.0 released
 2020-04-14 20:42 UTC  (2+ messages)
` [ANNOUNCE V2] xfsprogs v5.6.0 released

[ANNOUNCE] xfs-linux: for-next updated to c142932c29e5
 2020-04-14 17:18 UTC 

[PATCH] xfs_scrub: don't set WorkingDirectory= in systemd job
 2020-04-14 16:40 UTC  (2+ messages)

WARNING in iomap_apply
 2020-04-14 15:50 UTC  (7+ messages)
` [RFC 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*

Same mountpoint restriction in FICLONE ioctls
 2020-04-14  3:00 UTC  (5+ messages)

[PATCH v2] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
 2020-04-13 19:46 UTC 

[PATCH] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
 2020-04-13 19:37 UTC  (3+ messages)

[PATCH 0/2] Extend xattr extent counter to 32-bits
 2020-04-13 18:55 UTC  (5+ messages)
` [PATCH 2/2] xfs: "

[PATCH] xfs/XXX: Add xfs/XXX
 2020-04-13 16:30 UTC  (6+ messages)

[PATCH v2 0/6] xfs: some bugfixes and code cleanups for quota
 2020-04-13 15:39 UTC  (2+ messages)

Bug#695875: [PATCH] Build with libedit rather than readline (Closes: #695875)
 2020-04-12  7:42 UTC 

[PATCH AUTOSEL 5.6 093/149] xfs: fix an undefined behaviour in _da3_path_shift
 2020-04-11 23:03 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 097/149] xfs: clear PF_MEMALLOC before exiting xfsaild thread
` [PATCH AUTOSEL 5.6 115/149] xfs: prohibit fs freezing when using empty transactions

[PATCH AUTOSEL 5.5 074/121] xfs: fix an undefined behaviour in _da3_path_shift
 2020-04-11 23:06 UTC  (3+ messages)
` [PATCH AUTOSEL 5.5 077/121] xfs: clear PF_MEMALLOC before exiting xfsaild thread
` [PATCH AUTOSEL 5.5 093/121] xfs: prohibit fs freezing when using empty transactions

[PATCH AUTOSEL 5.4 067/108] xfs: clear PF_MEMALLOC before exiting xfsaild thread
 2020-04-11 23:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 081/108] xfs: prohibit fs freezing when using empty transactions

[PATCH AUTOSEL 4.19 42/66] xfs: clear PF_MEMALLOC before exiting xfsaild thread
 2020-04-11 23:11 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).