index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ocfs2: fix snprintf() checking
Dan Carpenter
2021-06-29
2
-11
/
+3
*
|
ocfs2: remove unnecessary INIT_LIST_HEAD()
Yang Yingliang
2021-06-29
1
-2
/
+0
|
/
*
ocfs2: fix data corruption by fallocate
Junxiao Bi
2021-06-05
1
-5
/
+50
*
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
102
-306
/
+102
*
ocfs2/dlm: remove unused function
Jiapeng Chong
2021-04-30
1
-7
/
+0
*
ocfs2: fix a typo
Bhaskar Chowdhury
2021-04-30
1
-1
/
+1
*
ocfs2: map flags directly in flags_to_o2dlm()
Joseph Qi
2021-04-30
1
-18
/
+18
*
ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Yang Li
2021-04-30
1
-1
/
+1
*
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-27
5
-48
/
+27
|
\
|
*
ocfs2: convert to fileattr
Miklos Szeredi
2021-04-12
5
-48
/
+27
*
|
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-27
1
-2
/
+10
|
\
\
|
*
|
ocfs2_inode_lock_update(): make sure we don't change the type bits of i_mode
Al Viro
2021-03-12
1
-2
/
+10
|
|
/
*
/
ocfs2: fix deadlock between setattr and dio_end_io_write
Wengang Wang
2021-04-09
2
-12
/
+7
|
/
*
ocfs2: simplify the calculation of variables
Jiapeng Chong
2021-02-24
1
-1
/
+1
*
ocfs2: fix a use after free on error
Dan Carpenter
2021-02-24
1
-1
/
+7
*
ocfs2: clean up some definitions which are not used any more
guozh
2021-02-24
2
-14
/
+0
*
ocfs2: remove redundant conditional before iput
Yi Li
2021-02-24
1
-2
/
+0
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
9
-33
/
+52
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
6
-20
/
+35
|
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
2
-1
/
+5
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
2
-4
/
+4
|
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
3
-4
/
+4
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
2
-3
/
+3
*
|
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
/
*
ocfs2: ratelimit the 'max lookup times reached' notice
Mauricio Faria de Oliveira
2020-12-15
1
-2
/
+2
*
fs/ocfs2/cluster/tcp.c: remove unneeded break
Tom Rix
2020-12-15
1
-1
/
+0
*
ocfs2: initialize ip_next_orphan
Wengang Wang
2020-11-14
1
-0
/
+1
*
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
2020-11-06
1
-1
/
+1
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-10-22
1
-0
/
+4
|
\
|
*
jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...
Mauricio Faria de Oliveira
2020-10-18
1
-0
/
+4
*
|
ocfs2: fix potential soft lockup during fstrim
Gang He
2020-10-13
1
-1
/
+3
*
|
ocfs2: delete repeated words in comments
Randy Dunlap
2020-10-13
2
-2
/
+2
*
|
ocfs2: cleanup o2hb_region_dev_store
Christoph Hellwig
2020-09-23
1
-18
/
+10
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-08-07
3
-55
/
+13
|
\
|
*
dlmfs: clean up dlmfs_file_{read,write}() a bit
Al Viro
2020-06-14
3
-55
/
+13
*
|
ocfs2: fix unbalanced locking
Pavel Machek
2020-08-07
1
-1
/
+7
*
|
ocfs2: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-07
2
-4
/
+4
*
|
ocfs2: change slot number type s16 to u16
Junxiao Bi
2020-08-07
3
-6
/
+6
*
|
ocfs2: suballoc.h: delete a duplicated word
Randy Dunlap
2020-08-07
1
-1
/
+1
*
|
ocfs2: fix remounting needed after setfacl command
Gang He
2020-08-07
1
-0
/
+2
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
6
-14
/
+14
*
|
ocfs2: fix value of OCFS2_INVALID_SLOT
Junxiao Bi
2020-06-26
1
-1
/
+1
*
|
ocfs2: fix panic on nfs server over ocfs2
Junxiao Bi
2020-06-26
1
-3
/
+6
*
|
ocfs2: load global_inode_alloc
Junxiao Bi
2020-06-26
1
-1
/
+1
*
|
ocfs2: avoid inode removal while nfsd is accessing it
Junxiao Bi
2020-06-26
2
-1
/
+17
|
/
*
ocfs2: fix build failure when TCP/IP is disabled
Tom Seewald
2020-06-11
1
-1
/
+1
*
ocfs2: fix spelling mistake and grammar
Keyur Patel
2020-06-10
1
-1
/
+1
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-05
1
-3
/
+1
|
\
[prev]
[next]