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.13.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
2020-05-12
f2fs: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2020-05-12
f2fs: refactor resize_fs to avoid meta updates in progress
Jaegeuk Kim
5
-57
/
+74
2020-05-12
f2fs: use round_up to enhance calculation
Chao Yu
1
-12
/
+5
2020-05-12
f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS
Chao Yu
2
-0
/
+164
2020-05-12
f2fs: Avoid double lock for cp_rwsem during checkpoint
Sayali Lokhande
3
-2
/
+55
2020-05-12
f2fs: report delalloc reserve as non-free in statfs for project quota
Konstantin Khlebnikov
1
-1
/
+2
2020-05-12
f2fs: Fix wrong stub helper update_sit_info
YueHaibing
1
-1
/
+1
2020-05-12
f2fs: compress: let lz4 compressor handle output buffer budget properly
Chao Yu
1
-6
/
+9
2020-05-12
f2fs: remove blk_plugging in block_operations
Jaegeuk Kim
1
-8
/
+3
2020-05-12
f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
Chao Yu
2
-1
/
+174
2020-05-12
f2fs: shrink spinlock coverage
Chao Yu
2
-10
/
+18
2020-05-12
f2fs: correctly fix the parent inode number during fsync()
Eric Biggers
1
-3
/
+5
2020-05-12
f2fs: rework filename handling
Eric Biggers
6
-235
/
+331
2020-05-12
f2fs: split f2fs_d_compare() from f2fs_match_name()
Eric Biggers
2
-40
/
+35
2020-05-12
f2fs: don't leak filename in f2fs_try_convert_inline_dir()
Eric Biggers
1
-2
/
+4
2020-05-12
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
4
-0
/
+47
2020-05-12
f2fs: introduce mempool for {,de}compress intermediate page allocation
Chao Yu
3
-22
/
+52
2020-05-08
f2fs: introduce f2fs_bmap_compress()
Chao Yu
1
-0
/
+34
2020-05-08
f2fs: support fiemap on compressed inode
Chao Yu
1
-2
/
+53
2020-05-08
f2fs: support partial truncation on compressed inode
Chao Yu
3
-5
/
+65
2020-05-08
f2fs: remove redundant compress inode check
Chao Yu
1
-2
/
+0
2020-05-08
f2fs: use strcmp() in parse_options()
Eric Biggers
1
-28
/
+16
2020-05-08
f2fs: Use the correct style for SPDX License Identifier
Nishad Kamdar
7
-7
/
+7
2020-04-24
f2fs: fix quota_sync failure due to f2fs_lock_op
Jaegeuk Kim
2
-5
/
+7
2020-04-17
f2fs: support read iostat
Chao Yu
7
-29
/
+97
2020-04-17
f2fs: Fix the accounting of dcc->undiscard_blks
Sahitya Tummala
1
-1
/
+3
2020-04-17
f2fs: fix to handle error path of f2fs_ra_meta_pages()
Chao Yu
1
-2
/
+3
2020-04-17
f2fs: report the discard cmd errors properly
Sahitya Tummala
1
-2
/
+2
2020-04-17
f2fs: fix long latency due to discard during umount
Sahitya Tummala
1
-2
/
+10
2020-04-17
f2fs: add tracepoint for f2fs iostat
Daeho Jeong
3
-1
/
+55
2020-04-17
f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA
Jaegeuk Kim
3
-1
/
+28
2020-04-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-238
/
+393
2020-04-07
Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
29
-1134
/
+1717
2020-04-07
Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
20
-425
/
+810
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+24
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+4
2020-04-07
reiserfs: clean up several indentation issues
Colin Ian King
3
-11
/
+12
2020-04-07
fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path
Alexey Dobriyan
1
-1
/
+1
2020-04-07
fs/binfmt_elf.c: allocate less for static executable
Alexey Dobriyan
1
-9
/
+10
2020-04-07
fs/binfmt_elf.c: delete "loc" variable
Alexey Dobriyan
1
-17
/
+15
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
1
-21
/
+43
2020-04-07
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
1
-10
/
+8
2020-04-07
seq_file: remove m->version
Matthew Wilcox (Oracle)
1
-28
/
+0
2020-04-07
proc: use ppos instead of m->version
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-04-07
proc: remove m_cache_vma
Matthew Wilcox (Oracle)
1
-32
/
+6
2020-04-07
proc: inline vma_stop into m_stop
Matthew Wilcox (Oracle)
1
-19
/
+15
2020-04-07
proc: speed up /proc/*/statm
Alexey Dobriyan
1
-16
/
+23
2020-04-07
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
6
-53
/
+174
2020-04-07
fs/proc/inode.c: annotate close_pdeo() for sparse
Jules Irenge
1
-0
/
+1
2020-04-07
userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally
Peter Xu
1
-3
/
+13
[next]