aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+4
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds44-1399/+2259
2018-01-29Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-442/+3896
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds48-132/+178
2018-01-29Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-83/+24
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds7-14/+17
2018-01-29btrfs: drop devid as device_list_add() argAnand Jain1-5/+3
2018-01-29btrfs: get device pointer from device_list_add()Anand Jain1-16/+18
2018-01-29btrfs: only dirty the inode in btrfs_update_time if something was changedJeff Layton1-2/+3
2018-01-29xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementingJeff Layton1-6/+8
2018-01-29fs: only set S_VERSION when updating times if necessaryJeff Layton1-3/+7
2018-01-29xfs: convert to new i_version APIJeff Layton5-7/+15
2018-01-29ufs: use new i_version APIJeff Layton3-6/+9
2018-01-29ocfs2: convert to new i_version APIJeff Layton4-10/+14
2018-01-29nfsd: convert to new i_version APIJeff Layton1-1/+2
2018-01-29nfs: convert to new i_version APIJeff Layton6-23/+26
2018-01-29ext4: convert to new i_version APIJeff Layton7-17/+26
2018-01-29ext2: convert to new i_version APIJeff Layton2-6/+8
2018-01-29exofs: switch to new i_version APIJeff Layton2-5/+7
2018-01-29btrfs: convert to new i_version APIJeff Layton3-5/+12
2018-01-29afs: convert to new i_version APIJeff Layton2-3/+5
2018-01-29affs: convert to new i_version APIJeff Layton3-5/+8
2018-01-29fat: convert to new i_version APIJeff Layton4-19/+22
2018-01-29fs: new API for handling inode->i_versionJeff Layton7-0/+7
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad1-1/+1
2018-01-26update internal version number for cifs.koSteve French1-1/+1
2018-01-26cifs: add .splice_writeAndrés Souto1-0/+6
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel1-1/+31
2018-01-26move a few externs to smbdirect.h to eliminate warningSteve French2-9/+9
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel3-15/+8
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French3-20/+21
2018-01-26CIFS: dump IPC tcon in debug proc fileAurelien Aptel1-26/+35
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel4-37/+25
2018-01-26CIFS: make IPC a regular tconAurelien Aptel5-76/+133
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2-16/+2
2018-01-25Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-18/+8
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King1-1/+1
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann1-9/+6
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot1-1/+1
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li2-0/+13
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li1-0/+66
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registrationLong Li2-3/+59
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li4-7/+30
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registrationLong Li3-3/+72
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li2-0/+474
2018-01-24CIFS: SMBD: Upper layer sends data via RDMA sendLong Li1-2/+6
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li2-0/+251
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li1-2/+4
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2-0/+235