Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
168fe32a072a4b8dc81a3aebf0e5e588d38e2955
/
fs
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
2afe738
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
d417302
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
d772794
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
31466f3
Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
6787dc2
Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
a4b7fd7
Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
d1de762
Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 7 years ago
0a4b6e2
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
3acbcbf
btrfs: drop devid as device_list_add() arg
by Anand Jain
· 7 years ago
e124ece
btrfs: get device pointer from device_list_add()
by Anand Jain
· 7 years ago
3a8c723
btrfs: only dirty the inode in btrfs_update_time if something was changed
by Jeff Layton
· 7 years ago
d17260f
xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
by Jeff Layton
· 7 years ago
e38cf30
fs: only set S_VERSION when updating times if necessary
by Jeff Layton
· 7 years ago
f0e2828
xfs: convert to new i_version API
by Jeff Layton
· 7 years ago
bb8c2d6
ufs: use new i_version API
by Jeff Layton
· 7 years ago
cc56c33
ocfs2: convert to new i_version API
by Jeff Layton
· 7 years ago
1f15a55
nfsd: convert to new i_version API
by Jeff Layton
· 7 years ago
1eb5d98
nfs: convert to new i_version API
by Jeff Layton
· 7 years ago
ee73f9a
ext4: convert to new i_version API
by Jeff Layton
· 7 years ago
e1d747d
ext2: convert to new i_version API
by Jeff Layton
· 7 years ago
317bc94
exofs: switch to new i_version API
by Jeff Layton
· 7 years ago
c7f88c4
btrfs: convert to new i_version API
by Jeff Layton
· 7 years ago
a01179e
afs: convert to new i_version API
by Jeff Layton
· 7 years ago
9dffe56
affs: convert to new i_version API
by Jeff Layton
· 7 years ago
2489dba
fat: convert to new i_version API
by Jeff Layton
· 7 years ago
ae5e165
fs: new API for handling inode->i_version
by Jeff Layton
· 7 years ago
36c7ce4
fs/cifs/cifsacl.c Fixes typo in a comment
by Achilles Gaikwad
· 7 years ago
ab2c643
update internal version number for cifs.ko
by Steve French
· 7 years ago
cd1aca2
cifs: add .splice_write
by Andrés Souto
· 7 years ago
4a1360d
CIFS: document tcon/ses/server refcount dance
by Aurelien Aptel
· 7 years ago
6b31471
move a few externs to smbdirect.h to eliminate warning
by Steve French
· 7 years ago
97f4b72
CIFS: zero sensitive data when freeing
by Aurelien Aptel
· 7 years ago
2026b06
Cleanup some minor endian issues in smb3 rdma
by Steve French
· 7 years ago
02cf590
CIFS: dump IPC tcon in debug proc file
by Aurelien Aptel
· 7 years ago
63a83b8
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
by Aurelien Aptel
· 7 years ago
b327a71
CIFS: make IPC a regular tcon
by Aurelien Aptel
· 7 years ago
6793f1c
orangefs: fix deadlock; do not write i_size in read_iter
by Martin Brandenburg
· 7 years ago
525273f
Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
37e12f5
cifs: remove redundant duplicated assignment of pointer 'node'
by Colin Ian King
· 7 years ago
e36c048
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
by Arnd Bergmann
· 7 years ago
9aca7e4
cifs: Fix autonegotiate security settings mismatch
by Daniel N Pettersson
· 7 years ago
9084432
CIFS: SMBD: _smbd_get_connection() can be static
by kbuild test robot
· 7 years ago
8801e90
CIFS: SMBD: Disable signing on SMB direct transport
by Long Li
· 7 years ago
08a3b96
CIFS: SMBD: Add SMB Direct debug counters
by Long Li
· 7 years ago
bd3dcc6
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
by Long Li
· 7 years ago
74dcf41
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
by Long Li
· 7 years ago
db223a5
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
by Long Li
· 7 years ago
c739858
CIFS: SMBD: Implement RDMA memory registration
by Long Li
· 7 years ago
9762c2d
CIFS: SMBD: Upper layer sends data via RDMA send
by Long Li
· 7 years ago
d649e1b
CIFS: SMBD: Implement function to send data via RDMA send
by Long Li
· 7 years ago
2fef137
CIFS: SMBD: Upper layer receives data via RDMA receive
by Long Li
· 7 years ago
f64b78f
CIFS: SMBD: Implement function to receive data via RDMA receive
by Long Li
· 7 years ago
09902f8
CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
by Long Li
· 7 years ago
bce9ce7
CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
by Long Li
· 7 years ago
8ef130f
CIFS: SMBD: Implement function to destroy a SMB Direct connection
by Long Li
· 7 years ago
781a805
CIFS: SMBD: Upper layer reconnects to SMB Direct session
by Long Li
· 7 years ago
ad57b8e
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
by Long Li
· 7 years ago
2f89464
CIFS: SMBD: Upper layer connects to SMBDirect session
by Long Li
· 7 years ago
0933d6f
cifs: fix build errors for SMB_DIRECT
by Randy Dunlap
· 7 years ago
f04a703
cifs: Fix missing put_xid in cifs_file_strict_mmap
by Matthew Wilcox
· 7 years ago
d8ec913
CIFS: SMBD: export protocol initial values
by Long Li
· 7 years ago
399f953
CIFS: SMBD: Implement function to create a SMB Direct connection
by Long Li
· 7 years ago
f198186
CIFS: SMBD: Establish SMB Direct connection
by Long Li
· 7 years ago
03bee01
CIFS: SMBD: Add SMB Direct protocol initial values and constants
by Long Li
· 7 years ago
8339dd3
CIFS: SMBD: Add rdma mount option
by Long Li
· 7 years ago
2b6ed88
CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT
by Long Li
· 7 years ago
2dabfd5
CIFS: SMBD: Add parameter rdata to smb2_new_read_req
by Long Li
· 7 years ago
3cecf48
cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case
by Ronnie Sahlberg
· 7 years ago
305428a
cifs: remove small_smb2_init
by Ronnie Sahlberg
· 7 years ago
8eb7998
cifs: remove rfc1002 header from smb2_lease_ack
by Ronnie Sahlberg
· 7 years ago
5dfe69a
cifs: remove unused variable from SMB2_read
by Ronnie Sahlberg
· 7 years ago
21ad948
cifs: remove rfc1002 header from smb2_oplock_break we get from server
by Ronnie Sahlberg
· 7 years ago
b2fb7fe
cifs: remove rfc1002 header from smb2_query_info_req
by Ronnie Sahlberg
· 7 years ago
7c00c3a
cifs: remove rfc1002 header from smb2_query_directory_req
by Ronnie Sahlberg
· 7 years ago
2fc803e
cifs: remove rfc1002 header from smb2_set_info_req
by Ronnie Sahlberg
· 7 years ago
f5688a6
cifs: remove rfc1002 header from smb2 read/write requests
by Ronnie Sahlberg
· 7 years ago
ced9367
cifs: remove rfc1002 header from smb2_lock_req
by Ronnie Sahlberg
· 7 years ago
1f444e4
cifs: remove rfc1002 header from smb2_flush_req
by Ronnie Sahlberg
· 7 years ago
4f33bc3
cifs: remove rfc1002 header from smb2_create_req
by Ronnie Sahlberg
· 7 years ago
88ea5cb
cifs: remove rfc1002 header from smb2_sess_setup_req
by Ronnie Sahlberg
· 7 years ago
661bb943
cifs: remove rfc1002 header from smb2_tree_connect_req
by Ronnie Sahlberg
· 7 years ago
7f7ae75
cifs: remove rfc1002 header from smb2_echo_req
by Ronnie Sahlberg
· 7 years ago
9775468
cifs: remove rfc1002 header from smb2_ioctl_req
by Ronnie Sahlberg
· 7 years ago
afcccef
cifs: remove rfc1002 header from smb2_close_req
by Ronnie Sahlberg
· 7 years ago
4eecf4c
cifs: remove rfc1002 header from smb2_tree_disconnect_req
by Ronnie Sahlberg
· 7 years ago
45305ed
cifs: remove rfc1002 header from smb2_logoff_req
by Ronnie Sahlberg
· 7 years ago
13cacea
cifs: remove rfc1002 header from smb2_negotiate_req
by Ronnie Sahlberg
· 7 years ago
83b7739
cifs: Add smb2_send_recv
by Ronnie Sahlberg
· 7 years ago
e4fd493
Btrfs: fix stale entries in readdir
by Josef Bacik
· 7 years ago
1995266
nfsd: auth: Fix gid sorting when rootsquash enabled
by Ben Hutchings
· 7 years ago
a0ec1de
orangefs: initialize op on loop restart in orangefs_devreq_read
by Martin Brandenburg
· 7 years ago
0afc0de
orangefs: use list_for_each_entry_safe in purge_waiting_ops
by Martin Brandenburg
· 7 years ago
f2788d2
btrfs: set the total_devices in device_list_add()
by Anand Jain
· 7 years ago
327f18c
btrfs: move pr_info into device_list_add
by Anand Jain
· 7 years ago
d8367db
btrfs: make btrfs_free_stale_devices() to match the path
by Anand Jain
· 7 years ago
0d34097
btrfs: rename btrfs_free_stale_devices() arg to skip_dev
by Anand Jain
· 7 years ago
522f1b4
btrfs: make btrfs_free_stale_devices() argument optional
by Anand Jain
· 7 years ago
38cf665
btrfs: make btrfs_free_stale_device() to iterate all stales
by Anand Jain
· 7 years ago
a848b3e
btrfs: no need to check for btrfs_fs_devices::seeding
by Anand Jain
· 7 years ago
Next »