summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* squashfs: fix divide error in calculate_skip()Phillip Lougher2021-05-221-3/+3
* NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia2021-05-221-1/+4
* pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic2021-05-221-1/+1
* NFS: Deal correctly with attribute generation counter overflowTrond Myklebust2021-05-221-4/+4
* cuse: prevent cloneMiklos Szeredi2021-05-221-0/+2
* fs: dlm: fix debugfs dumpAlexander Aring2021-05-221-0/+1
* ext4: fix error code in ext4_commit_superFengnan Chang2021-05-221-2/+4
* ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-05-221-16/+32
* jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-05-221-0/+3
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-05-221-1/+1
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-221-3/+3
* ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell2021-05-221-0/+6
* timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso2021-05-221-0/+10
* ext4: correct error label in ext4_rename()Zhang Yi2021-04-281-1/+1
* fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-161-2/+3
* 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
* ext4: fix bh ref count on error pathsZhaolong Zhang2021-04-071-3/+3
* 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
* 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
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-241-4/+4
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27
* btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-241-0/+2
* ext4: check journal inode extents more carefullyJan Kara2021-03-246-38/+36
* ext4: don't allow overlapping system zonesJan Kara2021-03-241-22/+12
* ext4: handle error of ext4_setup_system_zone() on remountJan Kara2021-03-241-1/+4
* NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-171-1/+1
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2021-03-071-0/+55
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* JFS: more checks for invalid superblockRandy Dunlap2021-03-072-0/+11
* gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson2021-03-031-6/+2
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-031-1/+2
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-031-3/+1
* isofs: release buffer head before returnPan Bian2021-03-032-0/+2
* jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-03-031-0/+3
* fs/jfs: fix potential integer overflow on shift of a intColin Ian King2021-03-031-1/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-031-1/+5
* ntfs: check for valid standard information attributeRustam Kovhaev2021-03-031-0/+6
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-231-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-231-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-234-12/+45
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-1/+1
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+2
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20