summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim
2016-06-07f2fs: fix wrong percentageJaegeuk Kim
2016-06-07f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-07f2fs: avoid wrong count on dirty inodesJaegeuk Kim
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim
2016-06-03f2fs: handle writepage correctlyJaegeuk Kim
2016-06-03f2fs: return error of f2fs_lookupJaegeuk Kim
2016-06-03f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song
2016-06-03f2fs: remove two steps to flush dirty data pagesJaegeuk Kim
2016-06-03f2fs: do not skip writing data pagesJaegeuk Kim
2016-06-03f2fs: inject to produce some orphan inodesJaegeuk Kim
2016-06-03f2fs: propagate error given by f2fs_find_entryJaegeuk Kim
2016-06-03f2fs: remove writepages lockJaegeuk Kim
2016-06-03f2fs: set flush_merge by defaultJaegeuk Kim
2016-06-03f2fs: detect congestion of flush command issuesJaegeuk Kim
2016-06-03f2fs: add lazytime mount optionJaegeuk Kim
2016-06-03f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-03f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-03f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-03f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-03f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-03f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-03f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-03f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-06-03Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin
2016-05-29Rename other copy of hash_string to hashlen_stringGeorge Spelvin
2016-05-28hpfs: implement the show_options methodMikulas Patocka
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin
2016-05-28Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-05-28nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi