summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix error code in ext4_commit_superFengnan Chang2021-05-111-2/+4
* ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-05-111-3/+0
* ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-05-111-16/+32
* jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-05-111-0/+3
* fuse: fix write deadlockVivek Goyal2021-05-112-12/+30
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-05-111-1/+1
* NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust2021-05-111-1/+1
* NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust2021-05-111-0/+5
* f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-05-111-0/+3
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-05-111-1/+2
* virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques2021-05-111-0/+1
* btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana2021-05-111-0/+20
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-111-3/+3
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-111-3/+15
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-05-111-1/+1
* erofs: add unsupported inode i_format checkGao Xiang2021-05-112-0/+10
* ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell2021-05-111-0/+6
* ovl: allow upperdir inside lowerdirMiklos Szeredi2021-05-071-5/+7
* readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds2021-04-211-0/+6
* block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov2021-04-161-0/+4
* gfs2: report "already frozen/thawed" errorsBob Peterson2021-04-161-4/+6
* Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman2021-04-141-1/+0
* hostfs: fix memory handling in follow_link()Al Viro2021-04-141-4/+3
* hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2021-04-141-8/+4
* fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-141-2/+3
* ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-142-12/+7
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-04-101-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-04-101-0/+1
* reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-04-071-1/+1
* ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-04-071-9/+9
* NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia2021-04-071-0/+1
* iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani2021-04-071-0/+10
* fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha2021-04-071-0/+1
* ext4: fix bh ref count on error pathsZhaolong Zhang2021-04-071-3/+3
* ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-04-074-12/+39
* ext4: add reclaim checks to xattr codeJan Kara2021-03-301-0/+4
* squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-302-4/+8
* squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-302-2/+7
* nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-301-0/+3
* cifs: change noisy error message to FYIPaulo Alcantara2021-03-301-1/+1
* NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-301-1/+2
* nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler2021-03-301-1/+1
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-301-4/+2
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-03-301-2/+2
* cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-241-1/+6
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-241-4/+4
* ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-241-1/+1
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-6/+4
* nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust2021-03-241-0/+2