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
2017-02-27
f2fs: update the comment of default nr_pages to skipping
Kinglong Mee
1
-2
/
+2
2017-02-27
f2fs: drop the duplicate pval in f2fs_getxattr
Kinglong Mee
1
-3
/
+0
2017-02-27
f2fs: Don't update the xattr data that same as the exist
Kinglong Mee
1
-4
/
+16
2017-02-27
f2fs: kill __is_extent_same
Chao Yu
2
-12
/
+3
2017-02-27
f2fs: avoid bggc->fggc when enough free segments are avaliable after cp
Hou Pengyang
1
-8
/
+9
2017-02-27
f2fs: select target segment with closer temperature in SSR mode
Chao Yu
1
-6
/
+17
2017-02-27
f2fs: show simple call stack in fault injection message
Chao Yu
8
-13
/
+32
2017-02-27
f2fs: no need lock_op in f2fs_write_inline_data
Yunlei He
1
-2
/
+5
2017-02-27
f2fs: add bitmaps for empty or full NAT blocks
Jaegeuk Kim
5
-20
/
+230
2017-02-27
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2
-12
/
+12
2017-02-27
f2fs: avoid m_flags overlay when allocating more data blocks
Kinglong Mee
1
-1
/
+1
2017-02-27
f2fs: remove unsafe bitmap checking
Hou Pengyang
1
-6
/
+0
2017-02-27
f2fs: init local extent_info to avoid stale stack info in tp
Hou Pengyang
2
-5
/
+5
2017-02-27
f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc
Yunlong Song
1
-9
/
+3
2017-02-27
f2fs: check discard alignment only for SEQWRITE zones
Jaegeuk Kim
1
-12
/
+12
2017-02-27
f2fs: wait for discard completion after submission
Jaegeuk Kim
1
-3
/
+13
2017-02-27
f2fs: much larger batched trim_fs job
Jaegeuk Kim
1
-1
/
+1
2017-02-27
f2fs: avoid very large discard command
Jaegeuk Kim
2
-2
/
+4
2017-02-26
Merge tag 'for-linus-4.11-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-31
/
+49
2017-02-26
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
41
-1242
/
+1211
2017-02-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
31
-260
/
+327
2017-02-25
Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...
Mike Marshall
538
-21240
/
+16359
2017-02-25
fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version
Sven Schmidt
2
-15
/
+19
2017-02-25
procfs: use an enum for possible hidepid values
Lafcadio Wluiki
3
-6
/
+7
2017-02-25
proc: less code duplication in /proc/*/cmdline
Alexey Dobriyan
1
-88
/
+56
2017-02-25
proc: use rb_entry()
Geliang Tang
1
-5
/
+6
2017-02-25
userfaultfd_copy: return -ENOSPC in case mm has gone
Mike Rapoport
1
-0
/
+2
2017-02-25
userfaultfd: non-cooperative: add event for exit() notification
Mike Rapoport
1
-0
/
+28
2017-02-25
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
3
-3
/
+68
2017-02-25
mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
Dave Jiang
4
-12
/
+20
2017-02-25
mm,fs,dax: change ->pmd_fault to ->huge_fault
Dave Jiang
5
-42
/
+40
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
22
-97
/
+89
2017-02-25
userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE
Mike Rapoport
1
-7
/
+7
2017-02-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+10
2017-02-25
nfs/nfsd/sunrpc: enforce transport requirements for NFSv4
Jeff Layton
2
-6
/
+9
2017-02-24
sunrpc: turn bitfield flags in svc_version into bools
Jeff Layton
4
-5
/
+3
2017-02-24
nfsd: remove superfluous KERN_INFO
Rasmus Villemoes
1
-1
/
+1
2017-02-24
libceph, rbd, ceph: WRITE | ONDISK -> WRITE
Ilya Dryomov
2
-20
/
+9
2017-02-24
ceph: remove special ack vs commit behavior
Ilya Dryomov
6
-103
/
+3
2017-02-24
f2fs: do SSR for node segments more aggresively
Jaegeuk Kim
1
-5
/
+10
2017-02-24
f2fs: find data segments across all the types
Jaegeuk Kim
1
-4
/
+11
2017-02-24
f2fs: do SSR in higher priority
Jaegeuk Kim
1
-16
/
+1
2017-02-24
f2fs: do SSR for data when there is enough free space
Yunlong Song
1
-1
/
+1
2017-02-24
f2fs: node segment is prior to data segment selected victim
Hou Pengyang
1
-1
/
+11
2017-02-24
f2fs: put allocate_segment after refresh_sit_entry
Yunlong Song
1
-2
/
+3
2017-02-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
22
-199
/
+325
2017-02-24
NFSv4: fix getacl ERANGE for some ACL buffer sizes
Weston Andros Adamson
1
-6
/
+2
2017-02-24
NFSv4: fix getacl head length estimation
J. Bruce Fields
1
-1
/
+1
2017-02-24
ceph: tidy some white space in get_nonsnap_parent()
Dan Carpenter
1
-2
/
+3
2017-02-23
f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
Hou Pengyang
3
-2
/
+32
[prev]
[next]