index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-04
exec: open code copy_string_kernel
Christoph Hellwig
2020-06-04
exec: simplify the copy_strings_kernel calling convention
Christoph Hellwig
2020-06-04
fs/seq_file.c: seq_read: Update pr_info_ratelimited
Joe Perches
2020-06-04
fat: improve the readahead for FAT entries
OGAWA Hirofumi
2020-06-04
fat: don't allow to mount if the FAT length == 0
OGAWA Hirofumi
2020-06-04
fs/binfmt_elf: remove redundant elf_map ifndef
Anthony Iliopoulos
2020-06-04
proc: rename "catch" function argument
Alexey Dobriyan
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-04
Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-03
hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
Shijie Hu
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-03
Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2020-06-02
Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-02
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-06-02
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-02
Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-02
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-02
Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2020-06-02
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
orangefs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
ntfs: replace attach_page_buffers with attach_page_private
Guoqing Jiang
2020-06-02
iomap: use attach/detach_page_private
Guoqing Jiang
2020-06-02
f2fs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
fs/buffer.c: use attach/detach_page_private
Guoqing Jiang
2020-06-02
btrfs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
f2fs: pass the inode to f2fs_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
erofs: convert compressed files from readpages to readahead
Matthew Wilcox (Oracle)
[next]