summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)
2020-10-09fuse: implement crossmountsMax Reitz
2020-10-09NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust
2020-10-09NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust
2020-10-08f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers
2020-10-08f2fs: fix memory alignment to support 32bitJaegeuk Kim
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-079P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)
2020-10-07io_uring: batch account ->req_issue and task struct referencesJens Axboe
2020-10-07NFS: Decode a full READ_PLUS replyAnna Schumaker
2020-10-07NFS: Add READ_PLUS hole segment decodingAnna Schumaker
2020-10-07NFS: Add READ_PLUS data segment supportAnna Schumaker
2020-10-07NFS: Use xdr_page_pos() in NFSv4 decode_getacl()Anna Schumaker
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotKaixu 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