index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-29
afs: convert to new i_version API
Jeff Layton
2
-3
/
+5
2018-01-29
affs: convert to new i_version API
Jeff Layton
3
-5
/
+8
2018-01-29
fat: convert to new i_version API
Jeff Layton
4
-19
/
+22
2018-01-29
fs: new API for handling inode->i_version
Jeff Layton
7
-0
/
+7
2018-01-28
NFS: Fix a race between mmap() and O_DIRECT
Trond Myklebust
1
-1
/
+1
2018-01-28
fs/cifs/cifsacl.c Fixes typo in a comment
Achilles Gaikwad
1
-1
/
+1
2018-01-28
NFS: Remove a redundant call to unmap_mapping_range()
Trond Myklebust
1
-1
/
+0
2018-01-26
update internal version number for cifs.ko
Steve French
1
-1
/
+1
2018-01-26
cifs: add .splice_write
Andrés Souto
1
-0
/
+6
2018-01-26
CIFS: document tcon/ses/server refcount dance
Aurelien Aptel
1
-1
/
+31
2018-01-26
move a few externs to smbdirect.h to eliminate warning
Steve French
2
-9
/
+9
2018-01-26
CIFS: zero sensitive data when freeing
Aurelien Aptel
3
-15
/
+8
2018-01-26
Cleanup some minor endian issues in smb3 rdma
Steve French
3
-20
/
+21
2018-01-26
CIFS: dump IPC tcon in debug proc file
Aurelien Aptel
1
-26
/
+35
2018-01-26
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
Aurelien Aptel
4
-37
/
+25
2018-01-26
CIFS: make IPC a regular tcon
Aurelien Aptel
5
-76
/
+133
2018-01-25
orangefs: fix deadlock; do not write i_size in read_iter
Martin Brandenburg
2
-16
/
+2
2018-01-25
jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
Jake Daryll Obina
1
-1
/
+0
2018-01-25
dcache: delete unused d_hash_mask
Alexey Dobriyan
1
-3
/
+2
2018-01-25
dcache: subtract d_hash_shift from 32 in advance
Alexey Dobriyan
1
-1
/
+3
2018-01-25
fs/buffer.c: fold init_buffer() into init_page_buffers()
Eric Biggers
1
-8
/
+2
2018-01-25
fs: fold __inode_permission() into inode_permission()
Eric Biggers
1
-45
/
+26
2018-01-25
f2fs: support inode creation time
Chao Yu
5
-1
/
+40
2018-01-25
pnfs/blocklayout: Ensure disk address in block device map
Benjamin Coddington
1
-2
/
+7
2018-01-25
pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectors
Benjamin Coddington
1
-4
/
+3
2018-01-25
f2fs: rebuild sit page from sit info in mem
Yunlei He
2
-16
/
+32
2018-01-25
f2fs: stop issuing discard if fs is readonly
Chao Yu
1
-0
/
+2
2018-01-25
f2fs: clean up duplicated assignment in init_discard_policy
Chao Yu
1
-8
/
+3
2018-01-25
f2fs: use GFP_F2FS_ZERO for cleanup
Chao Yu
1
-4
/
+2
2018-01-25
GFS2: Fix minor comment typo
Bob Peterson
1
-1
/
+1
2018-01-25
Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-18
/
+8
2018-01-24
cifs: remove redundant duplicated assignment of pointer 'node'
Colin Ian King
1
-1
/
+1
2018-01-24
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
Arnd Bergmann
1
-9
/
+6
2018-01-24
cifs: Fix autonegotiate security settings mismatch
Daniel N Pettersson
1
-2
/
+1
2018-01-24
CIFS: SMBD: _smbd_get_connection() can be static
kbuild test robot
1
-1
/
+1
2018-01-24
CIFS: SMBD: Disable signing on SMB direct transport
Long Li
2
-0
/
+13
2018-01-24
CIFS: SMBD: Add SMB Direct debug counters
Long Li
1
-0
/
+66
2018-01-24
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...
Long Li
2
-3
/
+59
2018-01-24
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
Long Li
4
-7
/
+30
2018-01-24
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
3
-3
/
+72
2018-01-24
CIFS: SMBD: Implement RDMA memory registration
Long Li
2
-0
/
+474
2018-01-24
CIFS: SMBD: Upper layer sends data via RDMA send
Long Li
1
-2
/
+6
2018-01-24
CIFS: SMBD: Implement function to send data via RDMA send
Long Li
2
-0
/
+251
2018-01-24
CIFS: SMBD: Upper layer receives data via RDMA receive
Long Li
1
-2
/
+4
2018-01-24
CIFS: SMBD: Implement function to receive data via RDMA receive
Long Li
2
-0
/
+235
2018-01-24
CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
Long Li
1
-1
/
+11
2018-01-24
CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
Long Li
1
-1
/
+4
2018-01-24
CIFS: SMBD: Implement function to destroy a SMB Direct connection
Long Li
2
-0
/
+19
2018-01-24
CIFS: SMBD: Upper layer reconnects to SMB Direct session
Long Li
1
-1
/
+4
2018-01-24
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
Long Li
2
-0
/
+40
[prev]
[next]