summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: fix to clear private data in pageChao Yu2016-05-031-0/+2
| * f2fs: fix to return 0 if err == -ENOENT in f2fs_readdirYunlong Song2016-04-271-0/+1
| * f2fs: move node pages only in victim section during GCChao Yu2016-04-273-21/+36
| * f2fs: be aware of invalid filename lengthChao Yu2016-04-272-17/+11
| * f2fs: issue cache flush on direct IOJaegeuk Kim2016-04-261-2/+9
| * f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-264-20/+113
| * f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-262-8/+9
| * f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-265-33/+84
| * f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2016-04-261-2/+4
| * f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim2016-04-261-3/+7
| * f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-151-1/+10
| * f2fs: don't invalidate atomic page if successfulJaegeuk Kim2016-04-151-2/+3
| * f2fs: give -E2BIG for no space in xattrJaegeuk Kim2016-04-151-1/+1
| * f2fs: remove redundant condition checkJaegeuk Kim2016-04-152-2/+2
| * f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-152-3/+4
| * f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-151-0/+8
| * f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim2016-04-151-5/+2
| * f2fs: use PGP_LOCK to check its truncationJaegeuk Kim2016-04-151-7/+2
| * f2fs: fix to convert inline directory correctlyChao Yu2016-04-153-43/+142
| * f2fs: show current mount statusJaegeuk Kim2016-04-151-2/+3
| * f2fs: treat as a normal umount when remounting roJaegeuk Kim2016-04-151-8/+10
| * f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-153-7/+20
| * f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-152-9/+28
| * f2fs: give RO message when recovering superblockJaegeuk Kim2016-04-151-1/+4
* | lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-201-1/+1
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-172-10/+5
|\ \
| * | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-7/+2
| * | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
| * | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+3
* | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-172-6/+20
|\ \ \ | | |/ | |/|
| * | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-121-3/+13
| * | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
| |/
* | f2fs: switch to ->iterate_shared()Al Viro2016-05-101-1/+1
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-023-12/+7
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-8/+6
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-3/+0
* | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-042-44/+72
|\ \
| * | f2fs: retrieve IO write stat from the right placeShuoran Liu2016-03-301-1/+1
| * | f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2016-03-301-6/+6
| * | f2fs: cover large section in sanity check of superJaegeuk Kim2016-03-281-37/+65
| |/
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0411-92/+92
|/
* f2fs: submit node page write bios when really requiredJaegeuk Kim2016-03-171-11/+1
* f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann2016-03-171-1/+2
* f2fs: fix to avoid unneeded unlock_new_inodeChao Yu2016-03-171-3/+3
* f2fs: clean up opened code with f2fs_update_dentryChao Yu2016-03-171-16/+6
* f2fs: declare static functionsJaegeuk Kim2016-03-171-2/+2
* f2fs: use cryptoapi crc32 functionsKeith Mok2016-03-174-24/+45
* f2fs: modify the readahead method in ra_node_page()Fan Li2016-03-171-5/+4
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2016-03-173-1/+28
OpenPOWER on IntegriCloud