aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-25cifs: constify get_normalized_path() properlyAl Viro
2021-04-25cifs: don't cargo-cult strndup()Al Viro
2021-04-25SMB3: update structures for new compression protocol definitionsSteve French
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-04-25cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-04-25fs: cifs: Remove repeated struct declarationWan Jiabing
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel
2021-04-25smb3: update protocol header definitions based to include new flagsSteve French
2021-04-25cifs: correct comments explaining internal semaphore usage in the moduleSteve French
2021-04-25cifs: Remove useless variableJiapeng Chong
2021-04-25cifs: Fix spelling of 'security'jack1.li_cp
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells
2021-04-23afs: Use new netfs lib read helper APIDavid Howells
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Extract writeback extension into its own functionDavid Howells
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Log remote unmarshalling errorsDavid Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2021-04-23afs: Move key to afs_read structDavid Howells
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells
2021-04-23netfs: Add write_begin helperDavid Howells
2021-04-23netfs: Gather statsDavid Howells
2021-04-23netfs: Add tracepointsDavid Howells
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells
2021-04-23netfs: Make a netfs helper moduleDavid Howells
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-22fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel
2021-04-22fscrypt: relax Kconfig dependencies for crypto API algorithmsArd Biesheuvel
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn
2021-04-20btrfs: zoned: reset zones of relocated block groupsJohannes Thumshirn
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana
2021-04-20btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo
2021-04-19btrfs: zoned: fail mount if the device does not support zone appendJohannes Thumshirn
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana
2021-04-19btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo
2021-04-19btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo