summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-301-0/+1
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-06-301-1/+1
* proc: only require mm_struct for writingLinus Torvalds2021-06-161-1/+3
* NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo2021-06-161-0/+8
* NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-161-1/+1
* btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani2021-06-161-2/+2
* proc: Track /proc/$pid/attr/ opener mm_structKees Cook2021-06-161-1/+8
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7
* btrfs: fix error handling in btrfs_del_csumsJosef Bacik2021-06-101-5/+5
* ocfs2: fix data corruption by fallocateJunxiao Bi2021-06-101-5/+50
* ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-101-20/+23
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-031-2/+2
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu2021-06-031-1/+1
* NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust2021-06-031-7/+5
* NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter2021-06-031-1/+1
* proc: Check /proc/$pid/attr/ writes against file openerKees Cook2021-06-031-0/+4
* NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker2021-06-031-9/+8
* Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman2021-05-261-4/+2
* 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