messages from 2020-04-07 00:50:00 to 2020-04-13 16:11:52 UTC [more...]
[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
2020-04-13 16:09 UTC (15+ 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] xfs/XXX: Add xfs/XXX
2020-04-13 15:53 UTC (3+ 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
[PATCH v8 00/20] xfs: Delay Ready Attributes
2020-04-13 13:40 UTC (31+ messages)
` [PATCH v8 10/20] xfs: Add helper function __xfs_attr_rmtval_remove
` [PATCH v8 11/20] xfs: Add helper function xfs_attr_node_shrink
` [PATCH v8 12/20] xfs: Removed unneeded xfs_trans_roll_inode calls
` [PATCH v8 13/20] xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v8 14/20] xfs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v8 15/20] xfs: Add remote block helper functions
` [PATCH v8 16/20] xfs: Add helper function xfs_attr_node_removename_setup
` [PATCH v8 17/20] xfs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v8 18/20] xfs: Add delay ready attr remove routines
` [PATCH v8 19/20] xfs: Add delay ready attr set routines
[PATCH 0/2] xfs: random fixes for 5.7
2020-04-13 12:31 UTC (5+ messages)
` [PATCH 1/2] xfs: move inode flush to a workqueue
` [PATCH 2/2] xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
Same mountpoint restriction in FICLONE ioctls
2020-04-13 8:57 UTC (3+ messages)
WARNING in iomap_apply
2020-04-12 16:12 UTC (6+ messages)
` [RFC 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*
Bug#695875: [PATCH] Build with libedit rather than readline (Closes: #695875)
2020-04-12 7:42 UTC
[PATCH 0/2] Extend xattr extent counter to 32-bits
2020-04-12 6:34 UTC (23+ messages)
` [PATCH 1/2] xfs: Fix log reservation calculation for xattr insert operation
` [PATCH 2/2] xfs: Extend xattr extent counter to 32-bits
[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 (5+ messages)
[PATCH V6 0/8] Enable per-file/per-directory DAX operations V6
2020-04-10 0:27 UTC (47+ messages)
` [PATCH V6 1/8] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V6 2/8] fs: Remove unneeded IS_DAX() check
` [PATCH V6 3/8] fs/stat: Define DAX statx attribute
` [PATCH V6 4/8] fs/xfs: Make DAX mount option a tri-state
` [PATCH V6 5/8] fs/xfs: Create function xfs_inode_enable_dax()
` [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 V6 8/8] Documentation/dax: Update Usage section
[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 (5+ 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 (10+ 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)
[PATCH] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
2020-04-09 0:16 UTC (2+ messages)
[RFC v6 PATCH 00/10] xfs: automatic relogging experiment
2020-04-09 0:05 UTC (6+ messages)
` [RFC v6 PATCH 03/10] xfs: extra runtime reservation overhead for relog transactions
` [RFC v6 PATCH 07/10] xfs: prevent fs freeze with outstanding relog items
[PATCH 0/2] block: add bio based read-write helper
2020-04-08 23:22 UTC (10+ messages)
` [PATCH 1/2] block: add bio based rw helper for data buffer
` [PATCH 2/2] xfs: use block layer helper for rw
[PATCH v2] xfs: check if reserved free disk blocks is needed
2020-04-08 14:12 UTC (3+ messages)
[ANNOUNCE] xfsprogs-5.6.0-rc1 released
2020-04-08 14:01 UTC
[PATCH 0/2] Extend xattr extent counter to 32-bits
2020-04-08 12:46 UTC (4+ messages)
` [PATCH 2/2] xfsprogs: Extend attr "
[PATCH] xfs/XXX: Add xfs/XXX
2020-04-07 18:30 UTC
[Bug 207053] New: fsfreeze deadlock on XFS (the FIFREEZE ioctl and subsequent FITHAW hang indefinitely)
2020-04-07 17:02 UTC (12+ messages)
` [Bug 207053] "
[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
2020-04-07 11:05 UTC (14+ messages)
[PATCH] common/xfs: Execute _xfs_check only when explicitly asked
2020-04-07 5:48 UTC (3+ messages)
[PATCH] xfs: check if reserved free disk blocks is needed
2020-04-07 1:30 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox