summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-23io_uring: check sqring and iopoll_list before sheduleHao Xu1-17/+19
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells3-97/+31
2021-04-23afs: Use new netfs lib read helper APIDavid Howells5-251/+88
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells5-7/+19
2021-04-23afs: Prepare for use of THPsDavid Howells4-202/+244
2021-04-23afs: Extract writeback extension into its own functionDavid Howells1-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2-0/+19
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells5-186/+107
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells6-249/+314
2021-04-23afs: Log remote unmarshalling errorsDavid Howells1-0/+34
2021-04-23afs: Don't truncate iter during data fetchDavid Howells4-8/+23
2021-04-23afs: Move key to afs_read structDavid Howells4-15/+19
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells1-2/+3
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells3-54/+42
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells3-175/+36
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells10-3/+557
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-2/+12
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-1/+238
2021-04-23netfs: Add write_begin helperDavid Howells3-3/+174
2021-04-23netfs: Gather statsDavid Howells5-2/+127
2021-04-23netfs: Add tracepointsDavid Howells1-0/+26
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells5-0/+794
2021-04-23netfs: Make a netfs helper moduleDavid Howells1-0/+8
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)3-3/+3
2021-04-22fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel1-2/+6
2021-04-22fscrypt: relax Kconfig dependencies for crypto API algorithmsArd Biesheuvel1-8/+22
2021-04-21fs/reiserfs/journal.c: delete useless variablesTian Tao1-4/+2
2021-04-20gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-04-20io_uring: refactor io_sq_offload_create()Pavel Begunkov1-14/+6
2021-04-20io_uring: safer sq_creds puttingPavel Begunkov1-2/+2
2021-04-20io_uring: move inflight un-tracking into cleanupPavel Begunkov1-10/+9
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn9-2/+173
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn4-30/+31
2021-04-20btrfs: zoned: reset zones of relocated block groupsJohannes Thumshirn1-0/+16
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo4-2/+107
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana1-3/+2
2021-04-20btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-04-20io-wq: remove unused io_wqe_need_worker() functionJens Axboe1-13/+0
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar122-1073/+1659
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
2021-04-19io_uring: fix shared sqpoll cancellation hangsPavel Begunkov1-13/+14
2021-04-19io_uring: remove extra sqpoll submission haltingPavel Begunkov1-8/+4
2021-04-19btrfs: zoned: fail mount if the device does not support zone appendJohannes Thumshirn1-0/+7
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11
2021-04-19btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo1-0/+95
2021-04-19btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo1-1/+7
2021-04-19btrfs: introduce write_one_subpage_eb() functionQu Wenruo1-0/+53
2021-04-19btrfs: introduce end_bio_subpage_eb_writepage() functionQu Wenruo1-29/+106
2021-04-19btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik1-4/+5