Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c5d9ae265b105d9a67575fb67bd4650a6fc08e25
/
fs
/
adfs
25d2e88
fs/adfs: remove unneeded variable make code cleaner
by Minghao Chi
· 3 years ago
0af5737
mm: require ->set_page_dirty to be explicitly wired up
by Christoph Hellwig
· 3 years, 6 months ago
549c729
fs: make helpers idmap mount aware
by Christian Brauner
· 4 years ago
2f221d6
attr: handle idmapped mounts
by Christian Brauner
· 4 years ago
0eac1102e
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 4 years, 2 months ago
6d1349c
[PATCH] reduce boilerplate in fsid handling
by Al Viro
· 4 years, 3 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
621c1f4
block: move struct block_device to blk_types.h
by Christoph Hellwig
· 4 years, 6 months ago
0c1bc6b
docs: filesystems: fix renamed references
by Mauro Carvalho Chehab
· 4 years, 9 months ago
587065d
fs/adfs: bigdir: Fix an error code in adfs_fplus_read()
by Dan Carpenter
· 5 years ago
25e5d4d
fs/adfs: mostly divorse inode number from indirect disc address
by Russell King
· 5 years ago
08ead1b
fs/adfs: super: add support for E and E+ floppy image formats
by Russell King
· 5 years ago
e3858e1
fs/adfs: super: extract filesystem block probe
by Russell King
· 5 years ago
ccbc80a
fs/adfs: dir: remove debug in adfs_dir_update()
by Russell King
· 5 years ago
f352064
fs/adfs: super: fix inode dropping
by Russell King
· 5 years ago
a464152
fs/adfs: bigdir: implement directory update support
by Russell King
· 5 years ago
d79288b
fs/adfs: bigdir: calculate and validate directory checkbyte
by Russell King
· 5 years ago
aa3d4e0
fs/adfs: bigdir: directory validation strengthening
by Russell King
· 5 years ago
6674eca
fs/adfs: bigdir: extract directory validation
by Russell King
· 5 years ago
0db35a0
fs/adfs: bigdir: factor out directory entry offset calculation
by Russell King
· 5 years ago
aacc954
fs/adfs: newdir: split out directory commit from update
by Russell King
· 5 years ago
cc625cc
fs/adfs: newdir: clean up adfs_f_update()
by Russell King
· 5 years ago
9318731
fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()
by Russell King
· 5 years ago
7a0e404
fs/adfs: newdir: improve directory validation
by Russell King
· 5 years ago
ffc8df3
fs/adfs: newdir: factor out directory format validation
by Russell King
· 5 years ago
016936b
fs/adfs: dir: use pointers to access directory head/tails
by Russell King
· 5 years ago
4287e4d
fs/adfs: dir: add more efficient iterate() per-format method
by Russell King
· 5 years ago
cdc46e9
fs/adfs: dir: switch to iterate_shared method
by Russell King
· 5 years ago
4a0a88b
fs/adfs: dir: improve compiler coverage in adfs_dir_update
by Russell King
· 5 years ago
f6075c7
fs/adfs: dir: improve update failure handling
by Russell King
· 5 years ago
ae5df41
fs/adfs: dir: modernise on-disk directory structures
by Russell King
· 5 years ago
deed1bf
fs/adfs: dir: update directory locking
by Russell King
· 5 years ago
c3c8149
fs/adfs: dir: add helper to mark directory buffers dirty
by Russell King
· 5 years ago
90011c7
fs/adfs: dir: add helper to read directory using inode
by Russell King
· 5 years ago
419a6e5
fs/adfs: dir: add generic directory reading
by Russell King
· 5 years ago
a317120
fs/adfs: dir: add generic copy functions
by Russell King
· 5 years ago
acf5f0b
fs/adfs: dir: add common directory sync method
by Russell King
· 5 years ago
1dd9f5b
fs/adfs: dir: add common directory buffer release method
by Russell King
· 5 years ago
95fbadb
fs/adfs: dir: add common dir object initialisation
by Russell King
· 5 years ago
71b2612
fs/adfs: dir: rename bh_fplus to bhs
by Russell King
· 5 years ago
f93793f
fs/adfs: map: fix map scanning
by Russell King
· 5 years ago
f6f14a0
fs/adfs: map: move map-specific sb initialisation to map.c
by Russell King
· 5 years ago
792314f
fs/adfs: map: use find_next_bit_le() rather than open coding it
by Russell King
· 5 years ago
197ba3c
fs/adfs: map: incorporate map offsets into layout
by Russell King
· 5 years ago
7b19526
fs/adfs: map: factor out map cleanup
by Russell King
· 5 years ago
6092b6b
fs/adfs: map: break up adfs_read_map()
by Russell King
· 5 years ago
e6160e4
fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()
by Russell King
· 5 years ago
f75d398
fs/adfs: map: move map reading and validation to map.c
by Russell King
· 5 years ago
8191624
fs/adfs: inode: fix adfs_mode2atts()
by Russell King
· 5 years ago
eeeb9dd
fs/adfs: inode: update timestamps to centisecond precision
by Russell King
· 5 years ago
d2fbf4b
Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
b4ed8f7
fs/adfs: add time stamp and file type helpers
by Russell King
· 6 years ago
8616108
fs/adfs: super: limit idlen according to directory type
by Russell King
· 6 years ago
5808b14
fs/adfs: super: fix use-after-free bug
by Russell King
· 6 years ago
4c5762f
fs/adfs: super: safely update options on remount
by Russell King
· 6 years ago
421d3c0
fs/adfs: super: correct superblock flags
by Russell King
· 6 years ago
5ed70bb
fs/adfs: clean up indirect disc addresses and fragment IDs
by Russell King
· 6 years ago
ceb3b10
fs/adfs: clean up error message printing
by Russell King
· 6 years ago
2e67080
fs/adfs: use %pV for error messages
by Russell King
· 6 years ago
cb88b5a
fs/adfs: use format_version from disc_record
by Russell King
· 6 years ago
275f5b9
fs/adfs: add helper to get filesystem size
by Russell King
· 6 years ago
1dfdfc9
fs/adfs: add helper to get discrecord from map
by Russell King
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
44e843e
Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
fc722a0
fs/adfs: fix filename fixup handling for "/" and "//" names
by Russell King
· 6 years ago
5f8de48
fs/adfs: move append_filetype_suffix() into adfs_object_fixup()
by Russell King
· 6 years ago
2eb0684
fs/adfs: remove truncated filename hashing
by Russell King
· 6 years ago
adb514a
fs/adfs: factor out filename fixup
by Russell King
· 6 years ago
411c49b
fs/adfs: factor out object fixups
by Russell King
· 6 years ago
525715d
fs/adfs: factor out filename case lowering
by Russell King
· 6 years ago
1e504cf
fs/adfs: factor out filename comparison
by Russell King
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
b4b52b8
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 6 years ago
8f05a79
adfs: switch to ->free_inode()
by Al Viro
· 6 years ago
74f7909
adfs: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
d9edcbc4
adfs: use timespec64 for time conversion
by Arnd Bergmann
· 6 years ago
d8e78da
adfs: don't put inodes into icache
by Al Viro
· 6 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
9a7dddc
adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
by Al Viro
· 7 years ago
686bb96
adfs_lookup_byname: .. *is* taken care of in fs/namei.c
by Al Viro
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 9 years ago
fe64f32
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
835c92d
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
6fa67e7
get rid of 'parent' argument of ->d_compare()
by Al Viro
· 8 years ago
19a6d89
qstr: constify instances in adfs
by Al Viro
· 8 years ago
8387ff2
vfs: make the string hashes salt the hash
by Linus Torvalds
· 9 years ago
90d6cd5
fs/adfs/adfs.h: tidy up comments
by Andrew Morton
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
0125f50
adfs: constify adfs_dir_ops structures
by Julia Lawall
· 9 years ago
d96f184
fs/adfs: remove unneeded cast
by Firo Yang
· 9 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
b796410
adfs: return correct return values
by Sanidhya Kashyap
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
Next »