summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra
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-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-08f2fs: skip committing valid superblockChao Yu
2015-06-08f2fs: setting discard option in parse_options()Chao Yu
2015-06-08jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara
2015-06-08jbd2: more simplifications in do_get_write_access()Jan Kara
2015-06-08jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara
2015-06-08jbd2: simplify code flow in do_get_write_access()Jan Kara
2015-06-08ext4 crypto: fix sparse warnings in fs/ext4/ioctl.cFabian Frederick
2015-06-08ext4: BUG_ON assertion repeated for inode1, not done for inode2David Moore
2015-06-08ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_oneTheodore Ts'o
2015-06-08ext4: return error code from ext4_mb_good_group()Lukas Czerner
2015-06-08ext4: try to initialize all groups we can in case of failure on ppc64Lukas Czerner
2015-06-08ext4: verify block bitmap even after fresh initializationLukas Czerner
2015-06-08v9fs: fix error handling in v9fs_session_init()Tejun Heo
2015-06-08jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko
2015-06-03ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o
2015-06-02f2fs: fix to return exact trimmed sizeJaegeuk Kim
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-02f2fs: support FALLOC_FL_INSERT_RANGEChao Yu
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu
2015-06-02buffer: remove unusued 'ret' variableJens Axboe
2015-06-02writeback: disassociate inodes from dying bdi_writebacksTejun Heo
2015-06-02writeback: implement foreign cgroup inode bdi_writeback switchingTejun Heo
2015-06-02writeback: add lockdep annotation to inode_to_wb()Tejun Heo
2015-06-02writeback: use unlocked_inode_to_wb transaction in inode_congested()Tejun Heo
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: implement [locked_]inode_to_wb_and_lock_list()Tejun Heo