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
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-01-24
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
1
-0
/
+1
2022-01-24
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
1
-5
/
+3
2021-08-11
udf: Get rid of 0-length arrays in struct fileIdentDesc
Jan Kara
1
-2
/
+1
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
1
-0
/
+1
2021-01-25
udf: fix silent AED tagLocation corruption
Steven J. Magnani
1
-3
/
+6
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
1
-19
/
+17
2020-09-29
udf: Avoid accessing uninitialized data on failed inode read
Jan Kara
1
-11
/
+14
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-01-08
udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCS
Pali Rohár
1
-3
/
+3
2019-08-27
udf: augment UDF permissions on new inodes
Steven J. Magnani
1
-4
/
+27
2019-08-26
udf: reduce leakage of blocks related to named streams
Steven J. Magnani
1
-1
/
+23
2019-07-10
udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
Steven J. Magnani
1
-33
/
+60
2019-03-18
udf: Propagate errors from udf_truncate_extents()
Jan Kara
1
-1
/
+3
2018-12-12
udf: Fix BUG on corrupted inode
Jan Kara
1
-0
/
+6
2018-06-27
udf: convert inode stamps to timespec64
Arnd Bergmann
1
-29
/
+16
2018-06-20
udf: Drop unused arguments of udf_delete_aext()
Jan Kara
1
-4
/
+4
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-15
/
+28
2018-05-25
udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
1
-21
/
+7
2018-02-27
udf: Clean up handling of invalid uid/gid
Jan Kara
1
-8
/
+13
2018-02-27
udf: Ignore [ug]id=ignore mount options
Jan Kara
1
-2
/
+0
2017-10-17
udf: Fix some sign-conversion warnings
Steve Magnani
1
-2
/
+2
2017-10-17
udf: Fix signed/unsigned format specifiers
Steve Magnani
1
-8
/
+8
2017-10-17
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
1
-15
/
+15
2017-08-16
fs-udf: Delete an error message for a failed memory allocation in two functions
Markus Elfring
1
-6
/
+1
2017-08-16
fs-udf: Improve six size determinations
Markus Elfring
1
-3
/
+3
2017-06-14
udf: Fix deadlock between writeback and udf_setsize()
Jan Kara
1
-2
/
+2
2017-04-24
udf: use kmap_atomic for memcpy copying
Fabian Frederick
1
-4
/
+4
2017-04-24
udf: use octal for permissions
Fabian Frederick
1
-7
/
+7
2017-02-27
fs: add i_blocksize()
Fabian Frederick
1
-1
/
+1
2017-01-10
udf: check partition reference in udf_read_inode()
Fabian Frederick
1
-0
/
+6
2017-01-10
udf: merge module informations in super.c
Fabian Frederick
1
-4
/
+0
2017-01-10
udf: remove next_epos from udf_update_extent_cache()
Fabian Frederick
1
-14
/
+11
2017-01-10
udf: Factor out trimming of crtime
Fabian Frederick
1
-14
/
+11
2017-01-10
udf: remove unneeded line break
Fabian Frederick
1
-2
/
+1
2017-01-10
udf: merge bh free
Fabian Frederick
1
-18
/
+10
2017-01-10
udf: use pointer for kernel_long_ad argument
Fabian Frederick
1
-14
/
+9
2017-01-05
udf: Make stat on symlink report symlink length as st_size
Jan Kara
1
-1
/
+1
2017-01-03
fs/udf: make #ifdef UDF_PREALLOCATE unconditional
Steve Kenton
1
-2
/
+0
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
1
-0
/
+1
2016-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
1
-2
/
+2
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
1
-1
/
+1
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
1
-4
/
+3
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-1
/
+1
2016-01-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-95
/
+148
[next]