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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-07
CIFS: Fix NULL ptr deref
Aurelien Aptel
3
-7
/
+9
2018-06-07
Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero
Robbie Ko
1
-3
/
+1
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-24
/
+419
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-2
/
+1
2018-06-06
CIFS: fix encryption in SMB3.1.1
Aurelien Aptel
1
-1
/
+1
2018-06-06
xfs: fix string handling in label get/set functions
Arnd Bergmann
1
-5
/
+5
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
205
-2760
/
+205
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-06-06
NFSv4.0: Remove transport protocol name from non-UCS client ID
Chuck Lever
1
-10
/
+4
2018-06-06
NFSv4.0: Remove cl_ipaddr from non-UCS client ID
Chuck Lever
1
-6
/
+20
2018-06-06
xfs: validate btree records on retrieval
Dave Chinner
4
-9
/
+132
2018-06-06
xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()
Dave Chinner
2
-8
/
+12
2018-06-06
xfs: verify root inode more thoroughly
Dave Chinner
1
-2
/
+5
2018-06-06
xfs: verify COW extent size hint is valid in inode verifier
Dave Chinner
1
-0
/
+6
2018-06-06
xfs: verify extent size hint is valid in inode verifier
Dave Chinner
1
-1
/
+8
2018-06-06
xfs: catch bad stripe alignment configurations
Dave Chinner
1
-0
/
+16
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
1
-0
/
+1
2018-06-05
Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
3
-16
/
+24
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
75
-327
/
+419
2018-06-05
pstore: Convert internal records to timespec64
Kees Cook
3
-9
/
+17
2018-06-05
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-13
/
+9
2018-06-05
CIFS: Pass page offset for encrypting
Steve French
1
-7
/
+13
2018-06-05
CIFS: Pass page offset for calculating signature
Long Li
1
-4
/
+5
2018-06-05
CIFS: SMBD: Support page offset in memory registration
Long Li
3
-38
/
+58
2018-06-05
CIFS: SMBD: Support page offset in RDMA recv
Long Li
1
-7
/
+11
2018-06-05
CIFS: SMBD: Support page offset in RDMA send
Long Li
1
-8
/
+19
2018-06-05
CIFS: When sending data on socket, pass the correct page offset
Long Li
1
-8
/
+6
2018-06-05
CIFS: Introduce helper function to get page offset and length in smb_rqst
Long Li
2
-0
/
+20
2018-06-05
CIFS: Calculate the correct request length based on page offset and tail size
Long Li
1
-3
/
+17
2018-06-05
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
Linus Torvalds
8
-184
/
+231
2018-06-05
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
117
-1893
/
+5389
2018-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
17
-167
/
+240
2018-06-05
ncpfs: remove compat functionality
Greg Kroah-Hartman
1
-71
/
+1
2018-06-05
iomap: fsync swap files before iterating mappings
Darrick J. Wong
1
-1
/
+5
2018-06-05
jfs: Fix inconsistency between memory allocation and ea_buf->max_size
Shankara Pailoor
1
-4
/
+6
2018-06-05
NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefined
Trond Myklebust
1
-5
/
+0
2018-06-05
btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_user
Misono Tomohiro
1
-0
/
+4
2018-06-04
xfs: use xfs_trans_getsb in xfs_sync_sb_buf
Eric Sandeen
1
-3
/
+5
2018-06-04
xfs: don't assert on corrupted unlinked inode list
Darrick J. Wong
1
-5
/
+14
2018-06-04
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
9
-19
/
+31
2018-06-04
xfs: don't assert when on-disk btree pointers are garbage
Darrick J. Wong
1
-7
/
+16
2018-06-04
xfs: strengthen btree pointer checks before use
Darrick J. Wong
1
-15
/
+35
2018-06-04
xfs: introduce xfs_btree_debug_check_ptr
Darrick J. Wong
1
-47
/
+29
2018-06-04
xfs: check directory bestfree information in the verifier
Darrick J. Wong
1
-35
/
+68
2018-06-04
cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation class
Shirish Pargaonkar
2
-2
/
+15
2018-06-04
CIFS: Fix signing for SMB2/3
Aurelien Aptel
3
-10
/
+12
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-45
/
+48
2018-06-04
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
4
-16
/
+44
2018-06-04
xfs: don't return garbage buffers in xfs_da3_node_read
Darrick J. Wong
1
-3
/
+5
2018-06-04
xfs: don't ASSERT on short form btree root pointer of zero
Darrick J. Wong
3
-3
/
+0
[prev]
[next]