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
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
8
-19
/
+21
2023-12-10
fs/Kconfig: make hugetlbfs a menuconfig
Peter Xu
1
-10
/
+12
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
15
-23
/
+23
2023-12-10
smb: do not test the return value of folio_start_writeback()
Matthew Wilcox (Oracle)
1
-4
/
+2
2023-12-10
afs: do not test the return value of folio_start_writeback()
Matthew Wilcox (Oracle)
1
-4
/
+2
2023-12-10
gfs2: convert stuffed_readpage() to stuffed_read_folio()
Matthew Wilcox (Oracle)
1
-20
/
+17
2023-12-10
mm: add folio_fill_tail() and use it in iomap
Matthew Wilcox (Oracle)
1
-12
/
+2
2023-12-10
mm: add folio_zero_tail() and use it in ext4
Matthew Wilcox (Oracle)
1
-2
/
+1
2023-12-10
fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl
Andrei Vagin
1
-1
/
+16
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
75
-852
/
+1219
2023-12-06
nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
Ryusuke Konishi
1
-7
/
+35
2023-12-06
mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTI
Sidhartha Kumar
1
-0
/
+1
2023-12-06
nilfs2: fix missing error check for sb_set_blocksize call
Ryusuke Konishi
1
-1
/
+5
2023-12-06
squashfs: squashfs_read_data need to check if the length is 0
Lizhi Xu
1
-1
/
+1
2023-12-06
mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set
Peter Xu
1
-1
/
+1
2023-12-06
mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma check
Peter Xu
1
-4
/
+20
2023-12-03
Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-34
/
+54
2023-12-02
Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-12-02
Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
36
-228
/
+394
2023-12-01
Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-10
/
+182
2023-11-30
smb: client, common: fix fortify warnings
Dmitry Antipov
5
-31
/
+40
2023-11-29
Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
3
-10
/
+182
2023-11-29
cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved
David Howells
1
-0
/
+3
2023-11-29
cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved
David Howells
1
-2
/
+8
2023-11-28
bcachefs: Extra kthread_should_stop() calls for copygc
Kent Overstreet
2
-4
/
+10
2023-11-28
bcachefs: Convert gc_alloc_start() to for_each_btree_key2()
Kent Overstreet
1
-4
/
+5
2023-11-28
bcachefs: Fix race between btree writes and metadata drop
Kent Overstreet
1
-0
/
+4
2023-11-28
bcachefs: move journal seq assertion
Kent Overstreet
2
-3
/
+3
2023-11-28
bcachefs: -EROFS doesn't count as move_extent_start_fail
Kent Overstreet
1
-0
/
+4
2023-11-28
smb: client: report correct st_size for SMB and NFS symlinks
Paulo Alcantara
1
-0
/
+2
2023-11-28
smb: client: fix missing mode bits for SMB symlinks
Paulo Alcantara
1
-1
/
+1
2023-11-28
bcachefs: trace_move_extent_start_fail() now includes errcode
Kent Overstreet
3
-17
/
+14
2023-11-28
bcachefs: Fix split_race livelock
Kent Overstreet
1
-1
/
+5
2023-11-28
bcachefs: Fix bucket data type for stripe buckets
Kent Overstreet
1
-2
/
+6
2023-11-28
bcachefs: Add missing validation for jset_entry_data_usage
Kent Overstreet
4
-31
/
+53
2023-11-28
bcachefs: Fix zstd compress workspace size
Kent Overstreet
2
-7
/
+11
2023-11-28
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-10
/
+62
2023-11-27
Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
9
-141
/
+162
2023-11-27
debugfs: add API to allow debugfs operations cancellation
Johannes Berg
3
-1
/
+118
2023-11-27
debugfs: annotate debugfs handlers vs. removal with lockdep
Johannes Berg
3
-0
/
+28
2023-11-27
debugfs: fix automount d_fsdata usage
Johannes Berg
3
-9
/
+36
2023-11-26
Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-48
/
+30
2023-11-26
Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-375
/
+314
2023-11-25
bcachefs: bpos is misaligned on big endian
Kent Overstreet
1
-1
/
+5
2023-11-25
bcachefs: Fix ec + durability calculation
Kent Overstreet
1
-18
/
+12
2023-11-25
bcachefs: Data update path won't accidentaly grow replicas
Kent Overstreet
5
-67
/
+96
2023-11-25
Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-5
/
+21
2023-11-24
Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-3
/
+18
2023-11-24
btrfs: send: ensure send_fd is writable
Jann Horn
1
-1
/
+1
2023-11-24
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
1
-3
/
+8
[next]