summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-22squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-22NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-22pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-22NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-22NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-22f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-22cuse: prevent cloneMiklos Szeredi1-0/+2
2021-05-22fs: dlm: fix debugfs dumpAlexander Aring1-0/+1
2021-05-22ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-22ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32
2021-05-22jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3
2021-05-22jffs2: Fix kasan slab-out-of-bounds problemlizhe1-1/+1
2021-05-22NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-22btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-22btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-22btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-05-22cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-05-22ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell1-0/+6
2021-04-28ext4: correct error label in ext4_rename()Zhang Yi1-1/+1
2021-04-28readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6
2021-04-16gfs2: report "already frozen/thawed" errorsBob Peterson1-4/+6
2021-04-16Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman1-1/+0
2021-04-16fs: direct-io: fix missing sdio->boundaryJack Qiu1-2/+3
2021-04-16ocfs2: 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-07ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-03-30ext4: add reclaim checks to xattr codeJan Kara1-0/+4
2021-03-30squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2-4/+8
2021-03-30squashfs: fix inode lookup sanity checksSean Nyekjaer2-2/+7
2021-03-30nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-30NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-30nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-03-24ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-24ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2021-03-24ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-03-24kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov1-6/+4
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-24ext4: check journal inode extents more carefullyJan Kara6-38/+36
2021-03-24ext4: don't allow overlapping system zonesJan Kara1-22/+12
2021-03-24ext4: handle error of ext4_setup_system_zone() on remountJan Kara1-1/+4
2021-03-17binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak1-15/+14
2021-03-17configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang1-4/+2
2021-03-17NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani1-3/+6
2021-03-17cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-03-11btrfs: fix raid6 qstripe kmapIra Weiny1-11/+10
2021-03-11btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba1-22/+15