summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-14utimensat: AT_EMPTY_PATH supportMiklos Szeredi
2020-05-14vfs: split out access_override_creds()Miklos Szeredi
2020-05-14proc/mounts: add cursorMiklos Szeredi
2020-05-14aio: fix async fsync credsMiklos Szeredi
2020-05-14vfs: allow unprivileged whiteout creationMiklos Szeredi
2020-05-14ext4: remove redundant variable has_bigalloc in ext4_fill_superKaixu Xia
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-13xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin
2020-05-13io_uring: polled fixed file must go through free iterationJens Axboe
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick
2020-05-13fsnotify: Remove proc_fs.h includeFabian Frederick
2020-05-13fanotify: remove reference to fill_event_metadata()Fabian Frederick
2020-05-13fsnotify: add mutex destroyFabian Frederick
2020-05-13fanotify: prefix should_merge()Fabian Frederick
2020-05-13NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsTrond Myklebust
2020-05-13nsproxy: attach to namespaces via pidfdsChristian Brauner
2020-05-13ovl: return required buffer size for file handlesLubos Dolezel
2020-05-13ovl: sync dirty data when remounting to ro modeChengguang Xu
2020-05-13ovl: whiteout inode sharingChengguang Xu
2020-05-13ovl: inherit SB_NOSEC flag from upperdirJeffle Xu
2020-05-13ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov
2020-05-13ovl: index dir act as work dirAmir Goldstein
2020-05-13ovl: prepare to copy up without workdirAmir Goldstein
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein
2020-05-13ovl: potential crash in ovl_fid_to_fh()Dan Carpenter
2020-05-12zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei
2020-05-12fs-verity: remove unnecessary extern keywordsEric Biggers
2020-05-12fs-verity: fix all kerneldoc warningsEric Biggers
2020-05-12fscrypt: remove unnecessary extern keywordsEric Biggers
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers
2020-05-12dlm: remove BUG() before panic()Arnd Bergmann
2020-05-12dlm: Switch to using wait_event()Ross Lagerwall
2020-05-12fs:dlm:remove unneeded semicolon in rcom.cWu Bo
2020-05-12dlm: user: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-05-12dlm: dlm_internal: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-05-12Merge tag 'gfs2-v5.7-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-12pstore: Refactor pstorefs record list removalKees Cook
2020-05-12pstore: Add proper unregister lock checkingKees Cook
2020-05-12pstore: Convert "records_list" locking to mutexKees Cook
2020-05-12pstore: Rename "allpstore" to "records_list"Kees Cook
2020-05-12pstore: Convert "psinfo" locking to mutexKees Cook
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook
2020-05-12pstore: Drop useless try_module_get() for backendKees Cook
2020-05-11f2fs: compress: fix zstd data corruptionChao Yu
2020-05-11f2fs: add compressed/gc data read IO statChao Yu