index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
xattr.c
Age
Commit message (
Expand
)
Author
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
2016-05-21
Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2016-05-07
f2fs: remove unneeded memset when updating xattr
Chao Yu
2016-04-15
f2fs: give -E2BIG for no space in xattr
Jaegeuk Kim
2016-04-10
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
2016-02-22
f2fs: use wait_for_stable_page to avoid contention
Jaegeuk Kim
2016-01-13
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2016-01-11
f2fs: detect idle time depending on user behavior
Jaegeuk Kim
2016-01-08
f2fs: clean up f2fs_balance_fs
Jaegeuk Kim
2015-12-13
xattr handlers: Simplify list operation
Andreas Gruenbacher
2015-12-06
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
2015-11-13
f2fs: xattr simplifications
Andreas Gruenbacher
2015-11-13
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
2015-08-04
f2fs: correct return value of ->setxattr
Chao Yu
2015-05-28
f2fs crypto: add encryption policy and password salt support
Jaegeuk Kim
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-10
f2fs: persist system.advise into on-disk inode
Chao Yu
2015-04-10
f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_get
Chao Yu
2014-11-03
f2fs: avoid deadlock on init_inode_metadata
Jaegeuk Kim
2014-09-09
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
Jaegeuk Kim
2014-09-03
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
Jaegeuk Kim
2014-08-19
f2fs: fix typo
arter97
2014-06-02
f2fs: fix recursive lock by f2fs_setxattr
Jaegeuk Kim
2014-05-07
f2fs: split grab_cache_page and wait_on_page_writeback for node pages
Jaegeuk Kim
2014-05-07
f2fs: return errors right after checking them
Jaegeuk Kim
2014-05-07
f2fs: pass flags field to setxattr functions
Jaegeuk Kim
2014-05-07
f2fs: clean up long variable names
Jaegeuk Kim
2014-04-01
f2fs: avoid unneeded lookup when xattr name length is too long
Chao Yu
2014-03-20
f2fs: avoid RECLAIM_FS-ON-W warning
Jaegeuk Kim
2014-03-20
f2fs: introduce fi->i_sem to protect fi's info
Jaegeuk Kim
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-01-25
f2fs: use generic posix ACL infrastructure
Christoph Hellwig
2013-12-23
f2fs: add unlikely() macro for compiler more aggressively
Jaegeuk Kim
2013-10-29
f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattr
Chao Yu
2013-10-29
f2fs: add an option to avoid unnecessary BUG_ONs
Jaegeuk Kim
2013-10-07
f2fs: use rw_sem instead of fs_lock(locks mutex)
Gu Zheng
2013-09-25
f2fs: don't GC or take an fs_lock from f2fs_initxattrs()
Russ Knize
2013-08-26
f2fs: support the inline xattrs
Jaegeuk Kim
2013-08-26
f2fs: introduce __find_xattr for readability
Jaegeuk Kim
2013-08-12
f2fs: should cover i_xattr_nid with its xattr node page lock
Jaegeuk Kim
2013-08-09
f2fs: introduce cur_cp_version function to reduce code size
Jaegeuk Kim
2013-08-09
f2fs: fix inconsistency between xattr node blocks and its inode
Jaegeuk Kim
2013-06-11
f2fs: support xattr security labels
Jaegeuk Kim
2013-06-03
f2fs: handle errors from get_node_page calls
Jason Hrycay
2013-04-09
f2fs: introduce a new global lock scheme
Jaegeuk Kim
2013-03-20
f2fs: reorganize f2fs_setxattr
Namjae Jeon
2013-01-11
f2fs: add f2fs_balance_fs in several interfaces
Jaegeuk Kim
2012-12-28
f2fs: unify string length declarations and usage
Leon Romanovsky
2012-12-11
f2fs: resolve build failures
Jaegeuk Kim
[next]