summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-07-14autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota
2018-07-13btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o
2018-07-08ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-07-07Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg
2018-07-05cifs: Fix validation of signed data in smb2Paulo Alcantara
2018-07-05cifs: Fix validation of signed data in smb3+Paulo Alcantara
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson
2018-07-05autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds
2018-07-03userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank
2018-07-02ext4: check superblock mapped prior to committingJon Derrick
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-06-29Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-06-28Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana
2018-06-28Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason
2018-06-28btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo
2018-06-27proc: add proc_seq_releaseChunyu Hu
2018-06-27Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong
2018-06-24xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani
2018-06-22Btrfs: fix return value on rename exchange failureFilipe Manana
2018-06-22Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner
2018-06-21xfs: More robust inode extent count validationDave Chinner
2018-06-21xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig