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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+23
2021-02-22
Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+11
2021-02-03
udf: handle large user and group ID
BingJing Chang
1
-4
/
+5
2021-01-25
udf: fix silent AED tagLocation corruption
Steven J. Magnani
1
-3
/
+6
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
3
-14
/
+18
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-2
/
+2
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2021-01-18
udf: fix the problem that the disc content is not displayed
lianzhi chang
1
-3
/
+4
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-09-29
udf: Limit sparing table size
Jan Kara
1
-0
/
+6
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
10
-47
/
+39
2020-09-29
udf: Avoid accessing uninitialized data on failed inode read
Jan Kara
1
-11
/
+14
2020-09-22
udf: Fix memory leak when mounting
Jan Kara
1
-8
/
+13
2020-09-22
udf: Remove redundant initialization of variable ret
Jing Xiangfeng
1
-1
/
+1
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2020-08-28
udf: Use kvzalloc() in udf_sb_alloc_bitmap()
Denis Efremov
1
-11
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-06
Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-4
/
+4
2020-07-27
udf: osta_udf.h: delete a duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-14
udf: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2
-3
/
+3
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+13
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+3
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-05-04
udf: stop using ioctl_by_bdev
Christoph Hellwig
1
-16
/
+13
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-10
change email address for Pali Rohár
Pali Rohár
2
-2
/
+2
2020-03-16
udf: udf_sb.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-20
udf: Clarify meaning of f_files in udf_statfs
Jan Kara
1
-0
/
+4
2020-01-20
udf: Allow writing to 'Rewritable' partitions
Jan Kara
1
-1
/
+0
2020-01-13
udf: Disallow R/W mode for disk with Metadata partition
Pali Rohár
1
-1
/
+2
2020-01-13
udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flags
Pali Rohár
2
-3
/
+3
2020-01-09
udf: Fix free space reporting for metadata and virtual partitions
Jan Kara
1
-5
/
+17
2020-01-08
udf: Update header files to UDF 2.60
Pali Rohár
2
-33
/
+83
2020-01-08
udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.h
Pali Rohár
3
-20
/
+12
2020-01-08
udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCS
Pali Rohár
3
-5
/
+5
2019-09-04
fs-udf: Delete an unnecessary check before brelse()
Markus Elfring
1
-2
/
+1
2019-09-04
udf: Drop forward function declarations
Jan Kara
1
-53
/
+49
2019-09-04
udf: Verify domain identifier fields
Jan Kara
2
-27
/
+78
2019-08-27
udf: augment UDF permissions on new inodes
Steven J. Magnani
5
-4
/
+35
2019-08-26
udf: Use dynamic debug infrastructure
Jan Kara
2
-16
/
+1
2019-08-26
udf: reduce leakage of blocks related to named streams
Steven J. Magnani
3
-2
/
+29
2019-07-31
udf: prevent allocation beyond UDF partition
Steve Magnani
1
-0
/
+11
2019-07-31
udf: support 2048-byte spacing of VRS descriptors on 4K media
Steven J. Magnani
1
-0
/
+16
2019-07-31
udf: refactor VRS descriptor identification
Steven J. Magnani
1
-64
/
+64
2019-07-10
Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-33
/
+60
2019-07-10
udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
Steven J. Magnani
1
-33
/
+60
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
[next]