index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-25
ubifs: Convert write_begin_slow() to use a folio
Matthew Wilcox (Oracle)
1
-22
/
+23
2024-02-25
ubifs: Convert ubifs_vm_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-18
/
+18
2024-02-25
ubifs: Convert do_writepage() to take a folio
Matthew Wilcox (Oracle)
1
-26
/
+30
2024-02-25
ubifs: Use a folio in do_truncation()
Matthew Wilcox (Oracle)
1
-12
/
+12
2024-02-25
ubifs: Convert ubifs_writepage to use a folio
Matthew Wilcox (Oracle)
1
-22
/
+17
2024-02-25
ubifs: Convert from writepage to writepages
Matthew Wilcox (Oracle)
1
-2
/
+10
2024-02-25
ubifs: Set page uptodate in the correct place
Matthew Wilcox (Oracle)
1
-9
/
+4
2024-02-18
Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
11
-16
/
+35
2024-02-17
Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-7
/
+60
2024-02-17
Merge tag 'ceph-for-6.8-rc5' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-25
/
+93
2024-02-16
Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-43
/
+65
2024-02-16
smb: Fix regression in writes when non-standard maximum write size negotiated
Steve French
2
-2
/
+23
2024-02-16
zonefs: Improve error handling
Damien Le Moal
2
-43
/
+65
2024-02-15
Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-50
/
+131
2024-02-14
bcachefs: Fix missing va_end()
Kent Overstreet
1
-0
/
+1
2024-02-14
bcachefs: Fix check_version_upgrade()
Kent Overstreet
1
-5
/
+6
2024-02-14
bcachefs: Clamp replicas_required to replicas
Kent Overstreet
6
-5
/
+21
2024-02-13
btrfs: don't refill whole delayed refs block reserve when starting transaction
Filipe Manana
1
-36
/
+2
2024-02-13
btrfs: zoned: fix chunk map leak when loading block group zone info
Filipe Manana
1
-0
/
+1
2024-02-13
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
1
-0
/
+7
2024-02-13
btrfs: don't reserve space for checksums when writing to nocow files
Filipe Manana
1
-10
/
+19
2024-02-13
ceph: add ceph_cap_unlink_work to fire check_caps() immediately
Xiubo Li
3
-1
/
+69
2024-02-13
ceph: always queue a writeback when revoking the Fb caps
Xiubo Li
1
-24
/
+24
2024-02-12
smb: client: handle path separator of created SMB symlinks
Paulo Alcantara
1
-2
/
+6
2024-02-12
smb: client: set correct id, uid and cruid for multiuser automounts
Paulo Alcantara
1
-0
/
+16
2024-02-12
Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-33
/
+23
2024-02-12
cifs: update the same create_guid on replay
Shyam Prasad N
4
-2
/
+14
2024-02-12
cifs: fix underflow in parse_server_interfaces()
Dan Carpenter
1
-1
/
+1
2024-02-11
Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...
Linus Torvalds
5
-39
/
+69
2024-02-11
bcachefs: fix missing endiannes conversion in sb_members
Kent Overstreet
1
-1
/
+1
2024-02-11
bcachefs: fix kmemleak in __bch2_read_super error handling path
Su Yue
1
-1
/
+1
2024-02-11
bcachefs: Fix missing bch2_err_class() calls
Kent Overstreet
1
-4
/
+5
2024-02-10
Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-2
/
+7
2024-02-10
Merge tag '6.8-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-11
/
+36
2024-02-10
Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-15
/
+9
2024-02-10
Merge tag 'ntfs3_for_6.8' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
16
-247
/
+381
2024-02-09
smb3: clarify mount warning
Steve French
1
-1
/
+1
2024-02-09
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
2
-1
/
+6
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
3
-1
/
+14
2024-02-09
btrfs: add new unused block groups to the list of unused block groups
Filipe Manana
1
-0
/
+31
2024-02-09
btrfs: do not delete unused block group if it may be used soon
Filipe Manana
1
-0
/
+46
2024-02-09
btrfs: add and use helper to check if block group is used
Filipe Manana
2
-2
/
+8
2024-02-09
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
1
-2
/
+17
2024-02-08
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2
-7
/
+14
2024-02-08
smb3: add missing null server pointer check
Steve French
1
-1
/
+1
2024-02-08
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
1
-3
/
+5
2024-02-08
nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
Ryusuke Konishi
1
-1
/
+7
2024-02-08
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Oscar Salvador
1
-2
/
+4
2024-02-08
nilfs2: fix data corruption in dsync block recovery for small block sizes
Ryusuke Konishi
1
-3
/
+4
2024-02-08
fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
Oleg Nesterov
1
-26
/
+32
[next]