index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
adfs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/adfs: mostly divorse inode number from indirect disc address
Russell King
2020-01-20
1
-2
/
+2
*
fs/adfs: dir: remove debug in adfs_dir_update()
Russell King
2020-01-20
1
-3
/
+0
*
fs/adfs: newdir: split out directory commit from update
Russell King
2020-01-20
1
-0
/
+4
*
fs/adfs: dir: add more efficient iterate() per-format method
Russell King
2020-01-20
1
-14
/
+2
*
fs/adfs: dir: switch to iterate_shared method
Russell King
2020-01-20
1
-3
/
+2
*
fs/adfs: dir: improve compiler coverage in adfs_dir_update
Russell King
2020-01-20
1
-3
/
+5
*
fs/adfs: dir: improve update failure handling
Russell King
2020-01-20
1
-12
/
+36
*
fs/adfs: dir: update directory locking
Russell King
2020-01-20
1
-26
/
+29
*
fs/adfs: dir: add helper to mark directory buffers dirty
Russell King
2020-01-20
1
-0
/
+12
*
fs/adfs: dir: add helper to read directory using inode
Russell King
2020-01-20
1
-10
/
+22
*
fs/adfs: dir: add generic directory reading
Russell King
2020-01-20
1
-0
/
+49
*
fs/adfs: dir: add generic copy functions
Russell King
2020-01-20
1
-0
/
+50
*
fs/adfs: dir: add common directory sync method
Russell King
2020-01-20
1
-5
/
+18
*
fs/adfs: dir: add common directory buffer release method
Russell King
2020-01-20
1
-3
/
+18
*
fs/adfs: dir: add common dir object initialisation
Russell King
2020-01-20
1
-3
/
+13
*
Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-07-19
1
-15
/
+10
|
\
|
*
fs/adfs: add time stamp and file type helpers
Russell King
2019-06-26
1
-11
/
+5
|
*
fs/adfs: clean up indirect disc addresses and fragment IDs
Russell King
2019-06-26
1
-4
/
+5
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
fs/adfs: fix filename fixup handling for "/" and "//" names
Russell King
2019-05-31
1
-4
/
+11
*
fs/adfs: move append_filetype_suffix() into adfs_object_fixup()
Russell King
2019-05-31
1
-5
/
+8
*
fs/adfs: remove truncated filename hashing
Russell King
2019-05-31
1
-10
/
+5
*
fs/adfs: factor out filename fixup
Russell King
2019-05-31
1
-0
/
+13
*
fs/adfs: factor out object fixups
Russell King
2019-05-31
1
-0
/
+21
*
fs/adfs: factor out filename case lowering
Russell King
2019-05-31
1
-22
/
+12
*
fs/adfs: factor out filename comparison
Russell King
2019-05-31
1
-42
/
+26
*
adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
Al Viro
2018-05-22
1
-5
/
+5
*
adfs_lookup_byname: .. *is* taken care of in fs/namei.c
Al Viro
2018-05-22
1
-14
/
+0
*
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2016-08-07
1
-1
/
+1
|
\
|
*
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-07-31
1
-1
/
+1
*
|
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-08-06
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
qstr: constify instances in adfs
Al Viro
2016-07-30
1
-2
/
+2
*
|
vfs: make the string hashes salt the hash
Linus Torvalds
2016-06-10
1
-1
/
+1
|
/
*
adfs: constify adfs_dir_ops structures
Julia Lawall
2015-12-06
1
-3
/
+3
*
adfs: add __printf verification, fix format/argument mismatches
Joe Perches
2014-08-08
1
-1
/
+1
*
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
1
-4
/
+2
*
[readdir] convert adfs
Al Viro
2013-06-29
1
-24
/
+18
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
1
-1
/
+1
*
adfs: remove the big kernel lock
Arnd Bergmann
2011-03-02
1
-6
/
+0
*
switch adfs
Al Viro
2011-01-12
1
-1
/
+0
*
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
1
-1
/
+1
*
fs: change d_hash for rcu-walk
Nick Piggin
2011-01-07
1
-1
/
+2
*
fs: change d_compare for rcu-walk
Nick Piggin
2011-01-07
1
-3
/
+5
*
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
1
-1
/
+1
*
Cleanup of adfs headers
Al Viro
2009-06-17
1
-8
/
+0
*
repair adfs ->write_inode(), switch to simple_fsync()
Al Viro
2009-06-11
1
-2
/
+8
*
constify dentry_operations: misc filesystems
Al Viro
2009-03-27
1
-1
/
+1
*
[PATCH] fix ->llseek() for a bunch of directories
Al Viro
2008-08-25
1
-0
/
+1
*
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2007-02-12
1
-1
/
+1
[next]