summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-24ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei
2015-06-24ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi
2015-06-24ocfs2: use retval instead of status for checking errorDaeseok Youn
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi
2015-06-24ocfs2: remove __mlog_cpu_guessAndrew Morton
2015-06-24ocfs2: reduce object size of mlog usesJoe Perches
2015-06-24configfs: unexport/make static config_item_init()Fabian Frederick
2015-06-24NTFS: use kvfree() in ntfs_free()Pekka Enberg
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-22nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig
2015-06-22nfsd: fput rd_file from XDR encode contextChristoph Hellwig
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-22ext4: only call ext4_truncate when size <= isizeJosef Bacik
2015-06-21ext4: make online defrag error reporting consistentEric Whitney
2015-06-21ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney
2015-06-21ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o
2015-06-20ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-06-20jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara
2015-06-19nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig
2015-06-19nfsd: use swap() in sort_pacl_range()Fabian Frederick
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo
2015-06-17writeback: do foreign inode detection iff cgroup writeback is enabledTejun Heo
2015-06-15jbd2: get rid of open coded allocation retry loopMichal Hocko
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger
2015-06-15jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-06-15ext4: mballoc: avoid 20-argument function callRasmus Villemoes
2015-06-15ext4: wait for existing dio workers in ext4_alloc_file_blocks()Lukas Czerner
2015-06-15ext4: recalculate journal credits as inode depth changesLukas Czerner
2015-06-15jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-06-12ext4: use swap() in mext_page_double_lock()Fabian Frederick
2015-06-12ext4: use swap() in memswap()Fabian Frederick
2015-06-12ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-06-12ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o
2015-06-11f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu
2015-06-11f2fs crypto: add alloc_bounce_pageJaegeuk Kim
2015-06-11f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim
2015-06-09f2fs: drop the volatile_write flag onlyJaegeuk Kim
2015-06-09gfs2: Don't support fallocate on jdata filesAbhi Das
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon