summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-15xfs: repair quotasDarrick J. Wong
2019-04-15xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2019-04-15xfs: repair extended attributesDarrick J. Wong
2019-04-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2019-04-15xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2019-04-15xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapiDarrick J. Wong
2019-04-15xfs: create a blob array data structureDarrick J. Wong
2019-04-15xfs: repair damaged symlinksDarrick J. Wong
2019-04-15xfs: repair inode block mapsDarrick J. Wong
2019-04-15xfs: zap broken inode forksDarrick J. Wong
2019-04-15xfs: repair inode recordsDarrick J. Wong
2019-04-15xfs: repair refcount btreesDarrick J. Wong
2019-04-15xfs: repair inode btreesDarrick J. Wong
2019-04-15xfs: separate inode geometryDarrick J. Wong
2019-04-15xfs: repair free space btreesDarrick J. Wong
2019-04-15xfs: create a big array data structureDarrick J. Wong
2019-04-15xfs: add a repair revalidation function pointerDarrick J. Wong
2019-04-15xfs: extend the range of flush_unmap rangesstale-exposure_2019-04-15Darrick J. Wong
2019-04-15xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2019-04-15xfs: scrub should only cross-reference with healthy btreesscrub-health-tracking_2019-04-15Darrick J. Wong
2019-04-15xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-15xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-15xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-04-15xfs: refactor scrub context initializationDarrick J. Wong
2019-04-15ext4: don't allow any modifications to an immutable fileimmutable-files_2019-04-15Darrick J. Wong
2019-04-15xfs: don't allow most setxattr to immutable filesDarrick J. Wong
2019-04-15xfs: clean up xfs_merge_ioc_xflagsDarrick J. Wong
2019-04-15xfs: refactor setflags to use setattr code directlyDarrick J. Wong
2019-04-15xfs: flush page mappings as part of setting immutableDarrick J. Wong
2019-04-15xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong
2019-04-15mm/fs: don't allow writes to immutable filesDarrick J. Wong
2019-04-15xfs: merge adjacent io completions of the same typemerged-completions_2019-04-15Darrick J. Wong
2019-04-15xfs: remove unused m_data_workqueueDarrick J. Wong
2019-04-15xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-15xfs: report inode health via bulkstathealth-tracking_2019-04-15Darrick J. Wong
2019-04-15xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-15xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-15xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-15xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2019-04-15xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-15xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2019-04-15xfs: track metadata health statusDarrick J. Wong
2019-04-15xfs: don't account extra agfl blocks as availablexfs-5.2-merge_2019-04-15Brian Foster
2019-04-15xfs: shutdown after buf release in iflush cluster abort pathBrian Foster
2019-04-15xfs: wake commit waiters on CIL abort before log item abortBrian Foster
2019-04-15xfs: fix use after free in buf log item unlock assertBrian Foster
2019-04-14Linux 5.1-rc5v5.1-rc5Linus Torvalds
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-14mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds