summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-19f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-05-19iomap: fix sub-page uptodate handlingChristoph Hellwig1-10/+24
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-19squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-19f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-19cuse: prevent cloneMiklos Szeredi1-0/+2
2021-05-19fs: dlm: fix debugfs dumpAlexander Aring1-0/+1
2021-05-14ovl: fix missing revert_creds() on error pathDan Carpenter1-1/+2
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-05-11ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32
2021-05-11jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3
2021-05-11fuse: fix write deadlockVivek Goyal2-12/+30
2021-05-11jffs2: Fix kasan slab-out-of-bounds problemlizhe1-1/+1
2021-05-11NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-11NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust1-0/+5
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-05-11ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao1-1/+2
2021-05-11virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques1-0/+1
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-05-11erofs: add unsupported inode i_format checkGao Xiang2-0/+10
2021-05-11ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell1-0/+6
2021-05-07ovl: allow upperdir inside lowerdirMiklos Szeredi1-5/+7
2021-04-21readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6
2021-04-16block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov1-0/+4
2021-04-16gfs2: report "already frozen/thawed" errorsBob Peterson1-4/+6
2021-04-14Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman1-1/+0
2021-04-14hostfs: fix memory handling in follow_link()Al Viro1-4/+3
2021-04-14hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-8/+4
2021-04-14fs: direct-io: fix missing sdio->boundaryJack Qiu1-2/+3
2021-04-14ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2-12/+7
2021-04-10cifs: Silently ignore unknown oplock break handleVincent Whitchurch1-2/+2
2021-04-10cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-04-07reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa1-1/+1
2021-04-07ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-04-07NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia1-0/+1
2021-04-07iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani1-0/+10
2021-04-07fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha1-0/+1
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-04-07ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney4-12/+39
2021-03-30ext4: add reclaim checks to xattr codeJan Kara1-0/+4