summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-18locks: fix list insertion when lock is split in twoJeff Layton1-0/+1
2015-02-17locks: remove conditional lock release in middle of flock_lock_fileJeff Layton1-10/+0
2015-02-17locks: only remove leases associated with the file being closedJeff Layton1-1/+2
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+40
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller3-307/+0
2015-02-17Merge JFFS2 updates from David WoodhouseBrian Norris1-0/+5
2015-02-17ocfs2: set append dio as a ro compat featureJoseph Qi3-2/+31
2015-02-17ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi4-0/+43
2015-02-17ocfs2: complete the rest request through buffer ioJoseph Qi1-1/+42
2015-02-17ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi1-1/+4
2015-02-17ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi1-3/+42
2015-02-17ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2-3/+204
2015-02-17ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi2-20/+93
2015-02-17ocfs2: add functions to add and remove inode in orphan dirJoseph Qi5-30/+238
2015-02-17ocfs2: prepare some interfaces used in append direct ioJoseph Qi2-2/+18
2015-02-17dax: does not work correctly with virtual aliasing cachesMatthew Wilcox1-0/+1
2015-02-17ext4: add DAX functionalityRoss Zwisler6-37/+174
2015-02-17dax: add dax_zero_page_rangeMatthew Wilcox1-6/+32
2015-02-17ext2: get rid of most mentions of XIP in ext2Matthew Wilcox5-23/+31
2015-02-17ext2: remove ext2_aops_xipMatthew Wilcox3-9/+3
2015-02-17vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox6-24/+20
2015-02-17ext2: remove xip.c and xip.hMatthew Wilcox6-35/+0
2015-02-17ext2: remove ext2_use_xipMatthew Wilcox3-3/+7
2015-02-17ext2: remove ext2_xip_verify_sb()Matthew Wilcox3-35/+12
2015-02-17vfs: remove get_xip_memMatthew Wilcox5-54/+1
2015-02-17dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2-1/+45
2015-02-17dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2-2/+273
2015-02-17dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox4-20/+42
2015-02-17dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox4-3/+198
2015-02-17vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2-5/+6
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton3-35/+33
2015-02-16nfsd4: fix v3-less buildJ. Bruce Fields1-0/+5
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds7-12/+148
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana1-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu1-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik4-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik1-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik1-5/+6
2015-02-14btrfs: Fix out-of-space bugZhao Lei3-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana1-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana1-1/+1
2015-02-14fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin1-0/+5
2015-02-14epoll: optimize setting task running after blockingDavidlohr Bueso1-2/+2
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-32/+0
2015-02-14proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-6/+4
2015-02-14fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda1-3/+3
2015-02-14kernfs: remove KERNFS_STATIC_NAMETejun Heo3-17/+9
2015-02-14kernfs: convert node name allocation to kstrdup_constAndrzej Hajda1-6/+6