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-05-27
xfs: Stop using __maybe_unused in xfs_alloc.c
John Garry
1
-4
/
+2
2024-05-27
xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()
John Garry
1
-3
/
+2
2024-05-27
fs: smb: common: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-05-26
bcachefs: Use copy_folio_from_iter_atomic()
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-26
bcachefs: Fix sb-downgrade validation
Kent Overstreet
1
-3
/
+10
2024-05-26
bcachefs: Fix debug assert
Kent Overstreet
1
-1
/
+1
2024-05-25
Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-6
/
+32
2024-05-25
Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-15
/
+57
2024-05-25
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-13
/
+425
2024-05-25
Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...
Linus Torvalds
13
-154
/
+98
2024-05-25
Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-9
/
+18
2024-05-25
Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-35
/
+26
2024-05-25
afs: Don't cross .backup mountpoint from backup volume
Marc Dionne
1
-0
/
+5
2024-05-24
cifs: Fix missing set of remote_i_size
David Howells
2
-3
/
+4
2024-05-24
cifs: Fix smb3_insert_range() to move the zero_point
David Howells
1
-0
/
+1
2024-05-24
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
1
-2
/
+7
2024-05-24
nilfs2: fix potential hang in nilfs_detach_log_writer()
Ryusuke Konishi
1
-3
/
+18
2024-05-24
nilfs2: fix unexpected freezing of nilfs_segctor_sync()
Ryusuke Konishi
1
-4
/
+13
2024-05-24
nilfs2: fix use-after-free of timer for log writer thread
Ryusuke Konishi
1
-6
/
+19
2024-05-24
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
5
-12
/
+45
2024-05-24
Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-88
/
+65
2024-05-24
Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
15
-57
/
+96
2024-05-24
Merge tag 'trace-tracefs-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-155
/
+116
2024-05-24
netfs: Fix setting of BDP_ASYNC from iocb flags
David Howells
1
-1
/
+1
2024-05-24
signalfd: drop an obsolete comment
Fedor Pchelkin
1
-4
/
+0
2024-05-24
signalfd: fix error return code
Fedor Pchelkin
1
-1
/
+1
2024-05-24
iomap: fault in smaller chunks for non-large folio mappings
Xu Yang
1
-1
/
+1
2024-05-24
netfs: Fix AIO error handling when doing write-through
David Howells
1
-1
/
+6
2024-05-24
netfs: Fix io_uring based write-through
David Howells
3
-5
/
+6
2024-05-24
fs/ntfs3: Break dir enumeration if directory contents error
Konstantin Komarov
1
-0
/
+1
2024-05-24
fs/ntfs3: Fix case when index is reused during tree transformation
Konstantin Komarov
1
-0
/
+6
2024-05-23
Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
13
-66
/
+108
2024-05-23
Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-125
/
+120
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-4
/
+1
2024-05-23
eventfs: Do not use attributes for events directory
Steven Rostedt (Google)
1
-7
/
+7
2024-05-23
eventfs: Cleanup permissions in creation of inodes
Steven Rostedt (Google)
1
-67
/
+23
2024-05-23
eventfs: Remove getattr and permission callbacks
Steven Rostedt (Google)
1
-40
/
+0
2024-05-23
eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()
Steven Rostedt (Google)
1
-19
/
+23
2024-05-23
tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
Steven Rostedt (Google)
1
-16
/
+17
2024-05-23
eventfs: Update all the eventfs_inodes from the events descriptor
Steven Rostedt (Google)
1
-13
/
+31
2024-05-23
tracefs: Update inode permissions on remount
Steven Rostedt (Google)
2
-7
/
+25
2024-05-23
eventfs: Keep the directories from having the same inode number as files
Steven Rostedt (Google)
1
-1
/
+5
2024-05-23
9p: add missing locking around taking dentry fid list
Dominique Martinet
1
-2
/
+7
2024-05-23
ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
Xiubo Li
1
-1
/
+3
2024-05-23
ceph: check the cephx mds auth access for async dirop
Xiubo Li
2
-0
/
+59
2024-05-23
ceph: check the cephx mds auth access for open
Xiubo Li
1
-2
/
+33
2024-05-23
ceph: check the cephx mds auth access for setattr
Xiubo Li
1
-9
/
+37
2024-05-23
ceph: add ceph_mds_check_access() helper
Xiubo Li
2
-0
/
+167
2024-05-23
ceph: save cap_auths in MDS client when session is opened
Xiubo Li
2
-1
/
+126
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+4
[prev]
[next]