summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2020-12-022-8/+34
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-12-021-0/+7
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* 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
* 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
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-11-181-0/+1
* ocfs2: initialize ip_next_orphanWengang Wang2020-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 rmap key and record comparison functionsDarrick J. Wong2020-11-181-8/+8
* 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: 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: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-181-0/+10
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-181-1/+2
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-11-101-1/+2
* 9P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)2020-11-101-2/+2
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-101-1/+1
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-101-0/+1
* btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-11-101-0/+2
* btrfs: cleanup cow block on errorJosef Bacik2020-11-101-0/+6
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-101-0/+8
* NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-11-101-4/+8
* fs: Don't invalidate page buffers in block_write_full_page()Jan Kara2020-11-101-16/+0
* gfs2: add validation checks for size of superblockAnant Thazhemadam2020-11-101-7/+11
* ext4: Detect already used quota file earlyJan Kara2020-11-101-0/+5
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-11-101-2/+8
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-101-0/+2
* f2fs: add trace exit in exception pathZhang Qilong2020-11-101-1/+5
* fscrypt: use EEXIST when file already uses different policyEric Biggers2020-11-101-1/+1
* fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-105-63/+32
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-103-8/+7
* fuse: fix page dereference after freeMiklos Szeredi2020-11-101-10/+18
* efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller2020-11-101-0/+3
* reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-10-291-4/+4
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-291-0/+11
* reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-10-291-1/+2
* udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-10-291-11/+14
* udf: Limit sparing table sizeJan Kara2020-10-291-0/+6
* ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-291-0/+6
* fs: dlm: fix configfs memory leakAlexander Aring2020-10-291-0/+3