summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim1-1/+1
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim3-0/+16
2016-06-07f2fs: fix wrong percentageJaegeuk Kim1-1/+1
2016-06-07f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim1-1/+2
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim4-6/+6
2016-06-07f2fs: avoid wrong count on dirty inodesJaegeuk Kim1-2/+2
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim3-6/+5
2016-06-02f2fs: handle writepage correctlyJaegeuk Kim1-30/+14
2016-06-02f2fs: return error of f2fs_lookupJaegeuk Kim2-2/+5
2016-06-02f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song1-5/+10
2016-06-02f2fs: remove two steps to flush dirty data pagesJaegeuk Kim1-10/+1
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim2-9/+6
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim3-0/+9
2016-06-02f2fs: propagate error given by f2fs_find_entryJaegeuk Kim3-8/+24
2016-06-02f2fs: remove writepages lockJaegeuk Kim3-9/+0
2016-06-02f2fs: set flush_merge by defaultJaegeuk Kim1-0/+6
2016-06-02f2fs: detect congestion of flush command issuesJaegeuk Kim2-1/+7
2016-06-02f2fs: add lazytime mount optionJaegeuk Kim1-0/+14
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim7-6/+43
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim10-121/+17
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim7-7/+107
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim10-46/+92
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim4-26/+24
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2-5/+13
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim7-18/+23
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim16-160/+145
2016-06-02Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim1-5/+4
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2-40/+125
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin1-1/+5
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin2-7/+47
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds48-183/+205
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro14-35/+43
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-107/+38
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-210/+219
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds2-17/+12
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann3-13/+12
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan1-7/+7
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32