index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: remove some unused function declarations
piaojun
2018-04-06
1
-3
/
+0
*
ocfs2: use 'oi' instead of 'OCFS2_I()'
piaojun
2018-04-06
6
-12
/
+12
*
ocfs2: use 'osb' instead of 'OCFS2_SB()'
piaojun
2018-04-06
9
-26
/
+21
*
hugetlbfs: fix bug in pgoff overflow checking
Mike Kravetz
2018-04-06
1
-3
/
+7
*
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-05
1
-5
/
+5
|
\
|
*
Merge 4.16-rc7 into char-misc-next
Greg Kroah-Hartman
2018-03-28
22
-185
/
+436
|
|
\
|
*
|
block, char_dev: Use correct format specifier for unsigned ints
Srivatsa S. Bhat
2018-03-15
1
-2
/
+2
|
*
|
char_dev: Fix off-by-one bugs in find_dynamic_major()
Srivatsa S. Bhat
2018-03-15
1
-3
/
+3
*
|
|
Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-04-05
1
-19
/
+47
|
\
\
\
|
*
\
\
Merge 4.16-rc6 into tty-next
Greg Kroah-Hartman
2018-03-20
35
-244
/
+632
|
|
\
\
\
|
*
|
|
|
devpts: comment devpts_mntget()
Christian Brauner
2018-03-14
1
-0
/
+18
|
*
|
|
|
devpts: resolve devpts bind-mounts
Christian Brauner
2018-03-14
1
-10
/
+16
|
*
|
|
|
devpts: hoist out check for DEVPTS_SUPER_MAGIC
Christian Brauner
2018-03-14
1
-11
/
+15
*
|
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2018-04-04
15
-264
/
+226
|
\
\
\
\
\
|
*
|
|
|
|
ext4: force revalidation of directory pointer after seekdir(2)
Theodore Ts'o
2018-04-02
1
-3
/
+5
|
*
|
|
|
|
ext4: add extra checks to ext4_xattr_block_get()
Theodore Ts'o
2018-03-31
2
-7
/
+30
|
*
|
|
|
|
ext4: add bounds checking to ext4_xattr_find_entry()
Theodore Ts'o
2018-03-31
1
-11
/
+17
|
*
|
|
|
|
ext4: move call to ext4_error() into ext4_xattr_check_block()
Theodore Ts'o
2018-03-30
1
-33
/
+27
|
*
|
|
|
|
ext4: don't show data=<mode> option if defaulted
Tyson Nottingham
2018-03-30
1
-2
/
+5
|
*
|
|
|
|
ext4: omit init_itable=n in procfs when disabled
Tyson Nottingham
2018-03-30
1
-1
/
+1
|
*
|
|
|
|
ext4: show more binary mount options in procfs
Tyson Nottingham
2018-03-30
1
-3
/
+4
|
*
|
|
|
|
ext4: simplify kobject usage
Tyson Nottingham
2018-03-30
1
-33
/
+12
|
*
|
|
|
|
ext4: remove unused parameters in sysfs code
Tyson Nottingham
2018-03-30
1
-15
/
+10
|
*
|
|
|
|
ext4: null out kobject* during sysfs cleanup
Tyson Nottingham
2018-03-30
1
-0
/
+2
|
*
|
|
|
|
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
2018-03-30
1
-0
/
+6
|
*
|
|
|
|
ext4: always initialize the crc32c checksum driver
Theodore Ts'o
2018-03-30
1
-9
/
+6
|
*
|
|
|
|
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-03-30
1
-0
/
+6
|
*
|
|
|
|
ext4: limit xattr size to INT_MAX
Eric Biggers
2018-03-29
1
-3
/
+6
|
*
|
|
|
|
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
2018-03-27
2
-2
/
+21
|
*
|
|
|
|
ext4: fix comments in ext4_swap_extents()
zhenwei.pi
2018-03-26
1
-2
/
+2
|
*
|
|
|
|
ext4: use generic_writepages instead of __writepage/write_cache_pages
Goldwyn Rodrigues
2018-03-26
1
-14
/
+1
|
*
|
|
|
|
ext4: don't complain about incorrect features when probing
Eric Sandeen
2018-03-22
1
-0
/
+12
|
*
|
|
|
|
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
Nikolay Borisov
2018-03-22
6
-54
/
+10
|
*
|
|
|
|
ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
Jiri Slaby
2018-03-22
1
-1
/
+1
|
*
|
|
|
|
ext4: update i_disksize if direct write past ondisk size
Eryu Guan
2018-03-22
1
-3
/
+5
|
*
|
|
|
|
ext4: protect i_disksize update by i_data_sem in direct write path
Eryu Guan
2018-03-22
1
-3
/
+2
|
*
|
|
|
|
ext4: don't update checksum of new initialized bitmaps
Theodore Ts'o
2018-02-19
2
-46
/
+4
|
*
|
|
|
|
jbd2: if the journal is aborted then don't allow update of the log tail
Theodore Ts'o
2018-02-19
1
-1
/
+4
|
*
|
|
|
|
ext4: pass -ESHUTDOWN code to jbd2 layer
Theodore Ts'o
2018-02-19
2
-8
/
+21
|
*
|
|
|
|
ext4: eliminate sleep from shutdown ioctl
Theodore Ts'o
2018-02-19
1
-3
/
+1
|
*
|
|
|
|
ext4: shutdown should not prevent get_write_access
Theodore Ts'o
2018-02-19
1
-7
/
+0
|
*
|
|
|
|
jbd2: clarify bad journal block checksum message
Theodore Ts'o
2018-02-19
1
-2
/
+2
|
*
|
|
|
|
ext4: add tracepoints for shutdown and file system errors
Theodore Ts'o
2018-02-19
2
-0
/
+5
*
|
|
|
|
|
Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-04-04
21
-243
/
+408
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cifs: Add minor debug message during negprot
Steve French
2018-04-02
2
-1
/
+5
|
*
|
|
|
|
|
smb3: Fix root directory when server returns inode number of zero
Steve French
2018-04-02
2
-0
/
+34
|
*
|
|
|
|
|
cifs: fix sparse warning on previous patch in a few printks
Steve French
2018-04-02
1
-3
/
+3
|
*
|
|
|
|
|
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-02
8
-45
/
+75
|
*
|
|
|
|
|
cifs: smbd: disconnect transport on RDMA errors
Long Li
2018-04-02
1
-1
/
+6
|
*
|
|
|
|
|
cifs: smbd: avoid reconnect lockup
Long Li
2018-04-02
1
-4
/
+8
[next]