summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun1-1/+1
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun1-2/+2
2021-09-26nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun1-5/+3
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun1-4/+2
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton1-15/+17
2021-09-26nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei1-5/+4
2021-09-22fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi1-2/+2
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-22/+23
2021-09-22ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying1-2/+4
2021-09-22cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-09-22btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-09-22lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields1-18/+12
2021-09-22gfs2: Don't call dlm after protocol is unmountedBob Peterson1-0/+5
2021-09-22userfaultfd: prevent concurrent API initializationNadav Amit1-48/+45
2021-09-22f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-09-22f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu1-0/+14
2021-09-22f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-09-22fscache: Fix cookie key hashingDavid Howells3-13/+42
2021-09-22f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li1-5/+9
2021-09-22f2fs: show f2fs instance in printk_ratelimitedChao Yu9-27/+32
2021-09-22f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-09-22btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-09-22btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-09-15fuse: flush extending writesMiklos Szeredi1-1/+1
2021-09-15fuse: truncate pagecache on atomic_o_truncMiklos Szeredi1-2/+5
2021-09-15CIFS: Fix a potencially linear read overflowLen Baker1-7/+2
2021-09-15mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu1-0/+6
2021-09-15nfsd4: Fix forced-expiry lockingJ. Bruce Fields1-2/+2
2021-09-15lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington1-1/+1
2021-09-15debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-09-15udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
2021-09-15fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi1-2/+3
2021-09-15isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár3-18/+14
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár3-35/+21
2021-09-15udf: Check LVID earlierJan Kara1-9/+16
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-09-12ubifs: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-09-12f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+10
2021-09-12ext4: report correct st_size for encrypted symlinksEric Biggers1-1/+10
2021-09-12fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers1-0/+44
2021-09-12ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o1-0/+6
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-09-03mm, oom: make the calculation of oom badness more accurateYafang Shao1-1/+10
2021-09-03ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi1-1/+1
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-26ovl: add splice file read write helperMurphy Zhou1-0/+47