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, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
/
dir.c
Age
Commit message (
Expand
)
Author
2018-05-14
afs: Fix whole-volume callback handling
David Howells
2018-05-14
afs: Fix directory page locking
David Howells
2018-04-09
afs: Do better accretion of small writes on newly created content
David Howells
2018-04-09
afs: Locally edit directory data for mkdir/create/unlink/...
David Howells
2018-04-09
afs: Adjust the directory XDR structures
David Howells
2018-04-09
afs: Split the directory content defs into a header
David Howells
2018-04-09
afs: Fix directory handling
David Howells
2018-04-09
afs: Split the dynroot stuff out and give it its own ops tables
David Howells
2018-04-09
afs: Keep track of invalid-before version for dentry coherency
David Howells
2018-04-09
afs: Introduce a statistics proc file
David Howells
2018-04-09
afs: Implement @cell substitution handling
David Howells
2018-04-09
afs: Implement @sys substitution handling
David Howells
2018-04-09
afs: Prospectively look up extra files when doing a single lookup
David Howells
2018-02-06
afs: Support the AFS dynamic root
David Howells
2018-01-02
afs: Fix unlink
David Howells
2017-11-24
afs: remove redundant assignment of dvnode to itself
Colin Ian King
2017-11-24
afs: Fix signal handling in some file ops
David Howells
2017-11-24
afs: Fix some dentry handling in dir ops and missing key_puts
David Howells
2017-11-13
afs: Introduce a file-private data record
David Howells
2017-11-13
afs: Fix directory read/modify race
David Howells
2017-11-13
afs: Overhaul volume and server record caching and fileserver rotation
David Howells
2017-11-13
afs: Overhaul the callback handling
David Howells
2017-11-13
afs: Push the net ns pointer to more places
David Howells
2017-07-09
afs: Add metadata xattrs
David Howells
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-05-10
afs: switch to ->iterate_shared()
Al Viro
2016-05-02
make ext2_get_page() and friends work without external serialization
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-11-19
assorted conversions to %p[dD]
Al Viro
2014-10-31
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-10-09
vfs: Remove unnecessary calls of check_submounts_and_drop
Eric W. Biederman
2013-09-29
afs: dget_parent() can't return a negative dentry
Al Viro
2013-09-07
afs: get rid of redundant ->d_name.len checks
Al Viro
2013-09-05
afs: use check_submounts_and_drop()
Miklos Szeredi
2013-06-29
[readdir] convert afs
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2011-06-16
AFS: Use i_generation not i_version for the vnode uniquifier
David Howells
2011-05-28
afs: remove unnecessary dentry_unhash on rmdir, dir rename
Sage Weil
2011-05-26
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-01-15
AFS: Use d_automount() rather than abusing follow_link()
David Howells
2011-01-12
switch afs
Al Viro
[next]