summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-03-24Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2021-03-24cachefiles: do not yet allow on idmapped mountsChristian Brauner
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o
2021-03-21ext4: stop inode update before returnPan Bian
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)
2021-03-20Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-03-19Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-19cifs: fix allocation size on newly created filesSteve French
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel
2021-03-19fs/cifs/: fix misspellings using codespell toolLiu xuzhi
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-18Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-03-18Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-03-18io_uring: don't leak creds on SQO attach errorPavel Begunkov