summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-08io_uring: fix break condition for __io_uring_register() waitingJens Axboe
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-10-08direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi
2020-10-08direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi
2020-10-08direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi
2020-10-08io_uring: no need to call xa_destroy() on empty xarrayJens Axboe
2020-10-07io_uring: batch account ->req_issue and task struct referencesJens Axboe
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotxfs-5.10-merge_2020-10-10xfs-5.10-merge_2020-10-08xfs-5.10-merge_2020-10-07xfs-5.10-merge-3Kaixu Xia
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia
2020-10-07xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-07xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong
2020-10-07xfs: expose the log push thresholdDarrick J. Wong
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-10-07xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2020-10-07xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-10-07xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong
2020-10-07xfs: remove xfs_defer_resetDarrick J. Wong
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov
2020-10-07btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain
2020-10-07btrfs: cleanup cow block on errorJosef Bacik
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik
2020-10-07btrfs: init device stats for seed devicesJosef Bacik
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo
2020-10-07btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov