linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-09 00:30:46 to 2020-04-15 06:48:46 UTC [more...]

[PATCH V8 00/11] Enable per-file/per-directory DAX operations V8
 2020-04-15  6:45 UTC  (12+ 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 v8 00/20] xfs: Delay Ready Attributes
 2020-04-15  6:43 UTC  (13+ messages)
` [PATCH v8 02/20] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v8 13/20] xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v8 18/20] xfs: Add delay ready attr remove routines
` [PATCH v8 19/20] xfs: Add delay ready attr set routines

[PATCH v11 00/25] Change readahead API
 2020-04-15  4:56 UTC  (29+ 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 v2] xfs: move inode flush to the sync workqueue
 2020-04-15  4:15 UTC 

[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

[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
 2020-04-14 21:02 UTC  (46+ 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

[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_*

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-14  4:00 UTC  (9+ 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

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  (6+ 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  (8+ messages)
` [PATCH v2 1/6] xfs: trace quota allocations for all quota types
` [PATCH v2 2/6] xfs: combine two if statements with same condition
` [PATCH v2 3/6] xfs: reserve quota inode transaction space only when needed
` [PATCH v2 4/6] xfs: remove unnecessary variable udqp from xfs_ioctl_setattr
` [PATCH v2 5/6] xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach
` [PATCH v2 6/6] xfs: simplify the flags setting in xfs_qm_scall_quotaon

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 

[PATCH] xfs: simplify the flags setting in xfs_qm_scall_quotaon
 2020-04-11  5:08 UTC  (5+ messages)

[GIT PULL] xfs: new code for 5.7, part 2
 2020-04-10 17:30 UTC  (2+ messages)

[PATCH] xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach
 2020-04-10  3:25 UTC 

[PATCH] xfs: stop CONFIG_XFS_DEBUG from changing compiler flags
 2020-04-10  1:01 UTC  (4+ messages)

libelf-0.175 breaks objtool
 2020-04-10  0:46 UTC  (4+ messages)

[PATCH V6 0/8] Enable per-file/per-directory DAX operations V6
 2020-04-10  0:27 UTC  (36+ messages)
` [PATCH V6 2/8] fs: Remove unneeded IS_DAX() check
` [PATCH V6 4/8] fs/xfs: Make DAX mount option a tri-state
` [PATCH V6 6/8] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V6 7/8] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate() to xfs_ioctl_dax_check()

[PATCH] xfs: move inode flush to a workqueue
 2020-04-09 19:15 UTC 

[PATCH] xfs: acquire superblock freeze protection on eofblocks scans
 2020-04-09 19:11 UTC  (4+ messages)

xfs_check vs. xfs_repair vs. the world^W^Wfstests
 2020-04-09 14:52 UTC  (4+ messages)

[PATCH 0/5] xfsprogs: rollup of various fixes for 5.6
 2020-04-09  7:44 UTC  (9+ messages)
` [PATCH 1/5] libxfs: don't barf in libxfs_bwrite on a null buffer ops name
` [PATCH 2/5] libxfs: check return value of device flush when closing device
` [PATCH 4/5] xfs_repair: fix dir_read_buf use of libxfs_da_read_buf
` [PATCH 5/5] xfs_scrub: fix type error in render_ino_from_handle

[PATCH] xfs: remove unnecessary variable udqp from xfs_ioctl_setattr
 2020-04-09  7:37 UTC  (2+ messages)

[PATCH] xfs: pass a commit_mode to xfs_trans_commit
 2020-04-09  7:36 UTC 

[GIT PULL] iomap: bug fix for 5.7
 2020-04-09  4:55 UTC  (2+ messages)


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