summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-26cifs: constify get_normalized_path() properlyAl Viro1-12/+13
2021-04-26cifs: don't cargo-cult strndup()Al Viro7-24/+17
2021-04-26SMB3: update structures for new compression protocol definitionsSteve French1-2/+9
2021-04-26cifs: remove old dead codeAurelien Aptel5-91/+0
2021-04-26cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-04-26fs: cifs: Remove repeated struct declarationWan Jiabing1-2/+0
2021-04-26cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel5-33/+33
2021-04-26smb3: update protocol header definitions based to include new flagsSteve French1-4/+34
2021-04-26cifs: correct comments explaining internal semaphore usage in the moduleSteve French1-3/+2
2021-04-26cifs: Remove useless variableJiapeng Chong1-2/+0
2021-04-26cifs: Fix spelling of 'security'jack1.li_cp1-1/+1
2021-04-24ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-24coda: fix reference counting in coda_file_mmap error pathChristian König1-3/+3
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-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-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
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