summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-28NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust1-1/+1
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad1-1/+1
2018-01-28NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust1-1/+0
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-25jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina1-1/+0
2018-01-25dcache: delete unused d_hash_maskAlexey Dobriyan1-3/+2
2018-01-25dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan1-1/+3
2018-01-25fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers1-8/+2
2018-01-25fs: fold __inode_permission() into inode_permission()Eric Biggers1-45/+26
2018-01-25f2fs: support inode creation timeChao Yu5-1/+40
2018-01-25pnfs/blocklayout: Ensure disk address in block device mapBenjamin Coddington1-2/+7
2018-01-25pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectorsBenjamin Coddington1-4/+3
2018-01-25f2fs: rebuild sit page from sit info in memYunlei He2-16/+32
2018-01-25f2fs: stop issuing discard if fs is readonlyChao Yu1-0/+2
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyChao Yu1-8/+3
2018-01-25f2fs: use GFP_F2FS_ZERO for cleanupChao Yu1-4/+2
2018-01-25GFS2: Fix minor comment typoBob Peterson1-1/+1
2018-01-25Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus 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 regis...Long 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 regis...Long Li3-3/+72
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li2-0/+474