summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-261-5/+4
* 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
* 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 to account missing .skipped_gc_rwsemChao Yu2021-09-221-1/+3
* fscache: Fix cookie key hashingDavid Howells2021-09-223-13/+42
* btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-09-221-0/+3
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-09-221-1/+11
* f2fs: report correct st_size for encrypted symlinksEric Biggers2021-09-221-1/+10
* ext4: report correct st_size for encrypted symlinksEric Biggers2021-09-221-1/+10
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-09-221-0/+44
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-221-7/+2
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-221-2/+11
* fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi2021-09-221-2/+3
* isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár2021-09-223-18/+14
* udf: Check LVID earlierJan Kara2021-09-221-9/+16
* Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-09-221-1/+1
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2021-09-221-1/+1
* ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-09-221-0/+6
* fs: warn about impending deprecation of mandatory locksJeff Layton2021-08-261-1/+5
* locks: print a warning when mount fails due to lack of "mand" supportJeff Layton2021-08-261-3/+8
* btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown2021-08-261-2/+8
* ovl: prevent private clone if bind mount is not allowedMiklos Szeredi2021-08-151-14/+28
* reiserfs: check directory items on read from diskShreyansh Chouhan2021-08-121-5/+26
* reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai2021-08-121-0/+8
* ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-121-1/+1
* pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)2021-08-121-2/+17
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-081-1/+1
* btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-08-081-2/+1
* ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-08-041-39/+60
* ocfs2: fix zero out valid dataJunxiao Bi2021-08-041-2/+2
* btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi2021-08-041-0/+1
* cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-311-2/+2
* hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-07-312-1/+20
* hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-07-311-5/+20
* hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-07-311-5/+5
* btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-07-281-1/+1
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-281-1/+1
* seq_file: disallow extremely large seq buffer allocationsEric Sandeen2021-07-201-0/+3
* NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-201-26/+26
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7