| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-21 | Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+16 |
| 2026-04-13 | f2fs: disallow setting an extension to both cold and hot | Yongpeng Yang | 1 | -0/+15 |
| 2026-03-24 | f2fs: fix to avoid memory leak in f2fs_rename() | Chao Yu | 1 | -0/+1 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -4/+4 |
| 2026-01-07 | f2fs: trace elapsed time for cp_rwsem lock | Chao Yu | 1 | -28/+37 |
| 2025-12-09 | Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+24 |
| 2025-12-04 | f2fs: Add sanity checks before unlinking and loading inodes | Nikola Z. Ivanov | 1 | -5/+12 |
| 2025-12-04 | f2fs: Rename f2fs_unlink exit label | Nikola Z. Ivanov | 1 | -7/+7 |
| 2025-12-04 | f2fs: change the unlock parameter of f2fs_put_page to bool | Yongpeng Yang | 1 | -2/+2 |
| 2025-12-04 | f2fs: invalidate dentry cache on failed whiteout creation | Deepanshu Kartikey | 1 | -2/+4 |
| 2025-10-20 | f2fs: use the new ->i_state accessors | Mateusz Guzik | 1 | -2/+2 |
| 2025-07-22 | f2fs: Use a folio in f2fs_encrypted_get_link() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-05-28 | f2fs: fix to correct check conditions in f2fs_cross_rename | Zhiguo Niu | 1 | -1/+1 |
| 2025-05-28 | f2fs: use d_inode(dentry) cleanup dentry->d_inode | Zhiguo Niu | 1 | -4/+4 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_set_link() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_delete_entry() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_parent_dir() | Matthew Wilcox (Oracle) | 1 | -17/+17 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_find_entry() | Matthew Wilcox (Oracle) | 1 | -35/+35 |
| 2025-04-28 | f2fs: Pass a folio to __f2fs_find_entry() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-14 | f2fs: prevent kernel warning due to negative i_nlink from corrupted image | Jaegeuk Kim | 1 | -0/+9 |
| 2025-03-27 | Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+8 |
| 2025-02-28 | f2fs: add check for deleted inode | Leo Stone | 1 | -0/+8 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -7/+7 |
| 2025-01-21 | f2fs: avoid trying to get invalid block address | Jaegeuk Kim | 1 | -0/+1 |
| 2024-09-11 | f2fs: get rid of online repaire on corrupted directory | Chao Yu | 1 | -68/+0 |
| 2024-07-23 | Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+11 |
| 2024-07-10 | f2fs: clean up F2FS_I() | Chao Yu | 1 | -9/+11 |
| 2024-06-07 | f2fs: Move CONFIG_UNICODE defguards into the code flow | Gabriel Krisman Bertazi | 1 | -6/+4 |
| 2024-03-18 | Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -15/+21 |
| 2024-02-27 | f2fs: Configure dentry operations at dentry-creation time | Gabriel Krisman Bertazi | 1 | -1/+0 |
| 2024-02-27 | f2fs: fix to create selinux label during whiteout initialization | Chao Yu | 1 | -8/+17 |
| 2024-02-05 | f2fs: remove unnecessary f2fs_put_page in f2fs_rename | Jaegeuk Kim | 1 | -7/+4 |
| 2024-01-11 | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+14 |
| 2023-11-28 | f2fs: introduce tracepoint for f2fs_rename() | Chao Yu | 1 | -5/+11 |
| 2023-11-28 | f2fs: fix to avoid dirent corruption | Chao Yu | 1 | -1/+1 |
| 2023-11-25 | f2fs: Avoid reading renamed directory if parent does not change | Jan Kara | 1 | -7/+8 |
| 2023-11-17 | f2fs: clean up w/ dotdot_name | Chao Yu | 1 | -3/+2 |
| 2023-10-18 | f2fs: convert to new timestamp accessors | Jeff Layton | 1 | -2/+2 |
| 2023-07-24 | f2fs: convert to ctime accessor functions | Jeff Layton | 1 | -6/+6 |
| 2023-07-05 | Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+23 |
| 2023-06-26 | f2fs: compress tmp files given extension | Jaegeuk Kim | 1 | -7/+21 |
| 2023-06-12 | f2fs: fix args passed to trace_f2fs_lookup_end | Wu Bo | 1 | -2/+2 |
| 2023-06-02 | Revert "f2fs: fix potential corruption when moving a directory" | Jan Kara | 1 | -15/+1 |
| 2023-04-12 | f2fs: fix potential corruption when moving a directory | Jaegeuk Kim | 1 | -1/+15 |
| 2023-04-04 | f2fs: convert is_extension_exist() to return bool type | Yangtao Li | 1 | -6/+6 |
| 2023-02-27 | Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+1 |
| 2023-02-07 | f2fs: fix typos in comments | Jinyoung CHOI | 1 | -1/+1 |
| 2023-01-31 | f2fs: remove unneeded f2fs_cp_error() in f2fs_create_whiteout() | Chao Yu | 1 | -3/+0 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -22/+16 |
| 2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-18 | f2fs: project ids aren't idmapped | Christian Brauner | 1 | -1/+1 |
| 2022-12-14 | Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -199/+192 |
| 2022-12-12 | f2fs: allocate the extent_cache by default | Jaegeuk Kim | 1 | -2/+2 |
| 2022-11-28 | f2fs: move set_file_temperature into f2fs_new_inode | Sheng Yong | 1 | -33/+29 |
| 2022-11-28 | f2fs: fix to enable compress for newly created file if extension matches | Sheng Yong | 1 | -166/+163 |
| 2022-10-25 | f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidate | Jaegeuk Kim | 1 | -2/+2 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 1 | -2/+2 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -5/+8 |
| 2022-06-19 | f2fs: attach inline_data after setting compression | Jaegeuk Kim | 1 | -6/+11 |
| 2022-05-12 | f2fs: change the current atomic write way | Daeho Jeong | 1 | -9/+19 |
| 2022-04-25 | f2fs: fix to do sanity check on inline_dots inode | Chao Yu | 1 | -0/+7 |
| 2022-04-25 | f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inode | Jaegeuk Kim | 1 | -3/+0 |
| 2022-03-22 | Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -37/+41 |
| 2022-03-17 | f2fs: remove redundant parameter judgment | Wang Xiaojun | 1 | -2/+1 |
| 2022-02-12 | f2fs: support idmapped mounts | Chao Yu | 1 | -18/+23 |
| 2022-01-24 | f2fs: move f2fs to use reader-unfair rwsems | Tim Murray | 1 | -17/+17 |
| 2022-01-20 | unicode: clean up the Kconfig symbol confusion | Christoph Hellwig | 1 | -2/+2 |
| 2021-10-29 | f2fs: support fault injection for dquot_initialize() | Chao Yu | 1 | -15/+15 |
| 2021-09-16 | f2fs: should use GFP_NOFS for directory inodes | Jaegeuk Kim | 1 | -1/+1 |
| 2021-07-25 | f2fs: report correct st_size for encrypted symlinks | Eric Biggers | 1 | -1/+11 |
| 2021-07-01 | f2fs: compress: add nocompress extensions support | Fengnan Chang | 1 | -5/+15 |
| 2021-05-26 | f2fs: compress: fix to disallow temp extension | Chao Yu | 1 | -4/+12 |
| 2021-05-04 | Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
| 2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2021-04-15 | useful constants: struct qstr for ".." | Al Viro | 1 | -2/+1 |
| 2021-04-12 | f2fs: convert to fileattr | Miklos Szeredi | 1 | -0/+2 |
| 2021-04-10 | f2fs: clean up build warnings | Yi Zhuang | 1 | -0/+3 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -10/+13 |
| 2021-01-27 | f2fs: fix to set/clear I_LINKABLE under i_lock | Chao Yu | 1 | -0/+8 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -9/+12 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2020-12-02 | fscrypt: Have filesystems handle their d_ops | Daniel Rosenberg | 1 | -0/+1 |
| 2020-10-16 | Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2020-09-22 | f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() | Eric Biggers | 1 | -1/+6 |
| 2020-09-14 | f2fs: clean up kvfree | Chao Yu | 1 | -1/+1 |
| 2020-07-26 | f2fs: space related cleanup | Jack Qiu | 1 | -4/+4 |
| 2020-07-07 | f2fs: make trace enter and end in pairs for unlink | Lihong Kou | 1 | -4/+6 |
| 2020-05-28 | f2fs: fix wrong value of tracepoint parameter | Chao Yu | 1 | -1/+2 |
| 2020-05-26 | f2fs: code cleanup by removing ifdef macro surrounding | Chengguang Xu | 1 | -8/+0 |
| 2020-05-11 | f2fs: remove redundant assignment to variable err | Colin Ian King | 1 | -1/+1 |
| 2020-05-11 | f2fs: rework filename handling | Eric Biggers | 1 | -3/+3 |
| 2020-03-30 | f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile() | Chao Yu | 1 | -6/+0 |
| 2020-03-30 | f2fs: clean up f2fs_may_encrypt() | Chao Yu | 1 | -3/+1 |
| 2020-03-10 | f2fs: fix inconsistent comments | Chao Yu | 1 | -1/+1 |
| 2020-01-17 | f2fs: convert inline_dir early before starting rename | Jaegeuk Kim | 1 | -23/+14 |
| 2020-01-17 | f2fs: support data compression | Chao Yu | 1 | -0/+51 |
| 2020-01-15 | f2fs: don't put new_page twice in f2fs_rename | Jaegeuk Kim | 1 | -3/+4 |
| 2020-01-15 | f2fs: set I_LINKABLE early to avoid wrong access by vfs | Jaegeuk Kim | 1 | -14/+13 |
| 2019-11-07 | f2fs: fix to update dir's i_pino during cross_rename | Chao Yu | 1 | -3/+12 |
| 2019-09-06 | f2fs: enhance f2fs_is_checkpoint_ready()'s readability | Chao Yu | 1 | -22/+14 |
| 2019-08-23 | f2fs: Support case-insensitive file name lookups | Daniel Rosenberg | 1 | -0/+21 |
| 2019-08-23 | f2fs: fix to spread f2fs_is_checkpoint_ready() | Chao Yu | 1 | -0/+4 |
| 2019-08-23 | f2fs: support fiemap() for directory inode | Chao Yu | 1 | -0/+1 |
| 2019-07-02 | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() | Joe Perches | 1 | -6/+4 |
| 2019-05-14 | Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2019-05-08 | f2fs: mark is_extension_exist() inline | Park Ju Hyung | 1 | -1/+1 |
| 2019-04-17 | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext | Eric Biggers | 1 | -7/+10 |
| 2019-03-15 | Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 1 | -1/+2 |
| 2019-03-12 | f2fs: give random value to i_generation | Jaegeuk Kim | 1 | -1/+2 |
| 2019-01-23 | f2fs: use IS_ENCRYPTED() to check encryption status | Chandan Rajendra | 1 | -3/+3 |
| 2018-12-26 | f2fs: use kvmalloc, if kmalloc is failed | Jaegeuk Kim | 1 | -1/+1 |
| 2018-11-26 | f2fs: clean up f2fs_sb_has_##feature_name | Chao Yu | 1 | -3/+3 |
| 2018-10-22 | f2fs: guarantee journalled quota data by checkpoint | Chao Yu | 1 | -4/+0 |
| 2018-10-22 | f2fs: spread f2fs_set_inode_flags() | Chao Yu | 1 | -0/+2 |
| 2018-10-16 | f2fs: update REQ_TIME in f2fs_cross_rename() | Sahitya Tummala | 1 | -0/+4 |
| 2018-10-16 | f2fs: shrink sbi->sb_lock coverage in set_file_temperature() | Chao Yu | 1 | -7/+10 |
| 2018-10-16 | f2fs: checkpoint disabling | Daniel Rosenberg | 1 | -0/+19 |
| 2018-09-26 | f2fs: report ENOENT correctly in f2fs_rename | Jaegeuk Kim | 1 | -2/+4 |
| 2018-09-12 | f2fs: add SPDX license identifiers | Chao Yu | 1 | -4/+1 |
| 2018-07-28 | f2fs: Replace strncpy with memcpy | Guenter Roeck | 1 | -2/+2 |
| 2018-07-27 | f2fs: use timespec64 for inode timestamps | Arnd Bergmann | 1 | -1/+1 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+2 |
| 2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 1 | -2/+2 |
| 2018-06-11 | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -30/+37 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -2/+2 |
| 2018-05-31 | f2fs: clean up symbol namespace | Chao Yu | 1 | -27/+28 |
| 2018-05-31 | f2fs: fix to initialize i_current_depth according to inode type | Chao Yu | 1 | -0/+3 |
| 2018-05-31 | f2fs: enforce fsync_mode=strict for renamed directory | Jaegeuk Kim | 1 | -1/+4 |
| 2018-05-31 | f2fs: introduce private inode status mapping | Chao Yu | 1 | -3/+3 |
| 2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 1 | -8/+4 |
| 2018-05-02 | f2fs: call unlock_new_inode() before d_instantiate() | Eric Biggers | 1 | -4/+4 |
| 2018-03-17 | f2fs: introduce a new mount option test_dummy_encryption | Sheng Yong | 1 | -3/+6 |
| 2018-03-17 | f2fs: wrap all options with f2fs_sb_info.mount_opt | Chao Yu | 1 | -3/+3 |
| 2018-03-17 | f2fs: introduce mount option for fsync mode | Junling Zheng | 1 | -3/+6 |
| 2018-03-13 | f2fs: support hot file extension | Chao Yu | 1 | -19/+58 |
| 2018-03-13 | f2fs: expose extension_list sysfs entry | Chao Yu | 1 | -3/+39 |
| 2018-03-13 | f2fs: don't put dentry page in pagecache into highmem | Yunlong Song | 1 | -24/+8 |
| 2018-02-04 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -107/+25 |
| 2018-01-25 | f2fs: support inode creation time | Chao Yu | 1 | -1/+2 |
| 2018-01-18 | f2fs: prevent newly created inode from being dirtied incorrectly | Daeho Jeong | 1 | -2/+2 |
| 2018-01-11 | f2fs: switch to fscrypt_get_symlink() | Eric Biggers | 1 | -57/+9 |
| 2018-01-11 | f2fs: switch to fscrypt ->symlink() helper functions | Eric Biggers | 1 | -50/+16 |
| 2018-01-02 | f2fs: recover directory operations by fsync | Jaegeuk Kim | 1 | -0/+4 |
| 2018-01-02 | f2fs: inject fault to kzalloc | Chao Yu | 1 | -1/+1 |
| 2018-01-02 | f2fs: switch to fscrypt_prepare_lookup() | Eric Biggers | 1 | -14/+3 |
| 2018-01-02 | f2fs: switch to fscrypt_prepare_rename() | Eric Biggers | 1 | -24/+7 |
| 2018-01-02 | f2fs: switch to fscrypt_prepare_link() | Eric Biggers | 1 | -3/+3 |
| 2017-11-05 | f2fs: support flexible inline xattr size | Chao Yu | 1 | -0/+13 |
| 2017-11-05 | f2fs: add missing quota_initialize | Jaegeuk Kim | 1 | -0/+9 |
| 2017-11-05 | f2fs: stop all the operations by cp_error flag | Jaegeuk Kim | 1 | -0/+30 |
| 2017-10-26 | f2fs: trace f2fs_lookup | Chao Yu | 1 | -17/+32 |
| 2017-09-05 | f2fs: update i_flags correctly | Chao Yu | 1 | -0/+3 |
| 2017-07-31 | f2fs: support project quota | Chao Yu | 1 | -0/+31 |
| 2017-07-31 | f2fs: record quota during dot{,dot} recovery | Chao Yu | 1 | -0/+4 |
| 2017-07-31 | f2fs: enhance on-disk inode structure scalability | Chao Yu | 1 | -0/+5 |
| 2017-07-08 | f2fs: support plain user/group quota | Chao Yu | 1 | -1/+65 |
| 2017-07-07 | f2fs: do not set LOST_PINO for renamed dir | Sheng Yong | 1 | -1/+4 |
| 2017-05-08 | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -41/+12 |
| 2017-05-04 | f2fs: sync f2fs_lookup() with ext4_lookup() | Eric Biggers | 1 | -3/+4 |
| 2017-04-12 | f2fs: fix fs corruption due to zero inode page | Jaegeuk Kim | 1 | -10/+10 |
| 2017-03-21 | f2fs: cleanup the disk level filename updating | Kinglong Mee | 1 | -29/+0 |
| 2017-03-21 | f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode | Kinglong Mee | 1 | -2/+2 |
| 2017-03-01 | Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -3/+15 |
| 2017-01-29 | f2fs: don't allow encrypted operations without keys | Jaegeuk Kim | 1 | -0/+12 |
| 2017-01-29 | f2fs: remove unneeded condition | Dan Carpenter | 1 | -3/+3 |
| 2016-12-31 | fscrypt: use ENOKEY when file cannot be created w/o key | Eric Biggers | 1 | -2/+2 |
| 2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -2/+0 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -2/+0 |
| 2016-11-23 | f2fs: keep dirty inodes selectively for checkpoint | Jaegeuk Kim | 1 | -3/+3 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+7 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+1 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -12/+0 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -12/+0 |
| 2016-10-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -3/+3 |
| 2016-09-30 | f2fs: do not unnecessarily null-terminate encrypted symlink data | Eric Biggers | 1 | -2/+0 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -6/+6 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-15 | fscrypto: make filename crypto functions return 0 on success | Eric Biggers | 1 | -3/+3 |
| 2016-09-07 | f2fs: fix to detect temporary name of multimedia file | Chao Yu | 1 | -4/+9 |
| 2016-07-20 | f2fs: fix to report error number of f2fs_find_entry | Chao Yu | 1 | -11/+35 |
| 2016-07-08 | f2fs: avoid mark_inode_dirty | Jaegeuk Kim | 1 | -3/+3 |
| 2016-07-06 | f2fs: call update_inode_page for orphan inodes | Jaegeuk Kim | 1 | -2/+2 |
| 2016-07-06 | f2fs: report error for f2fs_parent_dir | Jaegeuk Kim | 1 | -6/+9 |
| 2016-06-02 | f2fs: return error of f2fs_lookup | Jaegeuk Kim | 1 | -1/+4 |
| 2016-06-02 | f2fs: propagate error given by f2fs_find_entry | Jaegeuk Kim | 1 | -0/+5 |
| 2016-06-02 | f2fs: remove syncing inode page in all the cases | Jaegeuk Kim | 1 | -14/+1 |
| 2016-06-02 | f2fs: call mark_inode_dirty_sync for i_field changes | Jaegeuk Kim | 1 | -7/+4 |
| 2016-06-02 | f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync | Jaegeuk Kim | 1 | -21/+9 |
| 2016-06-02 | f2fs: use inode pointer for {set, clear}_inode_flag | Jaegeuk Kim | 1 | -9/+13 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -1/+1 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -1/+1 |
| 2016-04-04 | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -6/+6 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |