summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-06-131-7/+3
| * | | | | | ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-06-131-3/+3
| * | | | | | ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-06-131-2/+8
| * | | | | | ext4: add warn_on_error mount optionTheodore Ts'o2018-06-122-1/+13
* | | | | | | Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-07-0714-54/+132
|\ \ \ \ \ \ \
| * | | | | | | cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-055-21/+14
| * | | | | | | cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-052-8/+20
| * | | | | | | cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-051-2/+5
| * | | | | | | cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-051-0/+2
| * | | | | | | cifs: fix SMB1 breakageRonnie Sahlberg2018-07-055-11/+13
| * | | | | | | cifs: Fix validation of signed data in smb2Paulo Alcantara2018-07-051-4/+24
| * | | | | | | cifs: Fix validation of signed data in smb3+Paulo Alcantara2018-07-051-6/+25
| * | | | | | | cifs: Fix use after free of a mid_q_entryLars Persson2018-07-057-2/+29
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix up non-directory creation in SGID directoriesLinus Torvalds2018-07-051-0/+6
* | | | | | | autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2018-07-052-3/+3
|/ / / / / /
* | | | | | userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank2018-07-031-5/+7
* | | | | | Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-012-5/+15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana2018-06-281-3/+10
| * | | | | Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason2018-06-281-1/+2
| * | | | | btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo2018-06-281-1/+3
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-011-1/+10
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | proc: add proc_seq_releaseChunyu Hu2018-06-271-1/+10
* | | | | | Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-291-0/+1
|\ \ \ \ \ \
| * | | | | | ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-06-261-0/+1
* | | | | | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-286-217/+32
* | | | | | | Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-2712-130/+205
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong2018-06-241-4/+27
| * | | | | | xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong2018-06-241-1/+16
| * | | | | | xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong2018-06-241-2/+2
| * | | | | | xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong2018-06-241-2/+2
| * | | | | | xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong2018-06-241-1/+14
| * | | | | | xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-244-0/+34
| * | | | | | xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong2018-06-241-1/+1
| * | | | | | xfs: allow empty transactions while frozenDarrick J. Wong2018-06-241-1/+6
| * | | | | | xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-211-36/+21
| * | | | | | xfs: More robust inode extent count validationDave Chinner2018-06-212-29/+50
| * | | | | | xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-06-211-53/+32
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-263-7/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Btrfs: fix return value on rename exchange failureFilipe Manana2018-06-221-1/+3
| * | | | btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi2018-06-211-5/+5
| * | | | Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana2018-06-211-1/+4
* | | | | Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-228-34/+25
|\ \ \ \ \
| * | | | | udf: Drop unused arguments of udf_delete_aext()Jan Kara2018-06-203-9/+7
| * | | | | udf: Provide function for calculating dir entry lengthJan Kara2018-06-203-15/+10
| * | | | | udf: Detect incorrect directory sizeJan Kara2018-06-201-0/+3
| * | | | | ext2: add warning when specifying nocheck optionChengguang Xu2018-06-202-5/+3
| * | | | | quota: Cleanup list iteration in dqcache_shrink_scan()Jan Kara2018-06-201-5/+2
| * | | | | quota: reclaim least recently used dquotsGreg Thelen2018-06-201-2/+2
* | | | | | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-224-13/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust2018-06-191-2/+8