Show patches with: Archived = No       |   24755 patches
« 1 2 ... 171 172 173247 248 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[10/10] libxfs: shorten inode item lifetime xfsprogs-5.0: fix various problems - 1 - --- 2019-04-22 Darrick J. Wong Accepted
[09/10] libxfs: fix buffer log item lifetime weirdness xfsprogs-5.0: fix various problems - 1 - --- 2019-04-22 Darrick J. Wong Accepted
[08/10] libxfs: don't touch buffer log item pointer when flushing inode log item xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[07/10] libxfs: refactor buffer item release code xfsprogs-5.0: fix various problems - - - --- 2019-04-22 Darrick J. Wong Accepted
[06/10] misc: fix strncpy length complaints xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[05/10] libxfs: drop the ifork_ops parameter from _inode_verify_forks xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[04/10] libxfs: retain ifork_ops when flushing inode xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[03/10] xfs_repair: correctly account for free space btree shrinks when fixing freelist xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[02/10] xfs_info: use findmnt to handle mounted block devices xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[01/10] scrub: fix Makefile targets which depend on builddefs xfsprogs-5.0: fix various problems - 2 - --- 2019-04-22 Darrick J. Wong Accepted
[V2] block: clarify that bio_add_page() and related helpers can add multi pages [V2] block: clarify that bio_add_page() and related helpers can add multi pages - 2 - --- 2019-04-22 Ming Lei Not Applicable
[(resend)] libxfs: refactor manage_zones() [(resend)] libxfs: refactor manage_zones() - 1 - --- 2019-04-19 Eric Sandeen Accepted
libxfs: refactor manage_zones() libxfs: refactor manage_zones() - - - --- 2019-04-19 Eric Sandeen Superseded
[5/5] xfs: add online scrub for superblock counters xfs: scrub filesystem summary counters - - - --- 2019-04-19 Darrick J. Wong Superseded
[4/5] xfs: scrub should check incore counters against ondisk headers xfs: scrub filesystem summary counters - 1 - --- 2019-04-19 Darrick J. Wong Accepted
[3/5] xfs: allow scrubbers to pause background reclaim xfs: scrub filesystem summary counters - 1 - --- 2019-04-19 Darrick J. Wong Accepted
[2/5] xfs: rename the speculative block allocation reclaim toggle functions xfs: scrub filesystem summary counters - 1 - --- 2019-04-19 Darrick J. Wong Accepted
[1/5] xfs: track delayed allocation reservations across xfs: scrub filesystem summary counters - 1 - --- 2019-04-19 Darrick J. Wong Accepted
xfs: kill the xfs_dqtrx_t typedef xfs: kill the xfs_dqtrx_t typedef - 2 - --- 2019-04-17 Darrick J. Wong Accepted
[8/8] ext4: don't allow any modifications to an immutable file vfs: make immutable files actually immutable - - - --- 2019-04-17 Darrick J. Wong Not Applicable
[7/8] btrfs: don't allow any modifications to an immutable file vfs: make immutable files actually immutable - - - --- 2019-04-17 Darrick J. Wong Not Applicable
[5/8] xfs: clean up xfs_merge_ioc_xflags vfs: make immutable files actually immutable - - - --- 2019-04-17 Darrick J. Wong Superseded
[4/8] xfs: refactor setflags to use setattr code directly vfs: make immutable files actually immutable - - - --- 2019-04-17 Darrick J. Wong Superseded
[2/8] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction vfs: make immutable files actually immutable - 1 - --- 2019-04-17 Darrick J. Wong Superseded
[1/8] mm/fs: don't allow writes to immutable files vfs: make immutable files actually immutable - - - --- 2019-04-17 Darrick J. Wong Superseded
xfs: abort unaligned nowait directio early xfs: abort unaligned nowait directio early - 3 - --- 2019-04-17 Darrick J. Wong Accepted
xfs: make tr_growdata a permanent transaction xfs: make tr_growdata a permanent transaction - 1 - --- 2019-04-17 Brian Foster Superseded
[2/3] xfs: allow scrubbers to pause background reclaim xfs: scrub filesystem summary counters - - - --- 2019-04-17 Darrick J. Wong Accepted
[1/3] xfs: track delayed allocation reservations across xfs: scrub filesystem summary counters - - - --- 2019-04-17 Darrick J. Wong Accepted
[2/2] xfs: widen inode delalloc block counter to 64-bits xfs: prevent overflow of delalloc block counters - 3 - --- 2019-04-17 Darrick J. Wong Accepted
[1/2] xfs: widen quota block counters to 64-bit integers xfs: prevent overflow of delalloc block counters - 3 - --- 2019-04-17 Darrick J. Wong Accepted
[v2,5/5] xfs: scrub should only cross-reference with healthy btrees Untitled series #106135 - 1 - --- 2019-04-16 Darrick J. Wong Accepted
[v2,4/5] xfs: scrub/repair should update filesystem metadata health Untitled series #106133 - 1 - --- 2019-04-16 Darrick J. Wong Accepted
[5/5] xfs: scrub should only cross-reference with healthy btrees xfs: scrub/repair update health tracking - - - --- 2019-04-16 Darrick J. Wong Accepted
[4/5] xfs: scrub/repair should update filesystem metadata health xfs: scrub/repair update health tracking - - - --- 2019-04-16 Darrick J. Wong Accepted
[3/5] xfs: hoist the already_fixed variable to the scrub context xfs: scrub/repair update health tracking - 1 - --- 2019-04-16 Darrick J. Wong Accepted
[2/5] xfs: collapse scrub bool state flags into a single unsigned int xfs: scrub/repair update health tracking - 1 - --- 2019-04-16 Darrick J. Wong Accepted
[1/5] xfs: refactor scrub context initialization xfs: scrub/repair update health tracking - 1 - --- 2019-04-16 Darrick J. Wong Accepted
[v2,1/3] xfs: implement per-inode writeback completion queues [v2,1/3] xfs: implement per-inode writeback completion queues - 1 - --- 2019-04-15 Darrick J. Wong Accepted
[3/3] xfs: merge adjacent io completions of the same type xfs: merged io completions - 1 - --- 2019-04-15 Darrick J. Wong Accepted
[2/3] xfs: remove unused m_data_workqueue xfs: merged io completions - 1 - --- 2019-04-15 Darrick J. Wong Accepted
[1/3] xfs: implement per-inode writeback completion queues xfs: merged io completions - - - --- 2019-04-15 Darrick J. Wong Superseded
[8/9] xfs: Roll delayed attr operations by returning EAGAIN xfs: Delayed Attributes - - - --- 2019-04-12 Allison Henderson Superseded
[6/9] xfs: Add xfs_has_attr and subroutines xfs: Delayed Attributes - - - --- 2019-04-12 Allison Henderson Superseded
[5/9] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred xfs: Delayed Attributes - - - --- 2019-04-12 Allison Henderson Superseded
[4/9] xfs: Set up infastructure for deferred attribute operations xfs: Delayed Attributes - - - --- 2019-04-12 Allison Henderson Superseded
[1/9] xfs: Remove all strlen in all xfs_attr_* functions for attr names. xfs: Delayed Attributes - 2 - --- 2019-04-12 Allison Henderson Superseded
[v2,19/36] mkfs: validate extent size hint parameters Untitled series #105115 - - - --- 2019-04-12 Darrick J. Wong Accepted
[8/8] xfs: report inode health via bulkstat xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
[7/8] xfs: report AG health via AG geometry ioctl xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
[6/8] xfs: report fs and rt health via geometry structure xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
[5/8] xfs: add a new ioctl to describe allocation group geometry xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
[4/8] xfs: bump XFS_IOC_FSGEOMETRY to v5 structures xfs: online health tracking support - 2 - --- 2019-04-12 Darrick J. Wong Accepted
[3/8] xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
[2/8] xfs: replace the BAD_SUMMARY mount flag with the equivalent health code xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
[1/8] xfs: track metadata health status xfs: online health tracking support - 1 - --- 2019-04-12 Darrick J. Wong Accepted
generic: test statfs on project quota directory generic: test statfs on project quota directory - - - --- 2019-04-11 Zorro Lang Superseded
[4/4] xfs: scrub/repair should update filesystem metadata health xfs: scrub/repair update health tracking - - - --- 2019-04-11 Darrick J. Wong Superseded
[3/4] xfs: hoist the already_fixed variable to the scrub context xfs: scrub/repair update health tracking - - - --- 2019-04-11 Darrick J. Wong Superseded
[2/4] xfs: collapse scrub bool state flags into a single unsigned int xfs: scrub/repair update health tracking - - - --- 2019-04-11 Darrick J. Wong Superseded
[1/4] xfs: refactor scrub context initialization xfs: scrub/repair update health tracking - - - --- 2019-04-11 Darrick J. Wong Superseded
[8/8] xfs: report inode health via bulkstat xfs: online health tracking support - 1 - --- 2019-04-11 Darrick J. Wong Superseded
[7/8] xfs: report AG health via AG geometry ioctl xfs: online health tracking support - - - --- 2019-04-11 Darrick J. Wong Superseded
[6/8] xfs: report fs and rt health via geometry structure xfs: online health tracking support - - - --- 2019-04-11 Darrick J. Wong Superseded
[5/8] xfs: add a new ioctl to describe allocation group geometry xfs: online health tracking support - 1 - --- 2019-04-11 Darrick J. Wong Superseded
[4/8] xfs: bump XFS_IOC_FSGEOMETRY to v5 structures xfs: online health tracking support - 2 - --- 2019-04-11 Darrick J. Wong Superseded
[3/8] xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem xfs: online health tracking support - 1 - --- 2019-04-11 Darrick J. Wong Superseded
[2/8] xfs: replace the BAD_SUMMARY mount flag with the equivalent health code xfs: online health tracking support - 1 - --- 2019-04-11 Darrick J. Wong Superseded
[1/8] xfs: track metadata health status xfs: online health tracking support - 1 - --- 2019-04-11 Darrick J. Wong Superseded
[v2,26/36] xfs_repair: refactor buffer ops assignments during phase 5 Untitled series #103775 - 1 - --- 2019-04-10 Darrick J. Wong Accepted
xfs,fstrim: fix to return correct minlen xfs,fstrim: fix to return correct minlen - 1 - --- 2019-04-10 Wang Shilong Accepted
[v5,6/6] xfs: disable map_sync for async flush virtio pmem driver - - - --- 2019-04-10 Pankaj Gupta Superseded
[v5,5/6] ext4: disable map_sync for async flush virtio pmem driver - - - --- 2019-04-10 Pankaj Gupta Not Applicable
[v5,4/6] dax: check synchronous mapping is supported virtio pmem driver - - - --- 2019-04-10 Pankaj Gupta Superseded
[v5,3/6] libnvdimm: add dax_dev sync flag virtio pmem driver - - - --- 2019-04-10 Pankaj Gupta Not Applicable
[v5,2/5] virtio-pmem: Add virtio pmem driver virtio pmem driver - - - --- 2019-04-10 Pankaj Gupta Not Applicable
[v5,1/6] libnvdimm: nd_region flush callback support virtio pmem driver - - - --- 2019-04-10 Pankaj Gupta Not Applicable
[v2,4/4] xfs: don't allow most setxattr to immutable files Untitled series #102853 - - - --- 2019-04-09 Darrick J. Wong Superseded
xfsprogs: remove unused function prototypes xfsprogs: remove unused function prototypes - 1 - --- 2019-04-08 Eric Sandeen Accepted
[v3] clonerange: test remapping the rainbow [v3] clonerange: test remapping the rainbow - - - --- 2019-04-08 Darrick J. Wong Accepted
[4/4] xfs: don't allow most setxattr to immutable files vfs: make immutable files actually immutable - 1 - --- 2019-04-07 Darrick J. Wong Superseded
[3/4] xfs: flush page mappings as part of setting immutable vfs: make immutable files actually immutable - - - --- 2019-04-07 Darrick J. Wong Superseded
[2/4] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction vfs: make immutable files actually immutable - 1 - --- 2019-04-07 Darrick J. Wong Superseded
[1/4] mm/fs: don't allow writes to immutable files vfs: make immutable files actually immutable - - - --- 2019-04-07 Darrick J. Wong Superseded
xfs_io: support splice data between two files xfs_io: support splice data between two files - - - --- 2019-04-06 Zorro Lang Superseded
[v2,43/36] xfs_db: refactor multi-fsb object detection decision making Untitled series #101567 - 1 - --- 2019-04-05 Darrick J. Wong Accepted
scrub: fix typo in unicrash header file scrub: fix typo in unicrash header file - 2 - --- 2019-04-04 Eric Sandeen Accepted
[v2,46/36] xfs_scrub: remove pointless xfs_verify_error_info struct Untitled series #101429 - 1 - --- 2019-04-04 Darrick J. Wong Accepted
[v2,45/36] xfs_scrub: rename confusing structure Untitled series #101427 - 1 - --- 2019-04-04 Darrick J. Wong Accepted
[v4,5/5] xfs: disable map_sync for async flush virtio pmem driver - - - --- 2019-04-03 Pankaj Gupta Superseded
[v4,4/5] ext4: disable map_sync for async flush virtio pmem driver - 1 - --- 2019-04-03 Pankaj Gupta Not Applicable
[v4,3/5] libnvdimm: add dax_dev sync flag virtio pmem driver - - - --- 2019-04-03 Pankaj Gupta Not Applicable
[v4,2/5] virtio-pmem: Add virtio pmem driver virtio pmem driver - - - --- 2019-04-03 Pankaj Gupta Not Applicable
block: clarify that bio_add_page() and related helpers can add multi pages block: clarify that bio_add_page() and related helpers can add multi pages - 1 - --- 2019-04-02 Ming Lei Not Applicable
[10/10] xfs: update health status if we get a clean bill of health xfs: online health tracking support - - - --- 2019-04-01 Darrick J. Wong Superseded
[09/10] xfs: scrub/repair should update filesystem metadata health xfs: online health tracking support - - - --- 2019-04-01 Darrick J. Wong Superseded
[08/10] xfs: report inode health via bulkstat xfs: online health tracking support - - - --- 2019-04-01 Darrick J. Wong Superseded
[07/10] xfs: report AG health via AG geometry ioctl xfs: online health tracking support - - - --- 2019-04-01 Darrick J. Wong Superseded
[06/10] xfs: report fs and rt health via geometry structure xfs: online health tracking support - 1 - --- 2019-04-01 Darrick J. Wong Superseded
[05/10] xfs: add a new ioctl to describe allocation group geometry xfs: online health tracking support - - - --- 2019-04-01 Darrick J. Wong Superseded
« 1 2 ... 171 172 173247 248 »