index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-11-10
1
-4
/
+1
|
\
|
*
exit/kthread: Have kernel threads return instead of calling do_exit
Eric W. Biederman
2021-10-29
1
-4
/
+1
*
|
ocfs2: do not zero pages beyond i_size
Jan Kara
2021-11-06
1
-7
/
+12
*
|
ocfs2: fix data corruption on truncate
Jan Kara
2021-11-06
1
-2
/
+6
*
|
ocfs2/dlm: remove redundant assignment of variable ret
Colin Ian King
2021-11-06
1
-1
/
+0
*
|
ocfs2: cleanup journal init and shutdown
Valentin Vidic
2021-11-06
4
-46
/
+27
*
|
ocfs2: fix handle refcount leak in two exception handling paths
Chenyuan Mi
2021-11-06
1
-0
/
+2
*
|
ocfs2: fix race between searching chunks and release journal_head from buffer...
Gautham Ananthakrishna
2021-10-28
1
-9
/
+13
*
|
ocfs2: mount fails with buffer overflow in strlen
Valentin Vidic
2021-10-18
1
-4
/
+10
*
|
ocfs2: fix data corruption after conversion from inline format
Jan Kara
2021-10-18
1
-34
/
+12
*
|
ocfs2: drop acl cache for directories too
Wengang Wang
2021-09-24
1
-1
/
+2
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
3
-2
/
+15
|
\
|
*
ocfs2: ocfs2_downconvert_lock failure results in deadlock
Gang He
2021-09-03
1
-0
/
+12
|
*
ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...
Tuo Li
2021-09-03
2
-1
/
+2
|
*
ocfs2: remove an unnecessary condition
Dan Carpenter
2021-09-03
1
-1
/
+1
*
|
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
2
-2
/
+5
|
\
\
|
*
|
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
2
-2
/
+5
|
|
/
*
/
fs: remove mandatory file locking support
Jeff Layton
2021-08-23
1
-4
/
+0
|
/
*
ocfs2: issue zeroout to EOF blocks
Junxiao Bi
2021-07-30
1
-39
/
+60
*
ocfs2: fix zero out valid data
Junxiao Bi
2021-07-30
1
-2
/
+2
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-06-30
2
-5
/
+5
|
\
|
*
ext4: add discard/zeroout flags to journal flush
Leah Rumancik
2021-06-22
2
-5
/
+5
*
|
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-06-29
1
-0
/
+1
*
|
ocfs2: remove redundant initialization of variable ret
Colin Ian King
2021-06-29
1
-1
/
+1
*
|
ocfs2: replace simple_strtoull() with kstrtoull()
Chen Huang
2021-06-29
1
-2
/
+3
*
|
ocfs2: remove repeated uptodate check for buffer
Wan Jiabing
2021-06-29
1
-2
/
+1
*
|
ocfs2: remove redundant assignment to pointer queue
Colin Ian King
2021-06-29
1
-1
/
+1
*
|
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
[next]