summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2-6/+20
2020-06-22f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers1-2/+4
2020-06-22jbd2: avoid leaking transaction credits when unreserving handleJan Kara1-3/+11
2020-06-22ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13
2020-06-22ext4: fix error pointer dereferenceJeffle Xu1-2/+5
2020-06-22ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang1-0/+1
2020-06-22ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar1-3/+6
2020-06-22btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana1-5/+15
2020-06-22btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana1-5/+56
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana1-1/+1
2020-06-22btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana4-4/+27
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-06-22btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo1-3/+9
2020-06-22btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik2-0/+21
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-06-22btrfs: fix a race between scrub and block group removal/allocationFilipe Manana1-2/+36
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain1-0/+2
2020-06-22btrfs: free alien device after device addAnand Jain1-1/+11
2020-06-22io_uring: fix overflowed reqs cancellationPavel Begunkov1-2/+3
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo1-0/+14
2020-06-22btrfs: improve global reserve stealing logicJosef Bacik7-42/+46
2020-06-22xfs: don't fail verifier on empty attr3 leaf blockBrian Foster1-8/+7
2020-06-22io_uring: allow POLL_ADD with double poll_wait() usersJens Axboe1-72/+146
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong1-1/+1
2020-06-22xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong2-2/+6
2020-06-22btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-06-22btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik1-0/+6
2020-06-22io_uring: cleanup io_poll_remove_one() logicJens Axboe1-14/+13
2020-06-17fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-17exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon1-4/+4
2020-06-17exfat: fix memory leak in exfat_parse_param()Al Viro1-4/+8
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-17ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-17smb3: fix typo in mount options displayed in /proc/mountsSteve French1-1/+1
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon1-1/+3
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-17io_uring: allow O_NONBLOCK async retryJens Axboe1-3/+7
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov1-2/+2
2020-06-17io_uring: re-set iov base/len for buffer select retryJens Axboe1-1/+7
2020-06-17io_uring: fix flush req->refs underflowPavel Begunkov1-1/+1
2020-06-17aio: fix async fsync credsMiklos Szeredi1-0/+8
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+5
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1