summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: skip clean segment for gcJaegeuk Kim2016-06-081-0/+4
* f2fs: drop any block pluggingJaegeuk Kim2016-06-084-22/+11
* f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2016-06-083-0/+9
* f2fs: set mapping error for EIOJaegeuk Kim2016-06-081-1/+1
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2016-06-073-0/+16
* f2fs: fix wrong percentageJaegeuk Kim2016-06-071-1/+1
* f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2016-06-071-1/+2
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-074-6/+6
* f2fs: avoid wrong count on dirty inodesJaegeuk Kim2016-06-071-2/+2
* f2fs: remove deprecated parameterJaegeuk Kim2016-06-073-6/+5
* f2fs: handle writepage correctlyJaegeuk Kim2016-06-021-30/+14
* f2fs: return error of f2fs_lookupJaegeuk Kim2016-06-022-2/+5
* f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song2016-06-021-5/+10
* f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-021-10/+1
* f2fs: do not skip writing data pagesJaegeuk Kim2016-06-022-9/+6
* f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-023-0/+9
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2016-06-023-8/+24
* f2fs: remove writepages lockJaegeuk Kim2016-06-023-9/+0
* f2fs: set flush_merge by defaultJaegeuk Kim2016-06-021-0/+6
* f2fs: detect congestion of flush command issuesJaegeuk Kim2016-06-022-1/+7
* f2fs: add lazytime mount optionJaegeuk Kim2016-06-021-0/+14
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-027-6/+43
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-0210-121/+17
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-027-7/+107
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-0210-46/+92
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-024-26/+24
* f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-022-5/+13
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-027-18/+23
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-0216-160/+145
* Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim2016-06-021-5/+4
* hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-281-1/+0
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-282-40/+125
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-282-7/+47
* | Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-271-1/+1
|\ \
| * | ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher2016-05-241-1/+1
* | | nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-271-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-2748-183/+205
|\ \ \
| * | | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-2714-35/+43
| * | | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-2732-130/+150
| * | | restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-263-20/+14
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ \ \
| * | | | ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * | | | ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
OpenPOWER on IntegriCloud