index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-14
reiserfs: fix buffer overflow with long warning messages
Eric Biggers
1
-60
/
+81
2018-07-14
fs, elf: make sure to page align bss in load_elf_library
Oscar Salvador
1
-3
/
+2
2018-07-14
autofs: fix slab out of bounds read in getname_kernel()
Tomas Bortoli
1
-9
/
+13
2018-07-14
fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
Vlastimil Babka
1
-1
/
+2
2018-07-08
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
11
-96
/
+155
2018-07-07
Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
14
-54
/
+132
2018-07-05
Fix up non-directory creation in SGID directories
Linus Torvalds
1
-0
/
+6
2018-07-05
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
Stefano Brivio
5
-21
/
+14
2018-07-05
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
2
-8
/
+20
2018-07-05
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
Stefano Brivio
1
-2
/
+5
2018-07-05
cifs: Fix memory leak in smb2_set_ea()
Paulo Alcantara
1
-0
/
+2
2018-07-05
cifs: fix SMB1 breakage
Ronnie Sahlberg
5
-11
/
+13
2018-07-05
cifs: Fix validation of signed data in smb2
Paulo Alcantara
1
-4
/
+24
2018-07-05
cifs: Fix validation of signed data in smb3+
Paulo Alcantara
1
-6
/
+25
2018-07-05
cifs: Fix use after free of a mid_q_entry
Lars Persson
7
-2
/
+29
2018-07-05
autofs: rename 'autofs' module back to 'autofs4'
Linus Torvalds
2
-3
/
+3
2018-07-03
userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
Janosch Frank
1
-5
/
+7
2018-07-02
ext4: check superblock mapped prior to committing
Jon Derrick
1
-0
/
+8
2018-07-01
Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-5
/
+15
2018-07-01
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+10
2018-06-29
Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
6
-217
/
+32
2018-06-28
Btrfs: fix mount failure when qgroup rescan is in progress
Filipe Manana
1
-3
/
+10
2018-06-28
Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversion
Chris Mason
1
-1
/
+2
2018-06-28
btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf
Qu Wenruo
1
-1
/
+3
2018-06-27
proc: add proc_seq_release
Chunyu Hu
1
-1
/
+10
2018-06-27
Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
12
-130
/
+205
2018-06-26
ceph: fix dentry leak in splice_dentry()
Yan, Zheng
1
-0
/
+1
2018-06-26
Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
3
-7
/
+12
2018-06-24
xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation
Darrick J. Wong
1
-4
/
+27
2018-06-24
xfs: ensure post-EOF zeroing happens after zeroing part of a file
Darrick J. Wong
1
-1
/
+16
2018-06-24
xfs: fix off-by-one error in xfs_rtalloc_query_range
Darrick J. Wong
1
-2
/
+2
2018-06-24
xfs: fix uninitialized field in rtbitmap fsmap backend
Darrick J. Wong
1
-2
/
+2
2018-06-24
xfs: recheck reflink state after grabbing ILOCK_SHARED for a write
Darrick J. Wong
1
-1
/
+14
2018-06-24
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
4
-0
/
+34
2018-06-24
xfs: don't trip over negative free space in xfs_reserve_blocks
Darrick J. Wong
1
-1
/
+1
2018-06-24
xfs: allow empty transactions while frozen
Darrick J. Wong
1
-1
/
+6
2018-06-22
Btrfs: fix return value on rename exchange failure
Filipe Manana
1
-1
/
+3
2018-06-22
Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
8
-34
/
+25
2018-06-21
xfs: xfs_iflush_abort() can be called twice on cluster writeback failure
Dave Chinner
1
-36
/
+21
2018-06-21
xfs: More robust inode extent count validation
Dave Chinner
2
-29
/
+50
2018-06-21
xfs: simplify xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-53
/
+32
2018-06-22
Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-13
/
+50
2018-06-21
btrfs: fix invalid-free in btrfs_extent_same
Lu Fengqi
1
-5
/
+5
2018-06-21
Btrfs: fix physical offset reported by fiemap for inline extents
Filipe Manana
1
-1
/
+4
2018-06-20
udf: Drop unused arguments of udf_delete_aext()
Jan Kara
3
-9
/
+7
2018-06-20
udf: Provide function for calculating dir entry length
Jan Kara
3
-15
/
+10
2018-06-20
udf: Detect incorrect directory size
Jan Kara
1
-0
/
+3
2018-06-20
ext2: add warning when specifying nocheck option
Chengguang Xu
2
-5
/
+3
2018-06-20
quota: Cleanup list iteration in dqcache_shrink_scan()
Jan Kara
1
-5
/
+2
[next]