summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds2018-12-251-1/+2
|\
| * Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-1865-359/+602
| |\
| * \ Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-1820-109/+200
| |\ \
| * | | jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos2018-12-021-1/+2
* | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-next-2018-12-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-12-061-2/+2
| |\ \ \ \
| | * | | | sysfs: constify sysfs create/remove files harderJani Nikula2018-12-031-2/+2
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-12-231-7/+6
|\ \ \ \ \ \
| * | | | | | proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-131-7/+6
| * | | | | | aio: fix spectre gadget in lookup_ioctxJeff Moyer2018-12-111-0/+2
* | | | | | | Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner2018-12-221-2/+1
* | | | | | | Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-12-213-17/+25
|\ \ \ \ \ \ \
| * | | | | | | smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg2018-12-193-17/+25
* | | | | | | | Merge tag 'upstream-4.20-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-12-204-26/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger2018-12-131-0/+37
| * | | | | | | | ubifs: Fix default compression selection in ubifsGabor Juhos2018-12-131-1/+12
| * | | | | | | | ubifs: Fix memory leak on error conditionGarry McNulty2018-12-131-6/+6
| * | | | | | | | ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann2018-12-131-0/+1
| * | | | | | | | ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven2018-12-131-8/+7
| * | | | | | | | ubifs: replay: Fix high stack usageArnd Bergmann2018-12-131-11/+24
* | | | | | | | | iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner2018-12-201-7/+0
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-142-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli2018-12-141-1/+2
| * | | | | | | | fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski2018-12-141-0/+7
* | | | | | | | | Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-141-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | aio: fix spectre gadget in lookup_ioctxJeff Moyer2018-12-111-0/+2
* | | | | | | | | Merge tag 'ceph-for-4.20-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2018-12-142-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph: make 'nocopyfrom' a default mount optionLuis Henriques2018-12-112-3/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'ovl-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-123-17/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi2018-12-041-13/+4
| * | | | | | | | | ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-11-211-3/+3
| * | | | | | | | | ovl: fix missing override creds in link of a metacopy upperAmir Goldstein2018-11-191-1/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-124-37/+60
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-113-12/+13
| * | | | | | | | fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-101-0/+1
| * | | | | | | | fuse: fix revalidation of attributes for permission checkMiklos Szeredi2018-12-031-1/+3
| * | | | | | | | fuse: fix fsync on directoryMiklos Szeredi2018-12-033-23/+42
| * | | | | | | | fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-221-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-12-093-27/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | CIFS: Avoid returning EBUSY to upper layer VFSLong Li2018-12-071-25/+6
| * | | | | | | | cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-061-1/+1
| * | | | | | | | cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-061-1/+1
* | | | | | | | | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-091-17/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-041-13/+8
| * | | | | | | | | dax: Don't access a freed inodeMatthew Wilcox2018-11-281-3/+29
| * | | | | | | | | dax: Check page->mapping isn't NULLMatthew Wilcox2018-11-281-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-086-15/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong2018-12-041-9/+0
| * | | | | | | | | splice: don't read more than available pipe spaceDarrick J. Wong2018-12-041-1/+6
| * | | | | | | | | vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong2018-12-041-1/+1