aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-07-13afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells
2020-07-13afs: Fix EOF corruptionDavid Howells
2020-07-13afs: afs_write_end() should change i_size under the right lockDavid Howells
2020-07-13afs: Fix non-setting of mtime when writing into mmapDavid Howells
2020-07-13ext4: stop overwrite the errcode in ext4_setup_superyangerkun
2020-07-13nfs: set invalid blocks after NFSv4 writesZheng Bin
2020-07-13afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-07-13f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-07-13gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-07-13nfsd: safer handling of corrupted c_typeJ. Bruce Fields
2020-07-13gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-07-13ceph: don't return -ESTALE if there's still an open fileLuis Henriques
2020-07-13NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-07-13fuse: copy_file_range should truncate cacheMiklos Szeredi
2020-07-13fuse: fix copy_file_range cache issuesMiklos Szeredi
2020-07-13dlm: remove BUG() before panic()Arnd Bergmann
2020-07-13f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-07-13cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-07-13nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang
2020-07-13f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-07-12Merge tag 'v5.2.48' into v5.2/standard/baseBruce Ashfield
2020-07-12Merge tag 'v5.2.47' into v5.2/standard/baseBruce Ashfield
2020-07-11ext4: fix race between ext4_sync_parent() and rename()Eric Biggers
2020-07-11ext4: fix error pointer dereferenceJeffle Xu
2020-07-11ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar
2020-07-11btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-07-11btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-07-11btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-07-11btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-07-11btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-07-11xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-07-11xfs: reset buffer write failure state on successful completionBrian Foster
2020-07-11xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-07-11btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-07-11btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik
2020-07-07SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-07f2fs: fix wrong available node count calculationChao Yu
2020-07-07fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi
2020-07-07proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-07-07ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-07-07smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-07-07smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-07-07io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-07-07aio: fix async fsync credsMiklos Szeredi
2020-07-07gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-06-29Merge tag 'v5.2.46' into v5.2/standard/baseBruce Ashfield
2020-06-24ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven
2020-06-24ubifs: Fix double unlock around orphan_delete()Richard Weinberger
2020-06-24nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-24cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo