summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-301-13/+41
* ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-302-0/+5
* nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-301-0/+1
* fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski2021-06-231-2/+2
* afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-231-2/+2
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-06-181-1/+1
* gfs2: fix a deadlock on withdraw-during-mountBob Peterson2021-06-181-3/+21
* gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher2021-06-181-1/+4
* 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
* NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-161-2/+7
* NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-161-1/+1
* NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-162-1/+12
* NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-161-1/+1
* btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov2021-06-161-8/+18
* 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: fix unmountable seed device after fstrimAnand Jain2021-06-101-3/+7
* btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana2021-06-101-16/+22
* btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik2021-06-101-1/+6
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7
* btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik2021-06-101-1/+1
* btrfs: fix error handling in btrfs_del_csumsJosef Bacik2021-06-101-5/+5
* btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik2021-06-101-0/+12
* ocfs2: fix data corruption by fallocateJunxiao Bi2021-06-101-5/+50
* ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani2021-06-101-2/+4
* ext4: fix memory leak in ext4_mb_init_backend on error path.Phillip Potter2021-06-101-1/+1
* ext4: fix fast commit alignment issuesHarshad Shirwadkar2021-06-102-99/+90
* ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-101-20/+23
* ext4: fix memory leak in ext4_fill_superAlexey Makhalov2021-06-101-2/+9
* gfs2: fix scheduling while atomic bug in glocksBob Peterson2021-06-101-0/+2
* io_uring: use better types for cflagsPavel Begunkov2021-06-101-2/+3
* io_uring: fix link timeout refsPavel Begunkov2021-06-101-0/+1
* btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-06-101-12/+4
* block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed2021-06-031-0/+3
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* btrfs: release path before starting transaction when cloning inline extentFilipe Manana2021-06-031-0/+5
* btrfs: return whole extents in fiemapBoris Burkov2021-06-031-1/+6
* afs: Fix the nlink handling of dir-over-dir renameDavid Howells2021-06-031-1/+3
* 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 Oopsable condition in __nfs_pageio_add_request()Trond Myklebust2021-06-031-4/+5
* NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter2021-06-031-1/+1
* fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao2021-06-031-2/+2
* 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-8/+7
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-06-031-0/+7
* 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