messages from 2019-06-21 23:58:36 to 2019-06-26 03:52:32 UTC [more...]
[PATCH v5 0/5] vfs: make immutable files actually immutable
2019-06-26 3:51 UTC (7+ messages)
` [PATCH 1/5] mm/fs: don't allow writes to immutable files
` [PATCH 2/5] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/5] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/5] vfs: don't allow most setxattr to immutable files
` [PATCH 5/5] vfs: don't allow writes to swap files
[PATCH] shared/011: run on all file system that support cgroup writeback
2019-06-26 3:17 UTC (5+ messages)
[PATCH] mkfs: remove useless log options in usage
2019-06-26 2:56 UTC (4+ messages)
[PATCH] xfs: remove unused header files
2019-06-26 2:41 UTC (4+ messages)
` [PATCH V2] "
[PATCH v4 00/10] xfsprogs-5.1: fix various problems
2019-06-26 2:37 UTC (11+ messages)
` [PATCH 01/10] libfrog: refactor online geometry queries
` [PATCH 02/10] libfrog: introduce xfs_fd to wrap an fd to a file on an xfs filesystem
` [PATCH 03/10] libfrog: store more inode and block geometry in struct xfs_fd
` [PATCH 04/10] libfrog: create online fs geometry converters
` [PATCH 05/10] libfrog: refactor open-coded bulkstat calls
` [PATCH 06/10] libfrog: refactor open-coded INUMBERS calls
` [PATCH 07/10] libxfs-diff: try harder to find the kernel equivalent libxfs files
` [PATCH 08/10] xfs_db: remove db/convert.h
` [PATCH 09/10] xfs_db: add a function to compute btree geometry
` [PATCH 10/10] libxfs: move topology declarations into separate header
[PATCH 0/3] xfs: further FSSETXATTR cleanups
2019-06-26 2:33 UTC (4+ messages)
` [PATCH 1/3] xfs: refactor setflags to use setattr code directly
` [PATCH 2/3] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 3/3] xfs: make the dax inode flag advisory
[PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-26 2:32 UTC (6+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs
[PATCH v2 1/2] generic/553: fix test description
2019-06-26 1:18 UTC (9+ messages)
` [PATCH v2 2/2] generic/554: test only copy to active swap file
[PATCH v3 00/12] xfsprogs-5.1: fix various problems
2019-06-25 23:53 UTC (9+ messages)
` [PATCH 01/12] libfrog: don't set negative errno in conversion functions
` [PATCH 02/12] libfrog: cvt_u64 should use strtoull, not strtoll
` [PATCH 03/12] libfrog: refactor online geometry queries
` [PATCH 08/12] libfrog: refactor open-coded INUMBERS calls
[ANNOUNCE] xfsprogs for-next updated to 80704dd8
2019-06-25 21:08 UTC (3+ messages)
` [ANNOUNCE] xfsprogs for-next updated to 78c146f8
` [ANNOUNCE] xfsprogs for-next rebased to 8bfb5eac
[PATCH v4 0/7] vfs: make immutable files actually immutable
2019-06-25 20:37 UTC (16+ messages)
` [PATCH 1/7] mm/fs: don't allow writes to immutable files
` [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [Ocfs2-devel] "
` [PATCH 5/7] xfs: refactor setflags to use setattr code directly
` [PATCH 6/7] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 7/7] vfs: don't allow writes to swap files
Want help with messed-up dump
2019-06-25 19:49 UTC (4+ messages)
[PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-25 18:17 UTC (14+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
[ANNOUNCE] xfs-linux: for-next updated to 51e5b03c638c
2019-06-25 18:06 UTC
[PATCH v2] xfs: test xfs_info on block device and mountpoint
2019-06-25 17:12 UTC (7+ messages)
lift the xfs writepage code into iomap
2019-06-25 15:21 UTC (43+ messages)
` [PATCH 01/12] list.h: add a list_pop helper
` [PATCH 02/12] xfs: simplify xfs_chain_bio
` [PATCH 03/12] xfs: fix a comment typo in xfs_submit_ioend
` [PATCH 04/12] xfs: initialize ioma->flags in xfs_bmbt_to_iomap
` [PATCH 05/12] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 06/12] xfs: remove XFS_TRANS_NOFS
` [PATCH 07/12] xfs: don't preallocate a transaction for file size updates
` [PATCH 08/12] xfs: simplify xfs_ioend_can_merge
` [PATCH 09/12] xfs: refactor the ioend merging code
` [PATCH 10/12] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c
` [PATCH 12/12] iomap: add tracing for the address space operations
[PATCH] xfs_info: limit findmnt to find mounted xfs filesystems
2019-06-25 14:30 UTC (2+ messages)
[PATCH] xfs: move xfs_ino_geometry to xfs_mount.h
2019-06-25 14:29 UTC (3+ messages)
` [PATCH v2] xfs: move xfs_ino_geometry to xfs_shared.h
[PATCH 00/11] xfsprogs: remove unneeded #includes
2019-06-25 11:01 UTC (4+ messages)
` [PATCH 01/11] xfs_estimate: remove unneeded includes
[PATCH 01/10] xfs: mount-api - add fs parameter description
2019-06-25 10:55 UTC (26+ messages)
` [PATCH 02/10] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH 03/10] xfs: mount-api - add xfs_parse_param()
` [PATCH 04/10] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH 05/10] xfs: mount-api - add xfs_get_tree()
` [PATCH 06/10] xfs: mount api - add xfs_reconfigure()
` [PATCH 07/10] xfs: mount-api - add xfs_fc_free()
` [PATCH 08/10] xfs: mount-api - switch to new mount-api
` [PATCH 09/10] xfs: mount-api - remove legacy mount functions
` [PATCH 10/10] xfs: mount-api - rename xfs_fill_super()
[PATCH] xfs_repair: don't search for libxfs.h in system headers
2019-06-25 10:49 UTC (2+ messages)
[PATCH] quota: honor quote type in Q_XGETQSTAT[V] calls
2019-06-25 10:49 UTC (5+ messages)
[PATCH RFC 0/6] xfs: help mkfs shed its AG initialization code
2019-06-25 10:41 UTC (13+ messages)
` [PATCH 1/6] xfs: refactor free space btree record initialization
` [PATCH 2/6] xfs: account for log space when formatting new AGs
` [PATCH 3/6] libxfs: fix uncached buffer refcounting
` [PATCH 4/6] libxfs: fix buffer refcounting in delwri_queue
` [PATCH 5/6] libxfs: make xfs_buf_delwri_submit actually do something
` [PATCH 6/6] mkfs: use libxfs to write out new AGs
xfs cgroup writeback support
2019-06-25 10:06 UTC (10+ messages)
` [PATCH 1/2] xfs: simplify xfs_chain_bio
` [PATCH 2/2] xfs: implement cgroup aware writeback
[PATCH 0/2] xfs: don't fragment files with ZERO_RANGE calls
2019-06-25 3:54 UTC (9+ messages)
` [PATCH 1/2] xfs: factor range zeroing out of xfs_free_file_space
` [PATCH 2/2] xfs: convert extents in place for ZERO_RANGE
[PATCH 0/5] xfs: extended attribute scrub fixes
2019-06-25 3:03 UTC (6+ messages)
` [PATCH 1/5] xfs: attribute scrub should use seen_enough to pass error values
` [PATCH 2/5] xfs: refactor extended attribute buffer pointer functions
` [PATCH 3/5] xfs: refactor attr scrub memory allocation function
` [PATCH 4/5] xfs: only allocate memory for scrubbing attributes when we need it
` [PATCH 5/5] xfs: online scrub needn't bother zeroing its temporary buffer
[PATCH 0/1] xfs: test overflow of delalloc block counters
2019-06-25 2:53 UTC (3+ messages)
` [PATCH 1/1] xfs: check for COW overflows in i_delayed_blks
[PATCH] xfs_quota: fix built-in help for project setup
2019-06-24 14:45 UTC (2+ messages)
Call for participation: Persistent Programming In Real Life
2019-06-23 22:09 UTC
[PATCH v2 00/11] xfs: rework extent allocation
2019-06-21 23:59 UTC (5+ messages)
` [PATCH v2 03/11] xfs: skip small alloc cntbt logic on NULL cursor
` [PATCH v2 04/11] xfs: always update params on small allocation
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