index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
alloc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-07
ocfs2: fix panic in failed foilio allocation
Mark Tinguely
1
-0
/
+1
2025-03-16
ocfs2: validate l_tree_depth to avoid out-of-bounds access
Vasiliy Kovalev
1
-0
/
+8
2025-01-24
ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_info
Su Yue
1
-0
/
+15
2025-01-12
ocfs2: support large folios in ocfs2_zero_cluster_folios()
Mark Tinguely
1
-9
/
+5
2025-01-12
ocfs2: convert ocfs2_read_inline_data() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-01-12
ocfs2: convert ocfs2_map_and_dirty_page() to ocfs2_map_and_dirty_folio()
Mark Tinguely
1
-9
/
+8
2025-01-12
ocfs2: use an array of folios instead of an array of pages
Mark Tinguely
1
-49
/
+49
2025-01-12
ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks()
Mark Tinguely
1
-1
/
+1
2025-01-12
ocfs2: use a folio in ocfs2_map_and_dirty_page()
Mark Tinguely
1
-5
/
+6
2025-01-12
ocfs2: miscellaneous spelling fixes
Dmitry Antipov
1
-5
/
+5
2024-11-05
ocfs2: fix typo in comment
Mohammed Anees
1
-1
/
+1
2023-12-29
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+9
2023-11-01
ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()
Jia Rui
1
-1
/
+8
2023-10-18
ocfs2: convert to new timestamp accessors
Jeff Layton
1
-3
/
+3
2023-10-04
ocfs2: correct range->len in ocfs2_trim_fs()
Yuanheng Zhang
1
-1
/
+1
2023-07-24
ocfs2: convert to ctime accessor functions
Jeff Layton
1
-3
/
+3
2022-05-09
ocfs2: Convert ocfs2 to read_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-22
fs/ocfs2: fix comments mentioning i_mutex
hongnanli
1
-1
/
+1
2022-01-15
ocfs2: remove redundant assignment to pointer root_bh
Colin Ian King
1
-1
/
+1
2021-11-06
ocfs2: do not zero pages beyond i_size
Jan Kara
1
-7
/
+12
2021-11-06
ocfs2: fix handle refcount leak in two exception handling paths
Chenyuan Mi
1
-0
/
+2
2021-10-18
ocfs2: fix data corruption after conversion from inline format
Jan Kara
1
-34
/
+12
2021-06-22
ext4: add discard/zeroout flags to journal flush
Leah Rumancik
1
-1
/
+1
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-3
/
+1
2020-10-13
ocfs2: fix potential soft lockup during fstrim
Gang He
1
-1
/
+3
2020-10-13
ocfs2: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-2
/
+2
2020-04-10
ocfs2: no need try to truncate file beyond i_size
Changwei Ge
1
-0
/
+4
2020-04-02
ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
wangyan
1
-1
/
+1
2020-04-02
ocfs2: there is no need to log twice in several functions
wangyan
1
-1
/
+0
2019-11-05
ocfs2: Use accessor function for h_buffer_credits
Jan Kara
1
-16
/
+16
2019-09-24
ocfs2: checkpoint appending truncate log transaction before flushing
Changwei Ge
1
-0
/
+15
2019-09-24
ocfs2: use jbd2_inode dirty range scoping
Joseph Qi
1
-1
/
+4
2019-07-12
ocfs2: use kmemdup rather than duplicating its implementation
Fuqian Huang
1
-5
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145
Thomas Gleixner
1
-15
/
+1
2019-03-05
ocfs2: fix the application IO timeout when fstrim is running
Gang He
1
-63
/
+96
2018-10-26
ocfs2: remove unused pointer 'eb'
Colin Ian King
1
-4
/
+0
2018-08-17
ocfs2: clean up some unnecessary code
wangyan
1
-13
/
+4
2018-08-17
ocfs2: return -EROFS when filesystem becomes read-only
Jun Piao
1
-24
/
+19
2018-04-05
ocfs2: use 'oi' instead of 'OCFS2_I()'
piaojun
1
-1
/
+1
2018-01-31
ocfs2: add trimfs lock to avoid duplicated trims in cluster
Gang He
1
-0
/
+44
2018-01-31
ocfs2: try to reuse extent block in dealloc without meta_alloc
Changwei Ge
1
-10
/
+196
2018-01-31
ocfs2: clean up dead code in alloc.c
Changwei Ge
1
-9
/
+2
2017-11-15
ocfs2: cleanup unused func declaration and assignment
piaojun
1
-2
/
+0
2017-11-03
ocfs2: fstrim: Fix start offset of first cluster group during fstrim
Ashish Samant
1
-6
/
+18
2017-09-06
ocfs2: clean up some dead code
Jun Piao
1
-14
/
+8
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
Ingo Molnar
1
-0
/
+1
2016-12-10
ocfs2: add newlines to some error messages
Darrick J. Wong
1
-2
/
+2
2016-12-10
ocfs2: convert inode refcount test to a helper
Darrick J. Wong
1
-2
/
+1
[next]