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-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
1
-1
/
+1
2024-07-03
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
1
-4
/
+4
2024-07-03
nilfs2: fix incorrect inode allocation from reserved inodes
Ryusuke Konishi
4
-12
/
+20
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2
-0
/
+11
2024-07-03
nilfs2: fix inode number range checks
Ryusuke Konishi
3
-3
/
+10
2024-07-03
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
3
-24
/
+65
2024-07-03
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...
David Hildenbrand
1
-22
/
+31
2024-07-03
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
1
-10
/
+12
2024-07-03
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
1
-6
/
+2
2024-07-03
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2024-07-03
mm: remove MIGRATE_SYNC_NO_COPY mode
Kefeng Wang
2
-15
/
+2
2024-07-03
nfs: drop usage of folio_file_pos
Kairui Song
3
-6
/
+6
2024-07-03
netfs: drop usage of folio_file_pos
Kairui Song
2
-3
/
+3
2024-07-03
afs: drop usage of folio_file_pos
Kairui Song
2
-5
/
+5
2024-07-03
NFS: remove nfs_page_lengthg and usage of page_index
Kairui Song
1
-19
/
+0
2024-07-03
ceph: drop usage of page_index
Kairui Song
2
-2
/
+2
2024-07-03
nilfs2: drop usage of page_index
Kairui Song
1
-8
/
+2
2024-07-04
btrfs: fix folio refcount in __alloc_dummy_extent_buffer()
Boris Burkov
1
-1
/
+1
2024-07-04
btrfs: fix folio refcount in btrfs_do_encoded_write()
Boris Burkov
1
-1
/
+1
2024-07-03
nilfs2: fix incorrect inode allocation from reserved inodes
Ryusuke Konishi
4
-12
/
+20
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2
-0
/
+11
2024-07-03
nilfs2: fix inode number range checks
Ryusuke Konishi
3
-3
/
+10
2024-07-03
fuse: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-8
/
+4
2024-07-03
fuse: verify {g,u}id mount options correctly
Eric Sandeen
1
-4
/
+20
2024-07-03
hostfs: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
hostfs: fix dev_t handling
Johannes Berg
3
-10
/
+14
2024-07-03
fat: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-07-03
fat: Convert to new mount api
Eric Sandeen
4
-355
/
+419
2024-07-03
fat: move debug into fat_mount_options
Eric Sandeen
2
-6
/
+6
2024-07-03
cachefiles: add missing lock protection when polling
Jingbo Xu
1
-2
/
+2
2024-07-03
cachefiles: cyclic allocation of msg_id to avoid reuse
Baokun Li
2
-4
/
+17
2024-07-03
cachefiles: wait for ondemand_object_worker to finish when dropping object
Hou Tao
1
-0
/
+3
2024-07-03
cachefiles: cancel all requests for the object that is being dropped
Baokun Li
1
-0
/
+19
2024-07-03
cachefiles: stop sending new request when dropping object
Baokun Li
2
-2
/
+10
2024-07-03
cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
Baokun Li
1
-1
/
+4
2024-07-03
cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
Baokun Li
2
-2
/
+34
2024-07-03
cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
Baokun Li
1
-0
/
+10
2024-07-03
netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
Baokun Li
2
-2
/
+14
2024-07-02
cifs: Fix read-performance regression by dropping readahead expansion
David Howells
1
-30
/
+0
2024-07-02
Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-24
/
+20
2024-07-02
afs: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2024-07-02
fs: better handle deep ancestor chains in is_subdir()
Christian Brauner
1
-17
/
+14
2024-07-02
Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-5
/
+7
2024-07-02
filelock: Remove locks reliably when fcntl/close race is detected
Jann Horn
1
-5
/
+4
2024-07-02
xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Darrick J. Wong
4
-20
/
+18
2024-07-02
xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one
Darrick J. Wong
1
-4
/
+3
2024-07-02
xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...
Darrick J. Wong
3
-20
/
+19
2024-07-02
xfs: reuse xfs_refcount_update_cancel_item
Darrick J. Wong
1
-13
/
+12
2024-07-02
xfs: add a ci_entry helper
Darrick J. Wong
1
-11
/
+9
2024-07-02
xfs: remove xfs_trans_set_refcount_flags
Darrick J. Wong
1
-20
/
+12
[prev]
[next]