index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2018-04-05
fs: don't flush pagecache when expanding block device
shunki-fujita
2018-04-05
fs/9p: don't set SB_NOATIME by default
Yiwen Jiang
2018-04-05
9p: check memory allocation result for cachetag
Chengguang Xu
2018-04-05
9p: don't maintain dir i_nlink if the exported fs doesn't either
Eryu Guan
2018-04-05
ocfs2/dlm: clean up unused variable in dlm_process_recovery_data
Changwei Ge
2018-04-05
ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio
piaojun
2018-04-05
ocfs2: add duplicated ino number check
Gang He
2018-04-05
ocfs2: add kobject for online file check
Gang He
2018-04-05
ocfs2: fix some small problems
Gang He
2018-04-05
ocfs2: move some definitions to header file
Gang He
2018-04-05
ocfs2: correct spelling mistake for migratable for all
Changwei Ge
2018-04-05
ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"
Colin Ian King
2018-04-05
ocfs2/dlm: wait for dlm recovery done when migrating all lock resources
piaojun
2018-04-05
ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()
Changwei Ge
2018-04-05
ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()
Changwei Ge
2018-04-05
fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment
Changwei Ge
2018-04-05
ocfs2: remove two unused functions from suballoc.c
Changwei Ge
2018-04-05
ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()
piaojun
2018-04-05
ocfs2/dlm: don't handle migrate lockres if already in shutdown
Jun Piao
2018-04-05
ocfs2: keep the trace point consistent with the function name
Jia Guo
2018-04-05
ocfs2: remove some unused function declarations
piaojun
2018-04-05
ocfs2: use 'oi' instead of 'OCFS2_I()'
piaojun
2018-04-05
ocfs2: use 'osb' instead of 'OCFS2_SB()'
piaojun
2018-04-05
hugetlbfs: fix bug in pgoff overflow checking
Mike Kravetz
2018-04-04
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-04
Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2018-04-04
Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-04-04
Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-04-04
Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-04-04
Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-04-04
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-04-03
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
2018-04-02
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
2018-04-02
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
Dominik Brodowski
2018-04-02
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
Dominik Brodowski
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
2018-04-02
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
2018-04-02
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
[next]