index
:
kernel/git/stable/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2024-07-05
ext4: add missing MODULE_DESCRIPTION()
Jeff Johnson
2024-07-05
jbd2: add missing MODULE_DESCRIPTION()
Jeff Johnson
2024-07-05
ext4: use memtostr_pad() for s_volume_name
Kees Cook
2024-07-05
jbd2: speed up jbd2_transaction_committed()
Zhang Yi
2024-07-05
vfs: don't mod negative dentry count when on shrinker list
Brian Foster
2024-07-05
filelock: fix potential use-after-free in posix_lock_inode
Jeff Layton
2024-07-05
Merge patch series "cachefiles: random bugfixes"
Christian Brauner
2024-07-05
ksmbd: discard write access to the directory open
Hobin Woo
2024-07-04
nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro
Ryusuke Konishi
2024-07-04
fs: ufs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-07-04
ocfs2: add bounds checking to ocfs2_check_dir_entry()
lei lu
2024-07-04
fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()
Yang Li
2024-07-04
coredump: simplify zap_process()
Oleg Nesterov
2024-07-04
Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-04
Merge tag 'mm-hotfixes-stable-2024-07-03-22-23' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-07-04
fs: only copy to userspace on success in listmount()
Christian Brauner
2024-07-04
xfs: get rid of xfs_ag_resv_rmapbt_alloc
Long Li
2024-07-04
xfs: skip flushing log items during push
Dave Chinner
2024-07-04
xfs: grant heads track byte counts, not LSNs
Dave Chinner
2024-07-04
xfs: pass the full grant head to accounting functions
Dave Chinner
2024-07-04
xfs: track log space pinned by the AIL
Dave Chinner
2024-07-04
xfs: collapse xlog_state_set_callback in caller
Dave Chinner
2024-07-04
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
2024-07-04
xfs: ensure log tail is always up to date
Dave Chinner
2024-07-04
xfs: background AIL push should target physical space
Dave Chinner
2024-07-04
xfs: AIL doesn't need manual pushing
Dave Chinner
2024-07-04
xfs: move and rename xfs_trans_committed_bulk
Dave Chinner
2024-07-04
xfs: Avoid races with cnt_btree lastrec updates
Zizhi Wo
2024-07-03
nilfs2: fix kernel bug on rename operation of broken directory
Ryusuke Konishi
2024-07-03
Fix userfaultfd_api to return EINVAL as expected
Audra Mitchell
2024-07-03
ksmbd: return FILE_DEVICE_DISK instead of super magic
Namjae Jeon
2024-07-03
readahead: drop index argument of page_cache_async_readahead()
Jan Kara
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
2024-07-03
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
2024-07-03
nilfs2: fix incorrect inode allocation from reserved inodes
Ryusuke Konishi
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2024-07-03
nilfs2: fix inode number range checks
Ryusuke Konishi
2024-07-03
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
2024-07-03
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...
David Hildenbrand
2024-07-03
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
2024-07-03
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
2024-07-03
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
2024-07-03
mm: remove MIGRATE_SYNC_NO_COPY mode
Kefeng Wang
2024-07-03
nfs: drop usage of folio_file_pos
Kairui Song
2024-07-03
netfs: drop usage of folio_file_pos
Kairui Song
2024-07-03
afs: drop usage of folio_file_pos
Kairui Song
2024-07-03
NFS: remove nfs_page_lengthg and usage of page_index
Kairui Song
2024-07-03
ceph: drop usage of page_index
Kairui Song
2024-07-03
nilfs2: drop usage of page_index
Kairui Song
2024-07-04
btrfs: fix folio refcount in __alloc_dummy_extent_buffer()
Boris Burkov
[prev]
[next]