summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-07-311-5/+5
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-311-1/+0
* io_uring: fix link timeout refsPavel Begunkov2021-07-311-1/+0
* hugetlbfs: fix mount mode command line processingMike Kravetz2021-07-281-1/+1
* userfaultfd: do not untag user pointersPeter Collingbourne2021-07-281-13/+11
* io_uring: remove double poll entry on arm failurePavel Begunkov2021-07-281-0/+2
* io_uring: explicitly count entries for poll reqsPavel Begunkov2021-07-281-6/+10
* btrfs: check for missing device in btrfs_trim_fsAnand Jain2021-07-281-0/+3
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-281-1/+1
* cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-281-5/+18
* cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-281-7/+19
* afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-281-18/+7
* ceph: don't WARN if we're still opening a session to an MDSLuis Henriques2021-07-281-1/+1
* f2fs: Show casefolding support only when supportedDaniel Rosenberg2021-07-251-0/+4
* cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-251-0/+3
* 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
* NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust2021-07-201-5/+5
* NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust2021-07-201-15/+15
* nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust2021-07-201-2/+16
* 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
* ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei2021-07-201-0/+1
* ubifs: Fix off-by-one errorSascha Hauer2021-07-202-2/+2
* NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust2021-07-201-10/+7
* NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2021-07-201-40/+42
* f2fs: compress: fix to disallow temp extensionChao Yu2021-07-201-4/+12
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever2021-07-202-32/+0
* f2fs: atgc: fix to set default age thresholdChao 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
* NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust2021-07-203-15/+58
* fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong2021-07-201-0/+1
* cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-201-4/+2
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-07-193-10/+23
* ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-07-193-21/+21
* jfs: fix GPF in diFreePavel Skripkin2021-07-191-1/+2
* io_uring: fix clear IORING_SETUP_R_DISABLED in wrong functionYang Yingliang2021-07-191-1/+1
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-07-193-11/+36
* io_uring: convert io_buffer_idr to XArrayJens Axboe2021-07-191-28/+15
* io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)2021-07-191-29/+30
* io_uring: simplify io_remove_personalities()Yejune Deng2021-07-191-17/+11
* io_uring: fix false WARN_ONCEPavel Begunkov2021-07-191-1/+4
* udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-07-191-0/+4
* reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-07-191-0/+14
* io_uring: fix blocking inline submissionPavel Begunkov2021-07-141-1/+1
* erofs: fix error return code in erofs_read_superblock()Wei Yongjun2021-07-141-0/+1
* fscrypt: fix derivation of SipHash keys on big endian CPUsEric Biggers2021-07-141-8/+32