Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0c7c1bed7e13dbb545375c231e6ba1dca5e8d725
/
fs
3172485
block_invalidatepage(): only release page if the full page was invalidated
by Jeff Moyer
· 7 years ago
1c0ff0f
fs/direct-io.c: minor cleanups in do_blockdev_direct_IO
by Nikolay Borisov
· 7 years ago
849cf55
fs: don't flush pagecache when expanding block device
by shunki-fujita
· 7 years ago
7ff3c20
fs/9p: don't set SB_NOATIME by default
by Yiwen Jiang
· 7 years ago
a25c365
9p: check memory allocation result for cachetag
by Chengguang Xu
· 7 years ago
ac89b2e
9p: don't maintain dir i_nlink if the exported fs doesn't either
by Eryu Guan
· 7 years ago
de37428
ocfs2/dlm: clean up unused variable in dlm_process_recovery_data
by Changwei Ge
· 7 years ago
ba16ddf
ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio
by piaojun
· 7 years ago
39ec377
ocfs2: add duplicated ino number check
by Gang He
· 7 years ago
5f483c4
ocfs2: add kobject for online file check
by Gang He
· 7 years ago
8fc2cb4b
ocfs2: fix some small problems
by Gang He
· 7 years ago
5ac9438
ocfs2: move some definitions to header file
by Gang He
· 7 years ago
baa31b8
ocfs2: correct spelling mistake for migratable for all
by Changwei Ge
· 7 years ago
510c487
ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"
by Colin Ian King
· 7 years ago
60c7ec9
ocfs2/dlm: wait for dlm recovery done when migrating all lock resources
by piaojun
· 7 years ago
a43d24c
ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()
by Changwei Ge
· 7 years ago
2bcb654
ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()
by Changwei Ge
· 7 years ago
26ec161
fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment
by Changwei Ge
· 7 years ago
a012ab4
ocfs2: remove two unused functions from suballoc.c
by Changwei Ge
· 7 years ago
a17b485
ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()
by piaojun
· 7 years ago
bb34f24
ocfs2/dlm: don't handle migrate lockres if already in shutdown
by Jun Piao
· 7 years ago
1202d4b
ocfs2: keep the trace point consistent with the function name
by Jia Guo
· 7 years ago
bb4c9d6
ocfs2: remove some unused function declarations
by piaojun
· 7 years ago
d324cd4
ocfs2: use 'oi' instead of 'OCFS2_I()'
by piaojun
· 7 years ago
1119d3c
ocfs2: use 'osb' instead of 'OCFS2_SB()'
by piaojun
· 7 years ago
5df63c2
hugetlbfs: fix bug in pgoff overflow checking
by Mike Kravetz
· 7 years ago
06dd3df
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
9abf8ac
Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 7 years ago
3e968c9
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
a8f8e8a
Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
2bd99df
Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
94514bbe
Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
547c43d
Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
2e08edc
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d92cd81
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
642e7fd
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 7 years ago
f5a8eb6
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 7 years ago
ce6eba3
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
edf292c
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
by Dominik Brodowski
· 7 years ago
36028d5
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
by Dominik Brodowski
· 7 years ago
df260e2
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
by Dominik Brodowski
· 7 years ago
806cbae
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
70f68ee
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
by Dominik Brodowski
· 7 years ago
3ce4a7b
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
by Dominik Brodowski
· 7 years ago
76847e4
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
by Dominik Brodowski
· 7 years ago
cbb60b9
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
by Dominik Brodowski
· 7 years ago
454dab3
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
by Dominik Brodowski
· 7 years ago
bae217e
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
by Dominik Brodowski
· 7 years ago
2ca2a09d6
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
by Dominik Brodowski
· 7 years ago
411d947
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
by Dominik Brodowski
· 7 years ago
55731b3
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
by Dominik Brodowski
· 7 years ago
cbfe20f
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
03450e2
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
46ea89e
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
87c4e19
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
6380161
hostfs: rename do_rmdir() to hostfs_do_rmdir()
by Dominik Brodowski
· 7 years ago
447016e
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
by Dominik Brodowski
· 7 years ago
e7a3e8b
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
by Dominik Brodowski
· 7 years ago
a16fe33
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
by Dominik Brodowski
· 7 years ago
c724832
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
by Dominik Brodowski
· 7 years ago
3a18ef5
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
by Dominik Brodowski
· 7 years ago
312db1a
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
by Dominik Brodowski
· 7 years ago
ab0d1e8
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
by Dominik Brodowski
· 7 years ago
cb0b476
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
183caa3
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
d0d89d1
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
ab641af
fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
570484b
fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
05585e4
fs: add do_compat_select() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
e02af2f
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
4bdb9ac
fs: add kern_select() helper; remove in-kernel call to sys_select()
by Dominik Brodowski
· 7 years ago
30cfe4e
fs: add do_vmsplice() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
98e5f7b
fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
2fc96f8
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
by Dominik Brodowski
· 7 years ago
52fb6db
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
by Dominik Brodowski
· 7 years ago
791eb22
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
by Dominik Brodowski
· 7 years ago
f139035
fs: add do_futimesat() helper; remove internal call to sys_futimesat()
by Dominik Brodowski
· 7 years ago
ee81feb
fs: add do_renameat2() helper; remove internal call to sys_renameat2()
by Dominik Brodowski
· 7 years ago
0a216dd
fs: add do_pipe2() helper; remove internal call to sys_pipe2()
by Dominik Brodowski
· 7 years ago
2dae024
fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
by Dominik Brodowski
· 7 years ago
07108d0
cifs: Add minor debug message during negprot
by Steve French
· 7 years ago
7ea884c
smb3: Fix root directory when server returns inode number of zero
by Steve French
· 7 years ago
6c4ba31
cifs: fix sparse warning on previous patch in a few printks
by Steve French
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
e40ff21
ext4: force revalidation of directory pointer after seekdir(2)
by Theodore Ts'o
· 7 years ago
21a4e14
cifs: smbd: disconnect transport on RDMA errors
by Long Li
· 7 years ago
48f238a
cifs: smbd: avoid reconnect lockup
by Long Li
· 7 years ago
2a18287
Don't log confusing message on reconnect by default
by Steve French
· 7 years ago
2564f2f
Don't log expected error on DFS referral request
by Steve French
· 7 years ago
31cd106
fs: cifs: Replace _free_xid call in cifs_root_iget function
by Phillip Potter
· 7 years ago
d68f353
SMB3.1.1 dialect is no longer experimental
by Steve French
· 7 years ago
6188f28
Tree connect for SMB3.1.1 must be signed for non-encrypted shares
by Steve French
· 7 years ago
262916b
fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
by Ronnie Sahlberg
· 7 years ago
70e8065
CIFS: fix sha512 check in cifs_crypto_secmech_release
by Gustavo A. R. Silva
· 7 years ago
8bd68c6
CIFS: implement v3.11 preauth integrity
by Aurelien Aptel
· 7 years ago
5fcd7f3
CIFS: add sha512 secmech
by Aurelien Aptel
· 7 years ago
Next »