summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-175-40/+33
| * | | | | | | eventfd: don't take the spinlock in eventfd_pollChris Mason2015-02-171-6/+6
| * | | | | | | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao2015-02-171-4/+4
| * | | | | | | fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou2015-02-171-1/+1
| * | | | | | | fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick2015-02-171-1/+1
| * | | | | | | fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-171-4/+0
| * | | | | | | fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-171-1/+3
| * | | | | | | fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-171-82/+56
| * | | | | | | fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick2015-02-171-3/+3
* | | | | | | | Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-173-307/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller2015-02-173-307/+0
* | | | | | | | ocfs2: set append dio as a ro compat featureJoseph Qi2015-02-163-2/+31
* | | | | | | | ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi2015-02-164-0/+43
* | | | | | | | ocfs2: complete the rest request through buffer ioJoseph Qi2015-02-161-1/+42
* | | | | | | | ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi2015-02-161-1/+4
* | | | | | | | ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi2015-02-161-3/+42
* | | | | | | | ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2015-02-162-3/+204
* | | | | | | | ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi2015-02-162-20/+93
* | | | | | | | ocfs2: add functions to add and remove inode in orphan dirJoseph Qi2015-02-165-30/+238
* | | | | | | | ocfs2: prepare some interfaces used in append direct ioJoseph Qi2015-02-162-2/+18
* | | | | | | | dax: does not work correctly with virtual aliasing cachesMatthew Wilcox2015-02-161-0/+1
* | | | | | | | ext4: add DAX functionalityRoss Zwisler2015-02-166-37/+174
* | | | | | | | dax: add dax_zero_page_rangeMatthew Wilcox2015-02-161-6/+32
* | | | | | | | ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-165-23/+31
* | | | | | | | ext2: remove ext2_aops_xipMatthew Wilcox2015-02-163-9/+3
* | | | | | | | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-166-24/+20
* | | | | | | | ext2: remove xip.c and xip.hMatthew Wilcox2015-02-166-35/+0
* | | | | | | | ext2: remove ext2_use_xipMatthew Wilcox2015-02-163-3/+7
* | | | | | | | ext2: remove ext2_xip_verify_sb()Matthew Wilcox2015-02-163-35/+12
* | | | | | | | vfs: remove get_xip_memMatthew Wilcox2015-02-165-54/+1
* | | | | | | | dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-162-1/+45
* | | | | | | | dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2015-02-162-2/+273
* | | | | | | | dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-164-20/+42
* | | | | | | | dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-164-3/+198
* | | | | | | | vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-162-5/+6
|/ / / / / / /
* | | | | | | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | sysfs: fix warning when creating a sysfs group without attributesJavi Merino2015-02-031-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-02-157-12/+148
|\ \ \ \ \ \ \
| * | | | | | | UBIFS: return -EINVAL if log head is emptyhujianyang2015-02-101-3/+16
| * | | | | | | UBIFS: add a couple of extra assertsArtem Bityutskiy2015-01-281-0/+4
| * | | | | | | UBIFS: add ubifs_err() to print error reasonSubodh Nijsure2015-01-281-4/+13
| * | | | | | | UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure2015-01-284-0/+99
| * | | | | | | UBIFS: Add xattr support for symlinksSubodh Nijsure2015-01-282-5/+16
| |/ / / / / /
* | | | | | | fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin2015-02-131-0/+5
* | | | | | | epoll: optimize setting task running after blockingDavidlohr Bueso2015-02-131-2/+2
* | | | | | | bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-32/+0
* | | | | | | proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-6/+4
* | | | | | | fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda2015-02-131-3/+3
* | | | | | | kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-133-17/+9
* | | | | | | kernfs: convert node name allocation to kstrdup_constAndrzej Hajda2015-02-131-6/+6