Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
190d7f02ce8ef6774a69d3ec18c288c8a9601a4e
/
fs
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
2ca2a09
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
82fb82b
CIFS: refactor crypto shash/sdesc allocation&free
by Aurelien Aptel
· 7 years ago
b7a73c8
cifs: fix memory leak in SMB2_open()
by Ronnie Sahlberg
· 7 years ago
ac65cb6
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
by Colin Ian King
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
54dd0e0
ext4: add extra checks to ext4_xattr_block_get()
by Theodore Ts'o
· 7 years ago
57599c7
btrfs: lift errors from add_extent_changeset to the callers
by David Sterba
· 7 years ago
f50f435
Btrfs: print error messages when failing to read trees
by Liu Bo
· 7 years ago
38e82de
btrfs: user proper type for btrfs_mask_flags flags
by David Sterba
· 7 years ago
7e79cb8
btrfs: split dev-replace locking helpers for read and write
by David Sterba
· 7 years ago
e7ab0af
btrfs: remove stale comments about fs_mutex
by David Sterba
· 7 years ago
88c1459
btrfs: use RCU in btrfs_show_devname for device list traversal
by David Sterba
· 7 years ago
d198013
btrfs: update barrier in should_cow_block
by David Sterba
· 7 years ago
a32bf9a
btrfs: use lockdep_assert_held for mutexes
by David Sterba
· 7 years ago
a4666e6
btrfs: use lockdep_assert_held for spinlocks
by David Sterba
· 7 years ago
581c176
btrfs: Validate child tree block's level and first key
by Qu Wenruo
· 7 years ago
3c0efdf
btrfs: tests/qgroup: Fix wrong tree backref level
by Qu Wenruo
· 7 years ago
8434ec4
Btrfs: fix copy_items() return value when logging an inode
by Filipe Manana
· 7 years ago
4ee3fad
Btrfs: fix fsync after hole punching when using no-holes feature
by Filipe Manana
· 7 years ago
a1840b5
btrfs: use helper to set ulist aux from a qgroup
by David Sterba
· 7 years ago
0b78877
Revert "btrfs: qgroups: Retry after commit on getting EDQUOT"
by Qu Wenruo
· 7 years ago
4ee0d88
btrfs: qgroup: Update trace events for metadata reservation
by Qu Wenruo
· 7 years ago
8287475
btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved space
by Qu Wenruo
· 7 years ago
4f5427c
btrfs: delayed-inode: Use new qgroup meta rsv for delayed inode and item
by Qu Wenruo
· 7 years ago
9496005d
ext4: add bounds checking to ext4_xattr_find_entry()
by Theodore Ts'o
· 7 years ago
43b1859
btrfs: qgroup: Use separate meta reservation type for delalloc
by Qu Wenruo
· 7 years ago
64cfaef
btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS
by Qu Wenruo
· 7 years ago
Next »