summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-061-3/+3
* ext4: fix reserved space counter leakageJeffle Xu2021-10-062-0/+11
* ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-061-5/+5
* debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das2021-10-061-1/+1
* elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-061-1/+1
* fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2021-10-062-2/+2
* qnx4: work around gcc false positive warning bugLinus Torvalds2021-09-301-9/+27
* qnx4: avoid stringop-overread errorsLinus Torvalds2021-09-301-17/+34
* cifs: fix a sign extension bugDan Carpenter2021-09-301-1/+1
* afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells2021-09-301-39/+7
* btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo2021-09-301-2/+3
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-301-2/+3
* ocfs2: drop acl cache for directories tooWengang Wang2021-09-301-1/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-261-5/+3
* nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-261-4/+2
* btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-261-3/+4
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-261-15/+17
* nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-261-5/+4
* fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi2021-09-221-2/+2
* btrfs: fix upper limit for max_inline for page size 64KAnand Jain2021-09-221-22/+23
* ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying2021-09-221-2/+4
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-09-221-1/+1
* btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza2021-09-221-1/+3
* lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields2021-09-221-18/+12
* gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-09-221-0/+5
* userfaultfd: prevent concurrent API initializationNadav Amit2021-09-221-48/+45
* f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-09-221-3/+1
* f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu2021-09-221-0/+14
* f2fs: fix to account missing .skipped_gc_rwsemChao Yu2021-09-221-1/+3
* fscache: Fix cookie key hashingDavid Howells2021-09-223-13/+42
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-09-221-5/+9
* f2fs: show f2fs instance in printk_ratelimitedChao Yu2021-09-229-27/+32
* f2fs: quota: fix potential deadlockChao Yu2021-09-221-36/+48
* btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-09-221-0/+3
* btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik2021-09-221-5/+5
* fuse: flush extending writesMiklos Szeredi2021-09-151-1/+1
* fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-09-151-2/+5
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-151-7/+2
* mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu2021-09-151-0/+6
* nfsd4: Fix forced-expiry lockingJ. Bruce Fields2021-09-151-2/+2
* lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington2021-09-151-1/+1
* debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann2021-09-151-2/+6
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-151-2/+11
* fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi2021-09-151-2/+3
* isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár2021-09-153-18/+14