index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-28
fs: Allow statmount() in foreign mount namespace
Christian Brauner
1
-6
/
+25
2024-06-28
fs: Allow listmount() in foreign mount namespace
Christian Brauner
1
-18
/
+70
2024-06-28
fs: export the mount ns id via statmount
Josef Bacik
1
-0
/
+11
2024-06-28
fs: keep an index of current mount namespaces
Josef Bacik
2
-2
/
+113
2024-06-28
fs: relax permissions for statmount()
Christian Brauner
1
-1
/
+2
2024-06-28
fs: relax permissions for listmount()
Christian Brauner
1
-1
/
+1
2024-06-28
listmount: allow listing in reverse order
Christian Brauner
1
-10
/
+49
2024-06-28
fs: simplify error handling
Christian Brauner
1
-12
/
+6
2024-06-28
fs: don't copy to userspace under namespace semaphore
Christian Brauner
1
-42
/
+56
2024-06-27
ext4: make ext4_da_map_blocks() buffer_head unaware
Zhang Yi
1
-32
/
+31
2024-06-27
ext4: make ext4_insert_delayed_block() insert multi-blocks
Zhang Yi
1
-15
/
+36
2024-06-27
ext4: factor out a helper to check the cluster allocation state
Zhang Yi
1
-17
/
+38
2024-06-27
ext4: make ext4_da_reserve_space() reserve multi-clusters
Zhang Yi
1
-9
/
+9
2024-06-27
ext4: make ext4_es_insert_delayed_block() insert multi-blocks
Zhang Yi
3
-24
/
+53
2024-06-27
ext4: drop iblock parameter
Zhang Yi
1
-8
/
+7
2024-06-27
ext4: trim delalloc extent
Zhang Yi
1
-4
/
+10
2024-06-27
ext4: warn if delalloc counters are not zero on inactive
Zhang Yi
1
-1
/
+5
2024-06-27
ext4: check the extent status again before inserting delalloc block
Zhang Yi
1
-0
/
+21
2024-06-27
ext4: factor out a common helper to query extent map
Zhang Yi
1
-25
/
+32
2024-06-27
Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2024-06-27
Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-28
/
+45
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
3
-3
/
+31
2024-06-27
vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
Mateusz Guzik
3
-41
/
+97
2024-06-27
stat: use vfs_empty_path() helper
Christian Brauner
1
-10
/
+2
2024-06-27
fs: reflow may_create_in_sticky()
Christian Brauner
1
-16
/
+35
2024-06-27
ext4: fix infinite loop when replaying fast_commit
Luis Henriques (SUSE)
1
-0
/
+2
2024-06-27
jbd2: remove unnecessary "should_sleep" in kjournald2
Kemeng Shi
1
-5
/
+2
2024-06-27
jbd2: remove dead check of JBD2_UNMOUNT in kjournald2
Kemeng Shi
1
-2
/
+0
2024-06-27
jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2
Kemeng Shi
1
-2
/
+0
2024-06-27
jbd2: use bh_in instead of jh2bh(jh_in) to simplify code
Kemeng Shi
1
-2
/
+2
2024-06-27
jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-5
/
+4
2024-06-27
jbd2: jump to new copy_done tag when b_frozen_data is created concurrently
Kemeng Shi
1
-7
/
+6
2024-06-27
jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-5
/
+2
2024-06-27
jbd2: remove unused return info from jbd2_journal_write_metadata_buffer
Kemeng Shi
2
-11
/
+8
2024-06-27
jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-0
/
+1
2024-06-27
ext4: fix uninitialized variable in ext4_inlinedir_to_tree
Xiaxi Shen
1
-1
/
+5
2024-06-27
jfs: don't walk off the end of ealist
lei lu
1
-4
/
+19
2024-06-27
jbd2: use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+2
2024-06-27
ext4: block_validity: Remove unnecessary ‘NULL’ values from new_node
Li zeming
1
-1
/
+1
2024-06-26
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
1
-0
/
+2
2024-06-26
jfs: Fix array-index-out-of-bounds in diFree
Jeongjun Park
1
-1
/
+4
2024-06-26
jfs: fix null ptr deref in dtInsertEntry
Edward Adam Davis
1
-0
/
+2
2024-06-26
fs/ntfs3: Fix field-spanning write in INDEX_HDR
Konstantin Komarov
2
-6
/
+7
2024-06-26
ntfs3: Convert attr_wof_frame_info() to use a folio
Matthew Wilcox (Oracle)
3
-20
/
+21
2024-06-26
ntfs3: Convert ni_readpage_cmpr() to take a folio
Matthew Wilcox (Oracle)
3
-8
/
+9
2024-06-26
ntfs3: Convert ntfs_get_frame_pages() to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+9
2024-06-26
ntfs3: Remove calls to set/clear the error flag
Matthew Wilcox (Oracle)
1
-4
/
+0
2024-06-26
ntfs3: Convert attr_make_nonresident to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+13
2024-06-26
ntfs3: Convert attr_data_write_resident to use a folio
Matthew Wilcox (Oracle)
3
-11
/
+7
2024-06-26
ntfs3: Convert ntfs_write_end() to work on a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
[prev]
[next]