summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-11gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson1-0/+4
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-12-02efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2-1/+2
2020-12-02proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-11-24ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara1-1/+2
2020-11-24efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi1-0/+1
2020-11-24libfs: fix error cast of negative value in simple_attr_write()Yicong Yang1-2/+4
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-24xfs: strengthen rmap record flags checkingDarrick J. Wong1-4/+4
2020-11-24xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong1-18/+27
2020-11-24vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong1-29/+4
2020-11-18Convert trailing spaces and periods in path componentsBoris Protopopov1-1/+7
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-11-18ocfs2: initialize ip_next_orphanWengang Wang1-0/+1
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2-21/+31
2020-11-18btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu1-0/+1
2020-11-18ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi1-0/+1
2020-11-18ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig1-1/+1
2020-11-18xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-18xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-11-18gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson1-0/+3
2020-11-18gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson1-0/+1
2020-11-18gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson1-1/+1
2020-11-18Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana1-0/+4
2020-11-18xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong1-2/+1
2020-11-18xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster1-0/+10
2020-11-18xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2-1/+2
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-11-10gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-11-10btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-11-10btrfs: tree-checker: Verify inode itemQu Wenruo2-0/+109
2020-11-10btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo1-0/+7
2020-11-10btrfs: tree-checker: Fix wrong check on max devidQu Wenruo1-7/+0
2020-11-10btrfs: tree-checker: Verify dev itemQu Wenruo3-9/+83
2020-11-10btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2-3/+15
2020-11-10btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...Qu Wenruo1-11/+11
2020-11-10btrfs: tree-checker: Make chunk item checker messages more readableQu Wenruo1-13/+68
2020-11-10btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo3-93/+102
2020-11-10btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+33
2020-11-10Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana1-9/+26
2020-11-10btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo1-5/+22
2020-11-10btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo1-3/+6
2020-11-10btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo1-3/+21
2020-11-10btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10