Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
769e0de6475e5512f88bfb4dbf6d6323fd23514f
/
fs
/
udf
6174c2e
udf: Fix loading of special inodes
by Jan Kara
· 10 years ago
3799327
udf: remove redundant sys_tz declaration
by Fabian Frederick
· 10 years ago
6fb1ca9
udf: Fix race between write(2) and close(2)
by Jan Kara
· 10 years ago
0b93a92
udf: saner calling conventions for udf_new_inode()
by Al Viro
· 10 years ago
b231509
udf: fix the udf_iget() vs. udf_new_inode() races
by Al Viro
· 10 years ago
d2be51c
udf: merge the pieces inserting a new non-directory object into directory
by Al Viro
· 10 years ago
470cca5
udf: Set i_generation field
by Jan Kara
· 10 years ago
4071b91
udf: Properly detect stale inodes
by Jan Kara
· 10 years ago
6d3d5e8
udf: Make udf_read_inode() and udf_iget() return error
by Jan Kara
· 10 years ago
c03aa9f
udf: Avoid infinite loop when processing indirect ICBs
by Jan Kara
· 10 years ago
bb7720a0
udf: Fold udf_fill_inode() into __udf_read_inode()
by Jan Kara
· 10 years ago
8a70ee3
udf: Avoid dir link count to go negative
by Jan Kara
· 10 years ago
85cd083
udf: avoid unneeded up_write when fail to add entry in ->symlink
by Chao Yu
· 10 years ago
3f1be4f
udf: avoid redundant memcpy when writing data in ICB
by Chao Yu
· 10 years ago
c7ff482
fs/udf: re-use hex_asc_upper_{hi,lo} macros
by Andy Shevchenko
· 10 years ago
e973606
udf: use linux/uaccess.h
by Fabian Frederick
· 10 years ago
d4637bc
udf: switch to ->write_iter()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 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
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
a7963eb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 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
41fc56d
kill the 4th argument of __generic_file_aio_write()
by Al Viro
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
53ea18d
udf: Add __init macro to init_inodecache
by Fabian Frederick
· 11 years ago
8c6915a
fs: udf: parse_options: blocksize check
by Fabian Frederick
· 11 years ago
09ebb17
udf: Fix data corruption on file type conversion
by Jan Kara
· 11 years ago
4ea7772
udf: Fix lockdep warning from udf_symlink()
by Jan Kara
· 11 years ago
4449960
udf: fix for pathetic mount times in case of invalid file system
by Peter A. Felvegi
· 11 years ago
69d7567
udf: Fortify LVID loading
by Jan Kara
· 11 years ago
9bf12df
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
e729eac
udf: Refuse RW mount of the filesystem instead of making it RO
by Jan Kara
· 11 years ago
d759bfa4
udf: Standardize return values in mount sequence
by Jan Kara
· 11 years ago
73a7075
aio: Kill aio_rw_vect_retry()
by Kent Overstreet
· 11 years ago
656d09d
udf: provide ->tmpfile()
by Al Viro
· 11 years ago
5add2ee
[readdir] convert udf
by Al Viro
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
3e64fe5
fs: Limit sys_mount to only request filesystem modules. (Part 3)
by Eric W. Biederman
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
4173581
fs: change return values from -EACCES to -EPERM
by Zhao Hongjiang
· 12 years ago
94e07a75
fs: encode_fh: return FILEID_INVALID if invalid fid_type
by Namjae Jeon
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
288be96
udf: Remove unused s_extLength from udf_bitmap
by Jan Kara
· 12 years ago
c60305b
udf: Make s_block_bitmap standard array
by Jan Kara
· 12 years ago
89b1f39
udf: Fix bitmap overflow on large filesystems with small block size
by Jan Kara
· 12 years ago
9960005
udf: add extent cache support in case of file reading
by Namjae Jeon
· 12 years ago
9734c97
udf: Write LVID to disk after opening / closing
by Jan Kara
· 12 years ago
1b1baff
UDF: Fix a null pointer dereference in udf_sb_free_partitions
by Namjae Jeon
· 12 years ago
6d31d15
udf: remove un-needed variable from inode_getblk
by Namjae Jeon
· 12 years ago
fb719c5
udf: don't increment lenExtents while writing to a hole
by Namjae Jeon
· 12 years ago
2fb7d99
udf: fix memory leak while allocating blocks during write
by Namjae Jeon
· 12 years ago
e1cc485
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 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
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
c2ba138
userns: Convert the udf filesystem to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
5eec54f
UDF: Add support for O_DIRECT
by Ian Abbott
· 12 years ago
3f6bba8
Merge branch 'fast_track' into for_next
by Jan Kara
· 12 years ago
9c2fc0d
udf: Fix data corruption for files in ICB
by Jan Kara
· 12 years ago
378b8e1
udf: add writepages support for udf
by Namjae Jeon
· 12 years ago
68766a2
udf: fix retun value on error path in udf_load_logicalvol
by Nikola Pajkovsky
· 12 years ago
dc141a4
UDF: During mount free lvid_bh before rescanning with different blocksize
by Ashish Sangwan
· 12 years ago
bb2b6d1
udf: fix udf_setsize() for file data in ICB
by Ian Abbott
· 12 years ago
08d9329
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0143fc5
udf: avoid info leak on export
by Mathias Krause
· 12 years ago
57b9655
udf: Improve table length check to avoid possible overflow
by Jan Kara
· 12 years ago
17dc59b
udf: Do not decrement i_blocks when freeing indirect extent block
by Jan Kara
· 12 years ago
bff943a
udf: Fix memory leak when mounting
by Jan Kara
· 12 years ago
a0e589b
UDF: Remove unnecessary variable "offset" from udf_fill_inode
by Ashish Sangwan
· 12 years ago
db8109e
udf: stop using s_dirt
by Artem Bityutskiy
· 12 years ago
221d3eb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
1df2ae3
udf: Fortify loading of sparing table
by Jan Kara
· 12 years ago
adee11b
udf: Avoid run away loop when partition table length is corrupted
by Jan Kara
· 12 years ago
cb14d34
udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
by Jan Kara
· 12 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
9a7259d
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
7c0fb22
udf: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
f6940fe
udf: Fix deadlock in udf_release_file()
by Jan Kara
· 13 years ago
a0391a3
udf: Fix deadlock in udf_release_file()
by Jan Kara
· 13 years ago
b2527bf
udf: Fix file entry logicalBlocksRecorded
by Steve Nickel
· 13 years ago
fd4287d
udf: Fix handling of i_blocks
by Jan Kara
· 13 years ago
d5e2cf0
udf: Init/maintain file entry checkpoint field
by Steve Nickel
· 13 years ago
75b09e0
udf: Remove unnecessary OOM messages
by Joe Perches
· 13 years ago
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
853a0c2
udf: Mark LVID buffer as uptodate before marking it dirty
by Jan Kara
· 13 years ago
fef2e9f
udf: Treat symlink component of type 2 as /
by Jan Kara
· 13 years ago
d2eb8c3
udf: Fix deadlock when converting file from in-ICB one to normal one
by Jan Kara
· 13 years ago
7b0b093
udf: Cleanup calling convention of inode_getblk()
by Jan Kara
· 13 years ago
Next »