summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-01-09f2fs: sanity check of xattr entry sizeJaegeuk Kim
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-09f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim
2019-01-09f2fs: fix to update new block address correctly for OPUJia Zhu
2019-01-09f2fs: read page index before freeingPan Bian
2019-01-09Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2019-01-09btrfs: run delayed items before dropping the snapshotJosef Bacik
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2019-01-09btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi
2019-01-09Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2019-01-09btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain
2019-01-09btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain
2019-01-09binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos
2019-01-09ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-09ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2019-01-09ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2019-01-09ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2019-01-09ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian
2019-01-09ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-12-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-12-22Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner
2018-12-21Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-12-20Merge tag 'upstream-4.20-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-12-20iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-14userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli
2018-12-14fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski
2018-12-14Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-14Merge tag 'ceph-for-4.20-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty
2018-12-13ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann
2018-12-13ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann
2018-12-12Merge tag 'ovl-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-12Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-11aio: fix spectre gadget in lookup_ioctxJeff Moyer
2018-12-11aio: fix spectre gadget in lookup_ioctxJeff Moyer
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa
2018-12-09Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-08Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li