summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong1-1/+47
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong1-2/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein1-0/+2
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong4-10/+50
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong1-6/+6
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong1-0/+1
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong1-0/+5
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino9-71/+44
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino18-86/+104
2018-01-29Get rid of xfs_buf_log_item_t typedefCarlos Maiolino3-52/+56
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-29NFS: 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-27update internal version number for cifs.koSteve French1-1/+1
2018-01-27cifs: add .splice_writeAndrés Souto1-0/+6
2018-01-27CIFS: document tcon/ses/server refcount danceAurelien Aptel1-1/+31
2018-01-27move a few externs to smbdirect.h to eliminate warningSteve French2-9/+9
2018-01-27CIFS: zero sensitive data when freeingAurelien Aptel3-15/+8
2018-01-27Cleanup some minor endian issues in smb3 rdmaSteve French3-20/+21
2018-01-27CIFS: dump IPC tcon in debug proc fileAurelien Aptel1-26/+35
2018-01-27CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel4-37/+25
2018-01-27CIFS: make IPC a regular tconAurelien Aptel5-76/+133
2018-01-26orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2-16/+2
2018-01-26jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina1-1/+0
2018-01-26dcache: delete unused d_hash_maskAlexey Dobriyan1-3/+2
2018-01-26dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan1-1/+3
2018-01-26fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers1-8/+2
2018-01-26fs: fold __inode_permission() into inode_permission()Eric Biggers1-45/+26
2018-01-26f2fs: support inode creation timeChao Yu5-1/+40
2018-01-26pnfs/blocklayout: Ensure disk address in block device mapBenjamin Coddington1-2/+7
2018-01-26pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectorsBenjamin Coddington1-4/+3