summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi
2016-01-14ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...jiangyiwen
2016-01-14ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall
2016-01-14ocfs2/dlm: fix a race between purge and migrationXue jiufei
2016-01-14ocfs2: o2hb: increase unsteady iterationsJunxiao Bi
2016-01-14ocfs2: return non-zero st_blocks for inline dataJohn Haxby
2016-01-14ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu
2016-01-14logfs: fix logfs build errors and dependenciesArnd Bergmann
2016-01-14fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton
2016-01-14fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang
2016-01-13Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-12Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-01-12Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-01-12Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-11f2fs: should unset atomic flag after successful commitJaegeuk Kim
2016-01-11f2fs: fix wrong memory condition checkJaegeuk Kim
2016-01-11f2fs: monitor the number of background checkpointJaegeuk Kim
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim
2016-01-11f2fs: introduce time and interval facilityJaegeuk Kim
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-12Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner
2016-01-12xfs: inode recovery readahead can race with inode buffer creationDave Chinner
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2016-01-10uml: fix hostfs mknod()Vegard Nossum
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger
2016-01-10UBIFS: add a comment in key.h for unused parameterDongsheng Yang
2016-01-09block: enable dax for raw block devicesDan Williams
2016-01-09block: introduce bdev_file_inode()Dan Williams
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown
2016-01-09fs:affs:Replace time_t with time64_tDengChao
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das
2016-01-09fs: xattr: Use kvfree()Richard Weinberger
2016-01-08nbd: use ->compat_ioctl()Al Viro
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn