summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-02-04xfs: add tracepoints for high level iunlink operationsDarrick J. Wong
2019-02-04xfs: refactor inode update in iunlink_removeDarrick J. Wong
2019-02-04xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong
2019-02-04xfs: refactor inode unlinked pointer update functionsDarrick J. Wong
2019-02-04xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong
2019-02-04xfs: refactor AGI unlinked bucket updatesDarrick J. Wong
2019-02-04xfs: add xfs_verify_agino_or_null helperDarrick J. Wong
2019-02-04xfs: track unlinked inode counts in per-ag dataDarrick J. Wong
2019-02-04xfs: clean up iunlink functionsDarrick J. Wong
2019-02-04xfs: convert big array and blob array to use memfd backendrepair-part-one_2019-02-04Darrick J. Wong
2019-02-04xfs: repair quotasDarrick J. Wong
2019-02-04xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2019-02-04xfs: repair extended attributesDarrick J. Wong
2019-02-04xfs: create a new inode fork block unmap helperDarrick J. Wong
2019-02-04xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2019-02-04xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapiDarrick J. Wong
2019-02-04xfs: create a blob array data structureDarrick J. Wong
2019-02-04xfs: repair damaged symlinksDarrick J. Wong
2019-02-04xfs: repair inode block mapsDarrick J. Wong
2019-02-04xfs: zap broken inode forksDarrick J. Wong
2019-02-04xfs: repair inode recordsDarrick J. Wong
2019-02-04xfs: repair refcount btreesDarrick J. Wong
2019-02-04xfs: repair inode btreesDarrick J. Wong
2019-02-04xfs: repair free space btreesDarrick J. Wong
2019-02-04xfs: create a big array data structureDarrick J. Wong
2019-02-04xfs: separate inode geometryDarrick J. Wong
2019-02-04xfs: use generic fillattr to reduce redundant codescrub-fixes_2019-02-04Darrick J. Wong
2019-02-04xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2019-02-04xfs: check attribute name validityDarrick J. Wong
2019-02-04xfs: check directory name validityDarrick J. Wong
2019-02-04xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong
2019-02-04xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong
2019-02-04xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong
2019-02-04xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong
2019-02-04xfs: scrub big block inode btrees correctlyDarrick J. Wong
2019-02-04xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong
2019-02-04xfs: hoist inode cluster checks out of loopDarrick J. Wong
2019-02-04xfs: check inobt record alignment on big block filesystemsDarrick J. Wong
2019-02-04xfs: check the ir_startino alignment directlyDarrick J. Wong
2019-02-04xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong
2019-02-04xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan
2019-02-01Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher