summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-09xfs: kill ialloced in xfs_dialloc()dialloc-refactorings-5.11_2020-12-09Gao Xiang
2020-12-09xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-09xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-09xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-12-09xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-09xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierxfs-5.11-merge_2020-12-09xfs-5.11-merge-2Eric Sandeen
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang
2020-12-09xfs: show the proper user quota optionsKaixu Xia
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia
2020-12-09xfs: remove unnecessary null check in xfs_generic_createKaixu Xia
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-11-22Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-11-22Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells
2020-11-22libfs: fix error cast of negative value in simple_attr_write()Yicong Yang
2020-11-21Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-21Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-19ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara
2020-11-19jbd2: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"xfs-5.10-fixes-7Darrick J. Wong
2020-11-19ext4: drop fast_commit from /proc/mountsTheodore Ts'o
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failxfs-5.10-fixes-6Yu Kuai