summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfs: fix acl memory leak of posix_acl_create()Gao Xiang2021-07-201-2/+2
* NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2021-07-201-40/+42
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-07-201-0/+4
* ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-07-201-9/+1
* orangefs: fix orangefs df output.Mike Marshall2021-07-201-1/+1
* fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong2021-07-201-0/+1
* jfs: fix GPF in diFreePavel Skripkin2021-07-201-1/+2
* fuse: reject internal errnoMiklos Szeredi2021-07-201-1/+1
* fscrypt: don't ignore minor_hash when hash is 0Eric Biggers2021-07-201-7/+2
* udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-07-201-0/+4
* reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-07-201-0/+14
* configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng2021-07-201-5/+5
* writeback: fix obtain a reference to a freeing memcg cssMuchun Song2021-07-201-2/+7
* ocfs2: fix snprintf() checkingDan Carpenter2021-07-202-11/+3
* btrfs: clear log tree recovering status if starting transaction failsDavid Sterba2021-07-201-0/+1
* fs: dlm: fix memory leak when fencedAlexander Aring2021-07-201-0/+9
* fs: dlm: cancel work sync otherconAlexander Aring2021-07-201-1/+1
* block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)2021-07-201-25/+0
* btrfs: disable build on platforms having page size 256KChristophe Leroy2021-07-201-0/+2
* btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik2021-07-201-0/+8
* btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik2021-07-201-6/+4
* fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-07-201-0/+9
* ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan2021-07-201-4/+5
* ext4: fix avefreec in find_group_orlovPan Dong2021-07-201-6/+5