summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-25ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi1-1/+0
2015-06-25ocfs2: use retval instead of status for checking errorDaeseok Youn1-10/+10
2015-06-25ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi4-46/+39
2015-06-25ocfs2: remove __mlog_cpu_guessAndrew Morton1-16/+3
2015-06-25ocfs2: reduce object size of mlog usesJoe Perches2-30/+59
2015-06-25configfs: unexport/make static config_item_init()Fabian Frederick1-2/+1
2015-06-25NTFS: use kvfree() in ntfs_free()Pekka Enberg1-6/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-9/+10
2015-06-24Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2-28/+6
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o1-0/+3
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+8
2015-06-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds68-1376/+1065
2015-06-22nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig1-3/+6
2015-06-22nfsd: fput rd_file from XDR encode contextChristoph Hellwig2-12/+14
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig7-62/+74
2015-06-22ext4: only call ext4_truncate when size <= isizeJosef Bacik1-20/+18
2015-06-22ext4: make online defrag error reporting consistentEric Whitney1-3/+7
2015-06-22ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney1-17/+5
2015-06-22ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o5-7/+17
2015-06-21ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-06-21jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara1-6/+27
2015-06-19nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+52
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig3-55/+43
2015-06-19nfsd: use swap() in sort_pacl_range()Fabian Frederick1-4/+2
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson3-7/+31
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo1-1/+0
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson3-3/+7
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo1-1/+2
2015-06-17writeback: do foreign inode detection iff cgroup writeback is enabledTejun Heo1-3/+13
2015-06-15jbd2: get rid of open coded allocation retry loopMichal Hocko2-14/+7
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger3-69/+109
2015-06-15jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-06-15ext4: mballoc: avoid 20-argument function callRasmus Villemoes1-6/+3
2015-06-15ext4: wait for existing dio workers in ext4_alloc_file_blocks()Lukas Czerner1-0/+6
2015-06-15ext4: recalculate journal credits as inode depth changesLukas Czerner1-0/+16
2015-06-15jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-06-13ext4: use swap() in mext_page_double_lock()Fabian Frederick1-6/+3
2015-06-13ext4: use swap() in memswap()Fabian Frederick1-4/+1
2015-06-13ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-06-13ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o1-1/+9
2015-06-12f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu1-4/+4
2015-06-12f2fs crypto: add alloc_bounce_pageJaegeuk Kim1-8/+15
2015-06-12f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim1-3/+3
2015-06-09f2fs: drop the volatile_write flag onlyJaegeuk Kim1-4/+2
2015-06-09gfs2: Don't support fallocate on jdata filesAbhi Das1-1/+1
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2-52/+267
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3