aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-03-09scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-09fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2017-03-09mm: introduce kv[mz]alloc helpersMichal Hocko
2017-03-09Merge branch 'akpm-current/current'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'dlm/next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'pstore/for-next/pstore'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'overlayfs/overlayfs-next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'jfs/jfs-next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell
2017-03-09Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds
2017-03-08mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein
2017-03-08livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf
2017-03-07f2fs: build stat_info before orphan inode recoveryJaegeuk Kim
2017-03-07f2fs: fix the fault of calculating blkstart twiceKinglong Mee
2017-03-07f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee
2017-03-07f2fS: don't allow to get pino when filename is encryptedJaegeuk Kim
2017-03-07f2fs: fix wrong error injection for evict_inodeJaegeuk Kim
2017-03-07f2fs: use __set{__claer}_bit_leJaegeuk Kim
2017-03-07f2fs: don't overwrite node block by SSRJaegeuk Kim
2017-03-07f2fs: don't need to invalidate wrong node pageJaegeuk Kim
2017-03-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-03-07pstore: simplify write_user_compat()Kees Cook
2017-03-07pstore: Remove write_buf() callbackKees Cook
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook
2017-03-07pstore: Replace arguments for erase() APIKees Cook
2017-03-07pstore: Do not duplicate record metadataKees Cook
2017-03-07pstore: Allocate records on heap instead of stackKees Cook
2017-03-07pstore: Pass record contents instead of copyingKees Cook
2017-03-07pstore: Always allocate buffer for decompressionKees Cook
2017-03-07pstore: Replace arguments for write() APIKees Cook
2017-03-07pstore: Replace arguments for read() APIKees Cook
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook
2017-03-07pstore: Move record decompression to functionKees Cook
2017-03-07pstore: Extract common arguments into structureKees Cook
2017-03-07pstore: Improve register_pstore() error reportingKees Cook
2017-03-07pstore: Avoid race in module unloadingKees Cook
2017-03-07pstore: Shut down worker when unregisteringKees Cook
2017-03-07pstore: Use dynamic spinlock initializerKees Cook
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal