summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim
2020-06-22f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers
2020-06-22jbd2: avoid leaking transaction credits when unreserving handleJan Kara
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 buffer_head refcnt leak when ext4_iget() failsXiyu Yang
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 corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-22btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo
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: fix a race between scrub and block group removal/allocationFilipe Manana
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-22io_uring: fix overflowed reqs cancellationPavel Begunkov
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: don't fail verifier on empty attr3 leaf blockBrian Foster
2020-06-22io_uring: allow POLL_ADD with double poll_wait() usersJens Axboe
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-22xfs: more lockdep whackamole with kmem_alloc*Darrick 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-22io_uring: cleanup io_poll_remove_one() logicJens Axboe
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-17exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon
2020-06-17exfat: fix memory leak in exfat_parse_param()Al Viro
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-06-17ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-17smb3: fix typo in mount options displayed in /proc/mountsSteve French
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: allow O_NONBLOCK async retryJens Axboe
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-17io_uring: re-set iov base/len for buffer select retryJens Axboe
2020-06-17io_uring: fix flush req->refs underflowPavel Begunkov
2020-06-17aio: fix async fsync credsMiklos Szeredi
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds