Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
24b43c99647bf9be4995e6a6c9c3a923c147770a
/
fs
/
udf
a528d35
statx: Add a system call to make enhanced file info available
by David Howells
· 8 years ago
9340747
fs: add i_blocksize()
by Fabian Frederick
· 8 years ago
a074faa
udf: simplify udf_ioctl()
by Fabian Frederick
· 8 years ago
782deb2
udf: fix ioctl errors
by Fabian Frederick
· 8 years ago
70f16ce
udf: allow implicit blocksize specification during mount
by Fabian Frederick
· 8 years ago
1d82a56
udf: check partition reference in udf_read_inode()
by Fabian Frederick
· 8 years ago
23bcda1
udf: atomically read inode size
by Fabian Frederick
· 8 years ago
54bb60d
udf: merge module informations in super.c
by Fabian Frederick
· 8 years ago
b31c9ed
udf: remove next_epos from udf_update_extent_cache()
by Fabian Frederick
· 8 years ago
7ed0fbd
udf: Factor out trimming of crtime
by Fabian Frederick
· 8 years ago
d50c4dd
udf: remove empty condition
by Fabian Frederick
· 8 years ago
bbc9abd
udf: remove unneeded line break
by Fabian Frederick
· 8 years ago
02d4ca4
udf: merge bh free
by Fabian Frederick
· 8 years ago
3cc6f84
udf: use pointer for kernel_long_ad argument
by Fabian Frederick
· 8 years ago
75f2713
udf: use __packed instead of __attribute__ ((packed))
by Fabian Frederick
· 8 years ago
ad4d053
udf: Make stat on symlink report symlink length as st_size
by Jan Kara
· 8 years ago
a17f0cb
fs/udf: make #ifdef UDF_PREALLOCATE unconditional
by Steve Kenton
· 8 years ago
88b50ce
fs: udf: Replace CURRENT_TIME with current_time()
by Deepa Dinamani
· 8 years ago
2f8b544
block,fs: untangle fs.h and blk_types.h
by Christoph Hellwig
· 8 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
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
c2050a4
fs: Replace current_fs_time() with current_time()
by Deepa Dinamani
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
f03b8ad
fs: support RENAME_NOREPLACE for local filesystems
by Miklos Szeredi
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
5d3ddd8
udf: don't bother with full-page write optimisations in adinicb case
by Al Viro
· 8 years ago
f27792f
udf: Remove useless check in udf_adinicb_write_begin()
by Jan Kara
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
7024628
block: get rid of bio_rw and READA
by Christoph Hellwig
· 8 years ago
dfec8a1
fs: have ll_rw_block users pass in op and flags separately
by Mike Christie
· 8 years ago
7888824
udf: Use correct partition reference number for metadata
by Alden Tondettar
· 8 years ago
3743a03
udf: Use IS_ERR when loading metadata mirror file entry
by Alden Tondettar
· 8 years ago
585d700
udf: Don't BUG on missing metadata partition descriptor
by Alden Tondettar
· 8 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
820c687
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 8 years ago
0e0162b
Merge branch 'ovl-fixes' into for-linus
by Al Viro
· 8 years ago
c51da20
more trivial ->iterate_shared conversions
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
e259221
fs: simplify the generic_write_sync prototype
by Christoph Hellwig
· 9 years ago
dde0c2e
fs: add IOCB_SYNC and IOCB_DSYNC
by Christoph Hellwig
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
2a28900
udf: Export superblock magic to userspace
by Jan Kara
· 9 years ago
a47241c
udf: Prevent stack overflow on corrupted filesystem mount
by Alden Tondettar
· 9 years ago
c26f6c6
udf: Fix conversion of 'dstring' fields to UTF8
by Andrew Gabbasov
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
484a10f
udf: Merge linux specific translation into CS0 conversion function
by Andrew Gabbasov
· 9 years ago
9293fcf
udf: Remove struct ustr as non-needed intermediate storage
by Andrew Gabbasov
· 9 years ago
066b9cd
udf: Use separate buffer for copying split names
by Jan Kara
· 9 years ago
9fba705
udf: Adjust UDF_NAME_LEN to better reflect actual restrictions
by Andrew Gabbasov
· 9 years ago
3e7fc20
udf: Join functions for UTF8 and NLS conversions
by Andrew Gabbasov
· 9 years ago
525e2c5
udf: Parameterize output length in udf_put_filename
by Andrew Gabbasov
· 9 years ago
cc67375
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
1d5cfdb
tree wide: use kvfree() than conditional kfree()/vfree()
by Tetsuo Handa
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
1d3671d
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
bb00c89
udf: Check output buffer length when converting name to CS0
by Andrew Gabbasov
· 9 years ago
ad402b2
udf: Prevent buffer overrun with multi-byte characters
by Andrew Gabbasov
· 9 years ago
4f1b151
udf: avoid uninitialized variable use
by Arnd Bergmann
· 9 years ago
6c37157
udf: Fix lost indirect extent block
by Jan Kara
· 9 years ago
fcea62b
udf: Factor out code for creating indirect extent
by Jan Kara
· 9 years ago
b0918d9
udf: limit the maximum number of indirect extents in a row
by Vegard Nossum
· 9 years ago
e7a4eb8
udf: limit the maximum number of TD redirections
by Vegard Nossum
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
c73119c
udf: don't duplicate page_symlink_inode_operations
by Al Viro
· 9 years ago
9181f8b
udf: Don't modify filesystem for read-only mounts
by Jan Kara
· 9 years ago
70f19f5
udf: Don't corrupt unalloc spacetable when writing it
by Steven J. Magnani
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
db6172c
fs: cleanup slight list_entry abuse
by Rasmus Villemoes
· 10 years ago
792352c
udf: fix udf_load_pvoldesc()
by Dan Carpenter
· 9 years ago
942d702
udf: remove double err declaration in udf_file_write_iter()
by Fabian Frederick
· 9 years ago
92acca4
UDF: support NFSv2 export
by NeilBrown
· 10 years ago
231473f
udf: Return error from udf_find_entry()
by Fabian Frederick
· 10 years ago
6ce6383
udf: Make udf_get_filename() return error instead of 0 length file name
by Fabian Frederick
· 10 years ago
5dce54b
udf: bug on exotic flag in udf_get_filename()
by Fabian Frederick
· 10 years ago
78fc2e6
udf: improve error management in udf_CS0toNLS()
by Fabian Frederick
· 10 years ago
e9d4cf41
udf: improve error management in udf_CS0toUTF8()
by Fabian Frederick
· 10 years ago
d67e4a4
udf: unicode: update function name in comments
by Fabian Frederick
· 10 years ago
31f2566
udf: remove unnecessary test in udf_build_ustr_exact()
by Fabian Frederick
· 10 years ago
5ceb8b5
udf: Return -ENOMEM when allocation fails in udf_get_filename()
by Fabian Frederick
· 10 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
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
84588e7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
165f1a6
udf_file_write_iter: reorder and simplify
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
5f380c7
lift generic_write_checks() into callers of __generic_file_write_iter()
by Al Viro
· 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
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
3adc12e
udf: Update ctime and mtime when directory is modified
by Jan Kara
· 10 years ago
0fd2ba3
udf: return correct errno for udf_update_inode()
by Changwoo Min
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
1be440d
udf: use int for allocated blocks instead of sector_t
by Fabian Frederick
· 10 years ago
13f0c2b
udf: remove redundant buffer_head.h includes
by Fabian Frederick
· 10 years ago
6fbaad8
udf: remove else after return in __load_block_bitmap()
by Fabian Frederick
· 10 years ago
Next »