summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-31Merge tag 'gfs2-4.16.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-31devpts: fix error handling in devpts_mntget()Eric Biggers
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher
2018-01-30gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das
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-29GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong
2018-01-29iomap: warn on zero-length mappingsDarrick J. Wong
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong
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-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