summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-06-27fs: fold __generic_write_end back into generic_write_endChristoph Hellwig
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells
2019-06-27fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers
2019-06-27ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner
2019-06-25quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-21io_uring: ensure req->file is cleared on allocationJens Axboe
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-21Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-06-20Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-20Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2019-06-20afs: Fix setting of i_blocksDavid Howells
2019-06-20Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells
2019-06-20afs: Fix vlserver record corruptionDavid Howells
2019-06-20afs: Fix over zealous "vnode modified" warningsDavid Howells
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein
2019-06-20configfs: call fsnotify_rmdir() hookAmir Goldstein
2019-06-20debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-06-20debugfs: simplify __debugfs_remove_file()Amir Goldstein
2019-06-20devpts: call fsnotify_unlink() hookAmir Goldstein
2019-06-20tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-06-20btrfs: call fsnotify_rmdir() hookAmir Goldstein
2019-06-20fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-06-20fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang
2019-06-20fs: cifs: switch to RC4 library interfaceArd Biesheuvel
2019-06-19ext2: Always brelse bh on failure in ext2_iget()Jan Kara
2019-06-19ext2: add missing brelse() in ext2_iget()Chengguang Xu
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein
2019-06-19quota: fix a problem about transfer quotayangerkun
2019-06-19locks: eliminate false positive conflicts for write leaseAmir Goldstein
2019-06-19locks: Add trace_leases_conflictIra Weiny
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi
2019-06-17fs/namespace: fix unprivileged mount propagationChristian Brauner
2019-06-17vfs: fsmount: add missing mntget()Eric Biggers