summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-301-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-301-9/+11
* NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-301-2/+8
* quota: Sanity-check quota file headers on loadJan Kara2020-12-301-0/+19
* gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-12-111-0/+4
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-12-111-0/+2
* efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-12-022-1/+2
* proc: don't allow async path resolution of /proc/self componentsJens Axboe2020-12-021-0/+7
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn2020-12-021-1/+7
* ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-241-1/+2
* efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi2020-11-241-0/+1
* libfs: fix error cast of negative value in simple_attr_write()Yicong Yang2020-11-241-2/+4
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-241-8/+8
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-241-4/+4
* xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-241-18/+27
* vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong2020-11-241-29/+4
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)2020-11-181-6/+4
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-181-0/+1
* btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-182-21/+31
* btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu2020-11-181-0/+1
* ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi2020-11-181-0/+1
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-181-2/+2
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-181-1/+1
* xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-181-5/+3
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-181-8/+8
* xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-181-0/+2
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-181-1/+1
* gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-11-181-0/+3
* gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson2020-11-181-0/+1
* gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-11-181-1/+1
* Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2020-11-181-0/+4
* xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-181-2/+1
* xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-181-0/+10
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-11-182-1/+2
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik2020-11-181-3/+4
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-101-1/+2
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-11-101-1/+1
* btrfs: tree-checker: Verify inode itemQu Wenruo2020-11-102-0/+109
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-11-101-0/+7
* btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2020-11-101-7/+0
* btrfs: tree-checker: Verify dev itemQu Wenruo2020-11-103-9/+83
* btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2020-11-102-3/+15
* btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...Qu Wenruo2020-11-101-11/+11
* btrfs: tree-checker: Make chunk item checker messages more readableQu Wenruo2020-11-101-13/+68
* btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo2020-11-103-93/+102
* btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo2020-11-101-1/+33
* Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana2020-11-101-9/+26