index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-04
udf: avoid uninitialized variable use
Arnd Bergmann
1
-0
/
+4
2015-12-23
udf: Fix lost indirect extent block
Jan Kara
1
-1
/
+10
2015-12-23
udf: Factor out code for creating indirect extent
Jan Kara
1
-96
/
+121
2015-12-23
udf: limit the maximum number of indirect extents in a row
Vegard Nossum
1
-0
/
+15
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
1
-0
/
+1
2015-12-06
udf: don't duplicate page_symlink_inode_operations
Al Viro
1
-1
/
+1
2015-07-09
udf: Don't corrupt unalloc spacetable when writing it
Steven J. Magnani
1
-12
/
+7
2015-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+3
2015-04-16
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-2
/
+1
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-2
/
+1
2015-04-11
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
1
-1
/
+1
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
1
-1
/
+1
2015-04-01
udf: return correct errno for udf_update_inode()
Changwoo Min
1
-1
/
+1
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-03-14
udf: remove redundant buffer_head.h includes
Fabian Frederick
1
-1
/
+0
2015-02-05
udf: remove bool assignment to 0/1
Fabian Frederick
1
-2
/
+2
2015-01-07
udf: Check length of extended attributes and allocation descriptors
Jan Kara
1
-0
/
+9
2015-01-07
udf: Remove repeated loads blocksize
Jan Kara
1
-11
/
+8
2014-12-19
udf: Verify i_size when loading inode
Jan Kara
1
-0
/
+14
2014-10-09
udf: Fix loading of special inodes
Jan Kara
1
-5
/
+9
2014-09-04
udf: Set i_generation field
Jan Kara
1
-0
/
+1
2014-09-04
udf: Properly detect stale inodes
Jan Kara
1
-2
/
+4
2014-09-04
udf: Make udf_read_inode() and udf_iget() return error
Jan Kara
1
-53
/
+46
2014-09-04
udf: Avoid infinite loop when processing indirect ICBs
Jan Kara
1
-14
/
+21
2014-09-04
udf: Fold udf_fill_inode() into __udf_read_inode()
Jan Kara
1
-17
/
+5
2014-09-04
udf: Avoid dir link count to go negative
Jan Kara
1
-1
/
+1
2014-05-06
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
1
-2
/
+1
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+2
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
1
-4
/
+4
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-2
/
+2
2014-02-20
udf: Fix data corruption on file type conversion
Jan Kara
1
-0
/
+1
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
1
-1
/
+1
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-01-22
udf: add extent cache support in case of file reading
Namjae Jeon
1
-6
/
+80
2012-12-13
udf: remove un-needed variable from inode_getblk
Namjae Jeon
1
-3
/
+0
2012-12-13
udf: don't increment lenExtents while writing to a hole
Namjae Jeon
1
-2
/
+5
2012-12-13
udf: fix memory leak while allocating blocks during write
Namjae Jeon
1
-0
/
+4
2012-10-04
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-16
/
+43
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-6
/
+6
2012-09-21
userns: Convert the udf filesystem to use kuid/kgid where appropriate
Eric W. Biederman
1
-6
/
+6
2012-09-06
UDF: Add support for O_DIRECT
Ian Abbott
1
-16
/
+36
2012-09-04
udf: add writepages support for udf
Namjae Jeon
1
-0
/
+7
2012-08-15
udf: fix udf_setsize() for file data in ICB
Ian Abbott
1
-1
/
+4
2012-07-09
UDF: Remove unnecessary variable "offset" from udf_fill_inode
Ashish Sangwan
1
-4
/
+0
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-1
/
+1
2012-02-29
udf: Fix file entry logicalBlocksRecorded
Steve Nickel
1
-6
/
+10
2012-02-29
udf: Init/maintain file entry checkpoint field
Steve Nickel
1
-0
/
+4
2012-01-09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-24
/
+33
2012-01-09
udf: Fix deadlock when converting file from in-ICB one to normal one
Jan Kara
1
-3
/
+18
2012-01-09
udf: Cleanup calling convention of inode_getblk()
Jan Kara
1
-21
/
+15
[prev]
[next]