summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-09-05ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-09-05ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-09-05ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-09-05ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-09-05ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-09-05ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-09-05ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+14
2015-09-05ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2
2015-09-05ocfs2: remove unneeded code in dlm_register_domain_handlersJoseph Qi1-2/+0
2015-09-05ocfs2: fix BUG when o2hb_register_callback failsJoseph Qi1-2/+3
2015-09-05ocfs2: remove unneeded code in ocfs2_dlm_initJoseph Qi1-2/+0
2015-09-05ocfs2: adjust code to match locking/unlocking orderJoseph Qi1-17/+17
2015-09-05ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi1-9/+0
2015-09-05ocfs2: do not log twice error messagesChristophe JAILLET1-15/+5
2015-09-05ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi1-1/+17
2015-09-05ocfs2: fix several issues of append dioJoseph Qi2-2/+10
2015-09-05ocfs2: fix race between dio and recover orphanJoseph Qi6-41/+24
2015-09-05ntfs: delete unnecessary checks before calling iput()SF Markus Elfring1-14/+7
2015-09-05fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara3-39/+56
2015-09-05fsnotify: remove mark->free_listJan Kara5-61/+40
2015-09-05fsnotify: fix check in inotify fdinfo printingJan Kara1-1/+2
2015-09-05fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen1-0/+10
2015-09-05capabilities: ambient capabilitiesAndy Lutomirski1-1/+4
2015-09-05ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding1-14/+14
2015-09-03Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds22-1016/+1879
2015-09-03Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2-446/+304
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-65/+205
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds55-25859/+381
2015-09-03Merge branch 'hpfs' (patches from Mikulas)Linus Torvalds6-21/+100
2015-09-03hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-09-03hpfs: support hotfixesMikulas Patocka5-20/+76
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds24-342/+214
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds5-6/+6
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds7-12/+51
2015-09-02f2fs: upset segment_info repairYunlei He1-1/+1
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-19/+7
2015-08-28f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extentChao Yu1-2/+10
2015-08-27dlm: print error from kernel_sendpageBob Peterson1-0/+40
2015-08-26f2fs: update extent tree in batchesChao Yu3-61/+170
2015-08-25writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo1-9/+13
2015-08-25dlm: fix lvb copy for user locksDavid Teigland1-3/+4
2015-08-25f2fs: fix to release inode correctlyChao Yu3-13/+56
2015-08-24f2fs: handle f2fs_truncate error correctlyChao Yu2-10/+18
2015-08-24f2fs: avoid unneeded initializing when converting inline dentryChao Yu1-1/+9
2015-08-24f2fs: atomically set inode->i_flagsZhang Zhen1-3/+2
2015-08-24f2fs: fix wrong pointer access during try_to_free_nidsJaegeuk Kim1-3/+1
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim4-27/+16
2015-08-22f2fs: lookup neighbor extent nodes for merging laterChao Yu1-6/+28
2015-08-22f2fs: split __insert_extent_tree_ret for readabilityChao Yu1-20/+29
2015-08-22f2fs: kill dead code in __insert_extent_treeChao Yu1-76/+6