summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-24f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-06-24cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-06-24nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang
2020-06-24f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim
2020-06-22ext4: fix race between ext4_sync_parent() and rename()Eric Biggers
2020-06-22ext4: fix error pointer dereferenceJeffle Xu
2020-06-22ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar
2020-06-22btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana
2020-06-22btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-22btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-06-22btrfs: free alien device after device addAnand Jain
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-06-22btrfs: improve global reserve stealing logicJosef Bacik
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-06-22btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-06-22btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik
2020-06-17fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-17aio: fix async fsync credsMiklos Szeredi
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-06-17gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-06-07io_uring: initialize ctx->sqo_wait earlierJens Axboe
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko
2020-06-03ceph: flush release queue when handling caps for unknown inodeJeff Layton
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue
2020-06-03gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig
2020-05-27fix multiplication overflow in copy_fdtable()Al Viro
2020-05-27ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-20fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman