index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
1
-7
/
+7
|
\
|
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-7
/
+7
*
|
fs-udf: Delete an error message for a failed memory allocation in two functions
Markus Elfring
2017-08-16
2
-8
/
+1
*
|
fs-udf: Improve six size determinations
Markus Elfring
2017-08-16
3
-7
/
+6
*
|
fs-udf: Adjust two checks for null pointers
Markus Elfring
2017-08-16
1
-2
/
+3
|
/
*
udf: Convert udf_disk_stamp_to_time() to use mktime64()
Jan Kara
2017-06-14
1
-51
/
+2
*
udf: Use time64_to_tm for timestamp conversion
Jan Kara
2017-06-14
1
-34
/
+11
*
udf: Fix deadlock between writeback and udf_setsize()
Jan Kara
2017-06-14
1
-2
/
+2
*
udf: Use i_size_read() in udf_adinicb_writepage()
Jan Kara
2017-06-14
1
-1
/
+2
*
udf: Fix races with i_size changes during readpage
Jan Kara
2017-06-14
1
-2
/
+7
*
udf: Remove unused UDF_DEFAULT_BLOCKSIZE
Jan Kara
2017-06-13
1
-2
/
+0
*
udf: use kmap_atomic for memcpy copying
Fabian Frederick
2017-04-24
2
-9
/
+9
*
udf: use octal for permissions
Fabian Frederick
2017-04-24
2
-8
/
+8
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-2
/
+3
*
fs: add i_blocksize()
Fabian Frederick
2017-02-27
1
-1
/
+1
*
udf: simplify udf_ioctl()
Fabian Frederick
2017-02-03
1
-26
/
+15
*
udf: fix ioctl errors
Fabian Frederick
2017-02-03
1
-1
/
+4
*
udf: allow implicit blocksize specification during mount
Fabian Frederick
2017-01-20
1
-9
/
+19
*
udf: check partition reference in udf_read_inode()
Fabian Frederick
2017-01-10
1
-0
/
+6
*
udf: atomically read inode size
Fabian Frederick
2017-01-10
2
-4
/
+5
*
udf: merge module informations in super.c
Fabian Frederick
2017-01-10
2
-7
/
+6
*
udf: remove next_epos from udf_update_extent_cache()
Fabian Frederick
2017-01-10
1
-14
/
+11
*
udf: Factor out trimming of crtime
Fabian Frederick
2017-01-10
1
-14
/
+11
*
udf: remove empty condition
Fabian Frederick
2017-01-10
1
-2
/
+0
*
udf: remove unneeded line break
Fabian Frederick
2017-01-10
1
-2
/
+1
*
udf: merge bh free
Fabian Frederick
2017-01-10
1
-18
/
+10
*
udf: use pointer for kernel_long_ad argument
Fabian Frederick
2017-01-10
1
-14
/
+9
*
udf: use __packed instead of __attribute__ ((packed))
Fabian Frederick
2017-01-10
2
-66
/
+66
*
udf: Make stat on symlink report symlink length as st_size
Jan Kara
2017-01-05
4
-2
/
+33
*
fs/udf: make #ifdef UDF_PREALLOCATE unconditional
Steve Kenton
2017-01-03
2
-3
/
+0
*
fs: udf: Replace CURRENT_TIME with current_time()
Deepa Dinamani
2017-01-03
1
-3
/
+6
*
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-11-01
3
-0
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
3
-14
/
+18
|
\
|
*
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
1
-1
/
+5
|
|
\
|
|
*
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-1
/
+1
|
|
*
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
2016-09-27
1
-2
/
+6
|
*
|
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
3
-13
/
+13
|
|
/
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
*
|
udf: don't bother with full-page write optimisations in adinicb case
Al Viro
2016-09-19
1
-1
/
+15
*
|
udf: Remove useless check in udf_adinicb_write_begin()
Jan Kara
2016-09-06
1
-1
/
+1
|
/
*
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
2
-2
/
+2
|
\
|
*
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
2
-2
/
+2
*
|
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
3
-3
/
+3
|
\
\
|
|
/
|
*
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-06-07
3
-3
/
+3
*
|
udf: Use correct partition reference number for metadata
Alden Tondettar
2016-05-19
3
-12
/
+21
*
|
udf: Use IS_ERR when loading metadata mirror file entry
Alden Tondettar
2016-05-19
1
-0
/
+2
*
|
udf: Don't BUG on missing metadata partition descriptor
Alden Tondettar
2016-05-19
1
-2
/
+3
|
/
*
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-17
2
-9
/
+5
|
\
|
*
fs: simplify the generic_write_sync prototype
Christoph Hellwig
2016-05-01
1
-3
/
+1
|
*
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
2016-05-01
1
-1
/
+1
[next]