Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7937ca961c847bda8a75da5d9c34efee9602f6b5
/
fs
7937ca9
smb3: add dynamic tracepoint for timeout waiting for credits
by Steve French
· 6 years ago
ffd1ef1
smb3: display security information in /proc/fs/cifs/DebugData more accurately
by Steve French
· 6 years ago
2b53b92
cifs: add a timeout argument to wait_for_free_credits
by Ronnie Sahlberg
· 6 years ago
16b34aa
cifs: prevent starvation in wait_for_free_credits for multi-credit requests
by Ronnie Sahlberg
· 6 years ago
b227d21
cifs: wait_for_free_credits() make it possible to wait for >=1 credits
by Ronnie Sahlberg
· 6 years ago
4230cff
cifs: pass flags down into wait_for_free_credits()
by Ronnie Sahlberg
· 6 years ago
480b1cb
cifs: change wait_for_free_request() to take flags as argument
by Ronnie Sahlberg
· 6 years ago
3bb0f28
Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
a840b56
Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 6 years ago
ebc551f
Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
a5adcfc
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
2b0a80b0
Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
92825b0
Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
1fbf3e4
Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
f88c5942
Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
dfee9c2
Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
5f739e4
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a667cb7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
94f8f3b
proc: commit to genradix
by Kent Overstreet
· 6 years ago
d5a572a
proc: calculate end pointer for /proc/*/* lookup at compile time
by Alexey Dobriyan
· 6 years ago
b542023
mm: refactor readahead defines in mm.h
by Nikolay Borisov
· 6 years ago
cb1d150
hpfs: fix spelling mistake "partion" -> "partition"
by Colin Ian King
· 6 years ago
ea29548
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
c3665a6
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
92fff53
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
a50243b
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
36011dd
Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 6 years ago
e519a8c
Merge tag '5.1-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
d1cae94
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
a39f009
Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
38e7571
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
f875a79
nfsd: allow nfsv3 readdir request to be larger.
by NeilBrown
· 6 years ago
605b048
gfs2: Fix missed wakeups in find_insert_glock
by Andreas Gruenbacher
· 6 years ago
b5dd0c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
6eb3c3d
exec: increase BINPRM_BUF_SIZE to 256
by Oleg Nesterov
· 6 years ago
26e1522
fs/exec.c: replace opencoded set_mask_bits()
by Vineet Gupta
· 6 years ago
67ceb1e
fat: enable .splice_write to support splice on O_DIRECT file
by Hou Tao
· 6 years ago
660c9fc
autofs: clear O_NONBLOCK on the pipe
by NeilBrown
· 6 years ago
874d22d
fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
by Ian Kent
· 6 years ago
60d6d04
autofs: add ignore mount option
by Ian Kent
· 6 years ago
49ac981
fs/binfmt_elf.c: spread const a little
by Alexey Dobriyan
· 6 years ago
93f044e
fs/binfmt_elf.c: use list_for_each_entry()
by Alexey Dobriyan
· 6 years ago
faf1c31
fs/binfmt_elf.c: don't be afraid of overflow
by Alexey Dobriyan
· 6 years ago
a218cc4
epoll: use rwlock in order to reduce ep_poll_callback() contention
by Roman Penyaev
· 6 years ago
c3e320b
epoll: unify awaking of wakeup source on ep_poll_callback() path
by Roman Penyaev
· 6 years ago
c141175
epoll: make sure all elements in ready list are in FIFO order
by Roman Penyaev
· 6 years ago
afe1a71
btrfs: implement btrfs_debug* in terms of helper macro
by Rasmus Villemoes
· 6 years ago
f1fffbd
linux/fs.h: move member alignment check next to definition of struct filename
by Rasmus Villemoes
· 6 years ago
be37f21
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 6 years ago
ae5906c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
9e1fd79
Merge tag 'xfs-5.1-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
b1e2439
Merge tag 'for-5.1-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
0556161
Merge tag 'fsnotify_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
a9913f2
Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
b39a07a
Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
50cfad7
fs: cifs: Kconfig: pedantic formatting
by Enrico Weigelt, metux IT consult
· 6 years ago
e431f2d
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
31b5151
io_uring: allow workqueue item to handle multiple buffered requests
by Jens Axboe
· 6 years ago
221c5eb
io_uring: add support for IORING_OP_POLL
by Jens Axboe
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
45802da
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3478588
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
dd83882
nfsd: fix wrong check in write_v4_end_grace()
by Yihao Wu
· 6 years ago
7c03e75
gfs2: Fix an incorrect gfs2_assert()
by Tim Smith
· 6 years ago
08b5577
proc: use seq_puts() everywhere
by Alexey Dobriyan
· 6 years ago
5713f35
proc: read kernel cpu stat pointer once
by Alexey Dobriyan
· 6 years ago
867aacc
proc: remove unused argument in proc_pid_lookup()
by Zhikang Zhang
· 6 years ago
45f68ab
fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()
by Chengguang Xu
· 6 years ago
756ca74
fs/proc/self.c: code cleanup for proc_setup_self()
by Chengguang Xu
· 6 years ago
ab3948f
mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd
by Joel Fernandes (Google)
· 6 years ago
04a8645
mm: update ptep_modify_prot_commit to take old pte value as arg
by Aneesh Kumar K.V
· 6 years ago
0cbe3e2
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
by Aneesh Kumar K.V
· 6 years ago
147e1a9
fs: kernfs: add poll file operation
by Johannes Weiner
· 6 years ago
60cd4bc
memcg: localize memcg_kmem_enabled() check
by Shakeel Butt
· 6 years ago
ca21508
mm: convert PG_balloon to PG_offline
by David Hildenbrand
· 6 years ago
5704a06
fs/file.c: initialize init_files.resize_wait
by Shuriyc Chu
· 6 years ago
a905737
fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()
by Vineet Gupta
· 6 years ago
f402cf0
ocfs2: Use zero-sized array and struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
5500ab4
ocfs2: fix the application IO timeout when fstrim is running
by Gang He
· 6 years ago
cc725ef
ocfs2: fix a panic problem caused by o2cb_ctl
by Jia Guo
· 6 years ago
69dc4b1
smb3: request more credits on normal (non-large read/write) ops
by Steve French
· 6 years ago
b30c74c
CIFS: Mask off signals when sending SMB packets
by Pavel Shilovsky
· 6 years ago
afc18a6
CIFS: Return -EAGAIN instead of -ENOTSOCK
by Pavel Shilovsky
· 6 years ago
2084ed5
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
by Pavel Shilovsky
· 6 years ago
6dfbd84
CIFS: Fix read after write for files with read caching
by Pavel Shilovsky
· 6 years ago
96281b9
smb3: for kerberos mounts display the credential uid used
by Steve French
· 6 years ago
259594b
cifs: use correct format characters
by Louis Taylor
· 6 years ago
d42043a
smb3: add dynamic trace point for query_info_enter/done
by Steve French
· 6 years ago
53a3e0d
smb3: add dynamic trace point for smb3_cmd_enter
by Steve French
· 6 years ago
efe2e9f
smb3: improve dynamic tracing of open and posix mkdir
by Steve French
· 6 years ago
b0a42f2
smb3: add missing read completion trace point
by Steve French
· 6 years ago
d323c246
smb3: Add tracepoints for read, write and query_dir enter
by Steve French
· 6 years ago
adb3b4e
smb3: add tracepoints for query dir
by Steve French
· 6 years ago
0d48132
smb3: Update POSIX negotiate context with POSIX ctxt GUID
by Steve French
· 6 years ago
cfe7e41
cifs: update internal module version number
by Steve French
· 6 years ago
7091bca
CIFS: Try to acquire credits at once for compound requests
by Pavel Shilovsky
· 6 years ago
fe768d5
CIFS: Return error code when getting file handle for writeback
by Pavel Shilovsky
· 6 years ago
c4b8f65
CIFS: Move open file handling to writepages
by Pavel Shilovsky
· 6 years ago
Next »