summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-01-15ocfs2: o2hb: increase unsteady iterationsJunxiao Bi1-2/+2
2016-01-15ocfs2: return non-zero st_blocks for inline dataJohn Haxby1-0/+8
2016-01-15ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu1-6/+2
2016-01-15logfs: fix logfs build errors and dependenciesArnd Bergmann1-1/+1
2016-01-15fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton1-52/+14
2016-01-15fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang1-2/+1
2016-01-15Make sure that highmem pages are not added to symlink page cacheAl Viro1-3/+2
2016-01-15nfsd: add new io class tracepointJeff Layton3-0/+79
2016-01-14Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-443/+852
2016-01-14Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds19-725/+1214
2016-01-14Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+107
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+46
2016-01-13Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-2/+8
2016-01-13Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds4-13/+276
2016-01-13Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-241/+446
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-384/+379
2016-01-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-324/+657
2016-01-13Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds4-47/+113
2016-01-13Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2016-01-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-01-12f2fs: should unset atomic flag after successful commitJaegeuk Kim1-1/+3
2016-01-12f2fs: fix wrong memory condition checkJaegeuk Kim1-2/+2
2016-01-12f2fs: monitor the number of background checkpointJaegeuk Kim3-2/+6
2016-01-12f2fs: detect idle time depending on user behaviorJaegeuk Kim9-10/+38
2016-01-12f2fs: introduce time and interval facilityJaegeuk Kim4-7/+25
2016-01-12Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds44-948/+457
2016-01-12Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds87-417/+456
2016-01-11Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner18-234/+159
2016-01-11xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+41
2016-01-11xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen10-218/+68
2016-01-10uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger1-2/+2
2016-01-10UBIFS: add a comment in key.h for unused parameterDongsheng Yang1-0/+6
2016-01-09block: enable dax for raw block devicesDan Williams1-8/+95
2016-01-09block: introduce bdev_file_inode()Dan Williams1-7/+12
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown4-19/+85
2016-01-09fs:affs:Replace time_t with time64_tDengChao3-8/+9
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin3-6/+6
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet1-0/+1
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy1-1/+2
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das1-5/+3
2016-01-09fs: xattr: Use kvfree()Richard Weinberger1-24/+14
2016-01-09nbd: use ->compat_ioctl()Al Viro1-11/+0
2016-01-09Merge branch 'for-linus' into work.miscAl Viro6-122/+164
2016-01-09compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro3-53/+61
2016-01-09compat_ioctl: don't look up the fd twiceJann Horn1-54/+68