summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong
2018-01-29xfs: bmap code cleanupShan Hai
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-29Get rid of xfs_buf_log_item_t typedefCarlos Maiolino
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-28NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad
2018-01-28NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust
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-25jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina
2018-01-25dcache: delete unused d_hash_maskAlexey Dobriyan
2018-01-25dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan
2018-01-25fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers
2018-01-25fs: fold __inode_permission() into inode_permission()Eric Biggers
2018-01-25f2fs: support inode creation timeChao Yu