Age | Commit message (Expand) | Author | Files | Lines |
2018-01-30 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -8/+4 |
2018-01-30 | Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 44 | -1399/+2259 |
2018-01-30 | Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 24 | -442/+3896 |
2018-01-30 | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 48 | -132/+178 |
2018-01-30 | Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 4 | -83/+24 |
2018-01-29 | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -14/+17 |
2018-01-29 | btrfs: drop devid as device_list_add() arg | Anand Jain | 1 | -5/+3 |
2018-01-29 | btrfs: get device pointer from device_list_add() | Anand Jain | 1 | -16/+18 |
2018-01-29 | btrfs: only dirty the inode in btrfs_update_time if something was changed | Jeff Layton | 1 | -2/+3 |
2018-01-29 | xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing | Jeff Layton | 1 | -6/+8 |
2018-01-29 | fs: only set S_VERSION when updating times if necessary | Jeff Layton | 1 | -3/+7 |
2018-01-29 | xfs: convert to new i_version API | Jeff Layton | 5 | -7/+15 |
2018-01-29 | ufs: use new i_version API | Jeff Layton | 3 | -6/+9 |
2018-01-29 | ocfs2: convert to new i_version API | Jeff Layton | 4 | -10/+14 |
2018-01-29 | nfsd: convert to new i_version API | Jeff Layton | 1 | -1/+2 |
2018-01-29 | nfs: convert to new i_version API | Jeff Layton | 6 | -23/+26 |
2018-01-29 | ext4: convert to new i_version API | Jeff Layton | 7 | -17/+26 |
2018-01-29 | ext2: convert to new i_version API | Jeff Layton | 2 | -6/+8 |
2018-01-29 | exofs: switch to new i_version API | Jeff Layton | 2 | -5/+7 |
2018-01-29 | btrfs: convert to new i_version API | Jeff Layton | 3 | -5/+12 |
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 | fs/cifs/cifsacl.c Fixes typo in a comment | Achilles Gaikwad | 1 | -1/+1 |
2018-01-27 | update internal version number for cifs.ko | Steve French | 1 | -1/+1 |
2018-01-27 | cifs: add .splice_write | Andrés Souto | 1 | -0/+6 |
2018-01-27 | CIFS: document tcon/ses/server refcount dance | Aurelien Aptel | 1 | -1/+31 |
2018-01-27 | move a few externs to smbdirect.h to eliminate warning | Steve French | 2 | -9/+9 |
2018-01-27 | CIFS: zero sensitive data when freeing | Aurelien Aptel | 3 | -15/+8 |
2018-01-27 | Cleanup some minor endian issues in smb3 rdma | Steve French | 3 | -20/+21 |
2018-01-27 | CIFS: dump IPC tcon in debug proc file | Aurelien Aptel | 1 | -26/+35 |
2018-01-27 | CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl | Aurelien Aptel | 4 | -37/+25 |
2018-01-27 | CIFS: make IPC a regular tcon | Aurelien Aptel | 5 | -76/+133 |
2018-01-26 | orangefs: fix deadlock; do not write i_size in read_iter | Martin Brandenburg | 2 | -16/+2 |
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-25 | cifs: remove redundant duplicated assignment of pointer 'node' | Colin Ian King | 1 | -1/+1 |
2018-01-25 | CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -9/+6 |
2018-01-25 | cifs: Fix autonegotiate security settings mismatch | Daniel N Pettersson | 1 | -2/+1 |
2018-01-25 | CIFS: SMBD: _smbd_get_connection() can be static | kbuild test robot | 1 | -1/+1 |
2018-01-25 | CIFS: SMBD: Disable signing on SMB direct transport | Long Li | 2 | -0/+13 |
2018-01-25 | CIFS: SMBD: Add SMB Direct debug counters | Long Li | 1 | -0/+66 |
2018-01-25 | CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis... | Long Li | 2 | -3/+59 |
2018-01-25 | CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O | Long Li | 4 | -7/+30 |
2018-01-25 | CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis... | Long Li | 3 | -3/+72 |
2018-01-25 | CIFS: SMBD: Implement RDMA memory registration | Long Li | 2 | -0/+474 |
2018-01-25 | CIFS: SMBD: Upper layer sends data via RDMA send | Long Li | 1 | -2/+6 |
2018-01-25 | CIFS: SMBD: Implement function to send data via RDMA send | Long Li | 2 | -0/+251 |
2018-01-25 | CIFS: SMBD: Upper layer receives data via RDMA receive | Long Li | 1 | -2/+4 |
2018-01-25 | CIFS: SMBD: Implement function to receive data via RDMA receive | Long Li | 2 | -0/+235 |