summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-261-0/+2
* ceph: fix fscache invalidationJeff Layton2021-05-222-0/+2
* 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
* NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust2021-05-221-7/+9
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-221-1/+2
* 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
* NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust2021-05-221-1/+1
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-221-3/+3
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-221-3/+15
* ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell2021-05-221-0/+6
* ext4: correct error label in ext4_rename()Zhang Yi2021-04-281-1/+1
* 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-161-1/+0
* mm: add cond_resched() in gather_pte_stats()Hugh Dickins2021-04-161-0/+1
* fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-161-2/+3
* ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-162-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
* 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
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-6/+4
* 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
* binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak2021-03-171-15/+14
* configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang2021-03-171-4/+2
* NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-171-1/+1
* udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-03-171-3/+6
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-111-11/+10
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2021-03-111-22/+15
* 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