index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-03-21
f2fs: avoid stat_inc_atomic_write for non-atomic file
Kinglong Mee
2017-03-21
f2fs: add missing INMEM_REVOKE trace enum definition
Chao Yu
2017-03-21
f2fs: sanity check of crc_offset from raw checkpoint
Kinglong Mee
2017-03-21
f2fs: cleanup the disk level filename updating
Kinglong Mee
2017-03-21
f2fs: cover update_free_nid_bitmap with nid_list_lock
Chao Yu
2017-03-21
f2fs: fix bad prefetchw of NULL page
Kinglong Mee
2017-03-21
f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode
Kinglong Mee
2017-03-21
f2fs: move mnt_want_write_file after arguments checking
Kinglong Mee
2017-03-21
f2fs: check new size by inode_newsize_ok in f2fs_insert_range
Kinglong Mee
2017-03-21
f2fs: avoid copy date to user-space if move file range fail
Kinglong Mee
2017-03-21
f2fs: drop duplicate new_size assign in f2fs_zero_range
Kinglong Mee
2017-03-21
f2fs: adjust the way of calculating nat block
Fan Li
2017-03-21
f2fs: add fault injection on f2fs_truncate
Jaegeuk Kim
2017-03-21
f2fs: check range before defragment
Sheng Yong
2017-03-21
f2fs: use parameter max_items instead of PIDVEC_SIZE
Sheng Yong
2017-03-21
f2fs: add a punch discard command function
Yunlei He
2017-03-21
f2fs: allocate a bio for discarding when actually issuing it
Jaegeuk Kim
2017-03-21
f2fs: skip writeback meta pages if cp_mutex acquire failed
Yunlei He
2017-03-21
f2fs: show more precise message on orphan recovery failure
Jaegeuk Kim
2017-03-21
f2fs: remove dead macro PGOFS_OF_NEXT_DNODE
Kinglong Mee
2017-03-21
f2fs: drop duplicate radix tree lookup of nat_entry_set
Kinglong Mee
2017-03-21
f2fs: make sure trace all f2fs_issue_flush
Kinglong Mee
2017-03-21
f2fs: don't allow volatile writes for non-regular file
Chao Yu
2017-03-21
f2fs: don't allow atomic writes for not regular files
Jaegeuk Kim
2017-03-21
f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer
Jaegeuk Kim
2017-03-21
f2fs: build stat_info before orphan inode recovery
Jaegeuk Kim
2017-03-21
f2fs: fix the fault of calculating blkstart twice
Kinglong Mee
2017-03-21
f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode
Kinglong Mee
2017-03-21
f2fs: don't allow to get pino when filename is encrypted
Jaegeuk Kim
2017-03-21
f2fs: fix wrong error injection for evict_inode
Jaegeuk Kim
2017-03-21
f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count
Kinglong Mee
2017-03-21
f2fs: le16_to_cpu for xattr->e_value_size
Jaegeuk Kim
2017-03-21
f2fs: don't need to invalidate wrong node page
Jaegeuk Kim
2017-03-21
f2fs: fix an error return value in truncate_partial_data_page
Yunlei He
2017-03-21
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2017-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-03-21
Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2017-03-21
Merge tag 'rproc-v4.11-fixes' of git://github.com/andersson/remoteproc
Linus Torvalds
2017-03-21
Merge tag 'for-f2fs-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-03-21
HID: wacom: generic: Wacom mouse is only provided for opaque tablets
Ping Cheng
2017-03-21
HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to h...
Oscar Campos
2017-03-21
HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB
Oscar Campos
2017-03-21
HID: wacom: don't manually release resources for the EKR
Aaron Armstrong Skomra
2017-03-21
HID: wacom: Correct Intuos Pro 2 resolution
Aaron Armstrong Skomra
2017-03-20
remoteproc: qcom: fix QCOM_SMD dependencies
Arnd Bergmann
2017-03-20
f2fs: combine nat_bits and free_nid_bitmap cache
Chao Yu
2017-03-20
f2fs: skip scanning free nid bitmap of full NAT blocks
Chao Yu
2017-03-20
f2fs: use __set{__clear}_bit_le
Jaegeuk Kim
2017-03-20
f2fs: declare static functions
Jaegeuk Kim
2017-03-20
f2fs: don't overwrite node block by SSR
Jaegeuk Kim
[next]