index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-02-11
5
-39
/
+69
|
\
|
*
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
2024-02-08
1
-3
/
+5
|
*
nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
Ryusuke Konishi
2024-02-08
1
-1
/
+7
|
*
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Oscar Salvador
2024-02-08
1
-2
/
+4
|
*
nilfs2: fix data corruption in dsync block recovery for small block sizes
Ryusuke Konishi
2024-02-08
1
-3
/
+4
|
*
fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
Oleg Nesterov
2024-02-08
1
-26
/
+32
|
*
fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...
Oleg Nesterov
2024-02-08
1
-4
/
+6
|
*
mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
Prakash Sangappa
2024-02-08
1
-1
/
+12
*
|
Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2024-02-10
2
-2
/
+7
|
\
\
|
*
|
ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
Fedor Pchelkin
2024-02-08
1
-2
/
+6
|
*
|
ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
Yang Li
2024-02-08
1
-0
/
+1
|
|
/
*
|
Merge tag '6.8-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2024-02-10
7
-11
/
+36
|
\
\
|
*
|
smb3: clarify mount warning
Steve French
2024-02-09
1
-1
/
+1
|
*
|
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
2024-02-09
2
-1
/
+6
|
*
|
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
2024-02-09
3
-1
/
+14
|
*
|
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2024-02-08
2
-7
/
+14
|
*
|
smb3: add missing null server pointer check
Steve French
2024-02-08
1
-1
/
+1
|
|
/
*
|
Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-02-10
5
-15
/
+9
|
\
\
|
*
|
ceph: always check dir caps asynchronously
Xiubo Li
2024-02-07
4
-14
/
+5
|
*
|
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
2024-02-07
1
-1
/
+2
|
*
|
ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
Xiubo Li
2024-02-07
1
-0
/
+2
|
|
/
*
|
Merge tag 'ntfs3_for_6.8' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
2024-02-10
16
-247
/
+381
|
\
\
|
*
|
fs/ntfs3: Slightly simplify ntfs_inode_printk()
Christophe JAILLET
2024-01-29
1
-3
/
+2
|
*
|
fs/ntfs3: Add ioctl operation for directories (FITRIM)
Nekun
2024-01-29
3
-2
/
+8
|
*
|
fs/ntfs3: Fix oob in ntfs_listxattr
Edward Adam Davis
2024-01-29
1
-0
/
+3
|
*
|
fs/ntfs3: Fix an NULL dereference bug
Dan Carpenter
2024-01-29
1
-1
/
+1
|
*
|
fs/ntfs3: Update inode->i_size after success write into compressed file
Konstantin Komarov
2024-01-29
1
-0
/
+2
|
*
|
fs/ntfs3: Fixed overflow check in mi_enum_attr()
Konstantin Komarov
2024-01-29
1
-1
/
+1
|
*
|
fs/ntfs3: Correct function is_rst_area_valid
Konstantin Komarov
2024-01-29
1
-6
/
+8
|
*
|
fs/ntfs3: Use i_size_read and i_size_write
Konstantin Komarov
2024-01-29
6
-18
/
+19
|
*
|
fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
Konstantin Komarov
2024-01-29
2
-13
/
+25
|
*
|
fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
Ism Hong
2024-01-29
1
-1
/
+1
|
*
|
fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
Konstantin Komarov
2024-01-16
4
-7
/
+7
|
*
|
fs/ntfs3: Disable ATTR_LIST_ENTRY size check
Konstantin Komarov
2023-12-21
2
-6
/
+4
|
*
|
fs/ntfs3: Fix c/mtime typo
Konstantin Komarov
2023-12-06
1
-1
/
+1
|
*
|
fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
Konstantin Komarov
2023-12-06
1
-8
/
+12
|
*
|
fs/ntfs3: Add and fix comments
Konstantin Komarov
2023-12-06
4
-4
/
+6
|
*
|
fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
Konstantin Komarov
2023-12-06
3
-5
/
+6
|
*
|
fs/ntfs3: Implement super_operations::shutdown
Konstantin Komarov
2023-12-06
7
-3
/
+75
|
*
|
fs/ntfs3: Drop suid and sgid bits as a part of fpunch
Konstantin Komarov
2023-12-06
1
-0
/
+9
|
*
|
fs/ntfs3: Add file_modified
Konstantin Komarov
2023-12-06
1
-0
/
+13
|
*
|
fs/ntfs3: Correct use bh_read
Konstantin Komarov
2023-12-06
2
-14
/
+12
|
*
|
fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
Konstantin Komarov
2023-12-06
1
-1
/
+1
|
*
|
fs/ntfs3: Fix multithreaded stress test
Konstantin Komarov
2023-12-06
1
-7
/
+14
|
*
|
fs/ntfs3: Reduce stack usage
Konstantin Komarov
2023-12-06
1
-120
/
+98
|
*
|
fs/ntfs3: Print warning while fixing hard links count
Konstantin Komarov
2023-12-06
1
-1
/
+1
|
*
|
fs/ntfs3: Correct hard links updating when dealing with DOS names
Konstantin Komarov
2023-12-06
1
-2
/
+14
|
*
|
fs/ntfs3: Improve ntfs_dir_count
Konstantin Komarov
2023-12-06
1
-7
/
+3
|
*
|
fs/ntfs3: Modified fix directory element type detection
Konstantin Komarov
2023-12-06
1
-5
/
+25
|
*
|
fs/ntfs3: Improve alternative boot processing
Konstantin Komarov
2023-12-06
1
-18
/
+17
[next]