summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-29Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-29btrfs: drop devid as device_list_add() argAnand Jain
2018-01-29btrfs: get device pointer from device_list_add()Anand Jain
2018-01-29btrfs: only dirty the inode in btrfs_update_time if something was changedJeff Layton
2018-01-29xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementingJeff Layton
2018-01-29fs: only set S_VERSION when updating times if necessaryJeff Layton
2018-01-29xfs: convert to new i_version APIJeff Layton
2018-01-29ufs: use new i_version APIJeff Layton
2018-01-29ocfs2: convert to new i_version APIJeff Layton
2018-01-29nfsd: convert to new i_version APIJeff Layton
2018-01-29nfs: convert to new i_version APIJeff Layton
2018-01-29ext4: convert to new i_version APIJeff Layton
2018-01-29ext2: convert to new i_version APIJeff Layton
2018-01-29exofs: switch to new i_version APIJeff Layton
2018-01-29btrfs: convert to new i_version APIJeff Layton
2018-01-29afs: convert to new i_version APIJeff Layton
2018-01-29affs: convert to new i_version APIJeff Layton
2018-01-29fat: convert to new i_version APIJeff Layton
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad
2018-01-26update internal version number for cifs.koSteve French
2018-01-26cifs: add .splice_writeAndrés Souto
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel
2018-01-26move a few externs to smbdirect.h to eliminate warningSteve French
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French
2018-01-26CIFS: dump IPC tcon in debug proc fileAurelien Aptel
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg
2018-01-25Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li
2018-01-24CIFS: SMBD: Upper layer sends data via RDMA sendLong Li
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li
2018-01-24CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li