Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
be1c7eae8c7dfc84b826ca7796d90f36d4abf58a
/
fs
/
fat
/
inode.c
6d1349c
[PATCH] reduce boilerplate in fsid handling
by Al Viro
· 4 years, 4 months ago
b1b6575
fat: don't allow to mount if the FAT length == 0
by OGAWA Hirofumi
· 4 years, 7 months ago
d438834
fs: convert mpage_readpages to mpage_readahead
by Matthew Wilcox (Oracle)
· 4 years, 7 months ago
bc87302
fat: fix uninit-memory access for partial initialized inode
by OGAWA Hirofumi
· 4 years, 10 months ago
74b5cab
fat: use prandom_u32() for i_generation
by Arnd Bergmann
· 5 years ago
c0da64f
fs: fat: Initialize filesystem timestamp ranges
by Deepa Dinamani
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
f9ec991
fat: switch to ->free_inode()
by Al Viro
· 6 years ago
306790f
fat: new inline functions to determine the FAT variant (32, 16 or 12)
by Carmeli Tamir
· 6 years ago
d19dc01
fat: move MAX_FAT to fat.h and change it to inline function
by Carmeli Tamir
· 6 years ago
b553337
fat: remove FAT_FIRST_ENT macro
by Carmeli Tamir
· 6 years ago
cd83f6b
fat: change timestamp updates to use fat_truncate_time
by Frank Sorenson
· 6 years ago
6bb885e
fat: add functions to update and truncate timestamps appropriately
by Frank Sorenson
· 6 years ago
f423420
fat: propagate 64-bit inode timestamps
by Arnd Bergmann
· 6 years ago
35033ab
fat: fix memory allocation failure handling of match_strdup()
by OGAWA Hirofumi
· 6 years ago
b5d903c2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
c2574aa
fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()
by OGAWA Hirofumi
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
2489dba
fat: convert to new i_version API
by Jeff Layton
· 7 years ago
b6e8e12
fs/fat/inode.c: fix sb_rdonly() change
by OGAWA Hirofumi
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
c0d0e35
fat: fix using uninitialized fields of fat_inode/fsinfo_inode
by OGAWA Hirofumi
· 8 years ago
02027d4
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
34df117
fat: fix error message for bogus number of directory entries
by Zheng Lv
· 9 years ago
dcc381e
fat: fix typo s/supeblock/superblock/
by Zheng Lv
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
3873938
fat: add config option to set UTF-8 mount option by default
by Maciej S. Szmigiero
· 9 years ago
16fab20
fat: permit to return phy block number by fibmap in fallocated region
by Namjae Jeon
· 9 years ago
7e0f236
fat: skip cluster allocation on fallocated region
by Namjae Jeon
· 9 years ago
b13bb33
fat: add fat_fallocate operation
by Namjae Jeon
· 9 years ago
a3082d5
fat: add simple validation for directory inode
by OGAWA Hirofumi
· 9 years ago
a513d86
fat: allow time_offset to be up to 24 hours
by Jan Kara
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 10 years ago
54e514b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
58932ef
fs/fat: remove unnecessary includes
by Alexander Kuleshov
· 10 years ago
a40a7d9
fs/fat: remove unnecessary defintion
by Alexander Kuleshov
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
d6bd428
fs: fat: use MSDOS_SB macro to get msdos_sb_info
by Fred Chou
· 10 years ago
c0ef0cc
fat: fix data past EOF resulting from fsx testsuite
by Namjae Jeon
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
ef19470
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
by Manuel Schölling
· 11 years ago
190a884
fs/fat/: add support for DOS 1.x formatted volumes
by Conrad Meyer
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
cac45b0
fat: rcu-delay unloading nls and freeing sbi
by Al Viro
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
6e5b93e
fatfs: add FAT_IOCTL_GET_VOLUME_ID
by Mike Lockwood
· 11 years ago
7b92d03
fat: fix possible overflow for fat_clusters
by OGAWA Hirofumi
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
f1e6fb0
fat (exportfs): rebuild directory-inode if fat_dget()
by Namjae Jeon
· 12 years ago
8fceb4e
fat (exportfs): rebuild inode if ilookup() fails
by Namjae Jeon
· 12 years ago
ea3983a
fat: restructure export_operations
by Namjae Jeon
· 12 years ago
e22a444
fat: introduce a helper fat_get_blknr_offset()
by Namjae Jeon
· 12 years ago
f21735d
fat: move fat_i_pos_read to fat.h
by Namjae Jeon
· 12 years ago
2628b7a
fat: introduce 2 new values for the -o nfs mount option
by Namjae Jeon
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
b88a1058
fat: mark fs as dirty on mount and clean on umount
by Oleksij Rempel
· 12 years ago
6b46419
fat: add extended fileds to struct fat_boot_sector
by Oleksij Rempel
· 12 years ago
c39540c
fat: fix incorrect function comment
by Ravishankar N
· 12 years ago
c6c2037
fs/fat: strip "cp" prefix from codepage in display
by Dave Reisner
· 12 years ago
5b3d5ae
fat: ix mount option parsing
by Jan Kara
· 12 years ago
58156c8
fat: provide option for setting timezone offset
by Jan Kara
· 12 years ago
f562146
fat: notify when discard is not supported
by Namjae Jeon
· 12 years ago
e40b34c
fat: drop lock/unlock super
by Marco Stornelli
· 12 years ago
1486465
fat: simplify writeback_inode()
by Namjae Jeon
· 12 years ago
7669e8f
fat (exportfs): fix dentry reconnection
by Steven J. Magnani
· 12 years ago
21b6633d5
fat (exportfs): move NFS support code
by Steven J. Magnani
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
170782e
userns: Convert fat to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
a943ed7
fat: accessors for msdos_dir_entry 'start' fields
by Steven J. Magnani
· 12 years ago
5d8ecbb
fat: fix non-atomic NFS i_pos read
by Steven J. Magnani
· 12 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
7849118
fat: switch to fsinfo_inode
by Artem Bityutskiy
· 13 years ago
020ac5b
fat: introduce special inode for managing the FSINFO block
by Artem Bityutskiy
· 13 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
1688f86
fat: switch to d_make_root()
by Al Viro
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
d7a83c0
fat: Spelling s/obsolate/obsolete/g
by Geert Uytterhoeven
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
f6a975c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 13 years ago
710d440
fat: fat16 support maximum 4GB file/vol size as WinXP or 7.
by Namjae Jeon
· 13 years ago
186b537
fat: fix utf8 iocharset warning message
by Mihai Moldovan
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 14 years ago
5826869
fat: remove i_alloc_sem abuse
by Christoph Hellwig
· 14 years ago
f68e542
fat: Fix statfs->f_namelen
by OGAWA Hirofumi
· 14 years ago
869f58c
fat: Replace all printk with fat_msg()
by Alexey Fisher
· 14 years ago
384f5c9
fat: use new setup() for ->dir_ops too
by OGAWA Hirofumi
· 14 years ago
Next »