index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cdrom
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-26
udf: Unify types in anchor block detection
Jan Kara
3
-5
/
+8
2023-01-26
udf: Fix directory iteration for longer tail extents
Jan Kara
1
-1
/
+1
2023-01-26
udf: Propagate errors from udf_advance_blk()
Jan Kara
1
-2
/
+6
2023-01-26
udf: Zero udf name padding
Jan Kara
1
-1
/
+7
2023-01-16
ext2: propagate errors from ext2_prepare_chunk
Christoph Hellwig
3
-16
/
+23
2023-01-09
udf: remove redundant variable netype
Colin Ian King
1
-2
/
+2
2023-01-09
udf: Detect system inodes linked into directory hierarchy
Jan Kara
1
-1
/
+6
2023-01-09
udf: Preserve link count of system files
Jan Kara
3
-3
/
+10
2023-01-09
udf: Do not update file length for failed writes to inline files
Jan Kara
1
-14
/
+12
2023-01-09
udf: Fix spelling mistake "lenght" -> "length"
Colin Ian King
1
-1
/
+1
2023-01-09
fs/ext2: Replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-2
/
+2
2023-01-09
udf: Keep i_lenExtents consistent with the total length of extents
Jan Kara
1
-0
/
+3
2023-01-09
udf: Move setting of i_lenExtents into udf_do_extend_file()
Jan Kara
1
-1
/
+4
2023-01-09
udf: Allocate name buffer in directory iterator on heap
Jan Kara
2
-9
/
+16
2023-01-09
udf: Handle error when adding extent to a file
Jan Kara
1
-14
/
+27
2023-01-09
udf: Handle error when adding extent to symlink
Jan Kara
1
-1
/
+6
2023-01-09
udf: Handle error when expanding directory
Jan Kara
1
-1
/
+6
2023-01-09
udf: Do not bother merging very long extents
Jan Kara
1
-17
/
+2
2023-01-09
udf: Truncate added extents on failed expansion
Jan Kara
1
-4
/
+11
2023-01-09
udf: Remove old directory iteration code
Jan Kara
3
-705
/
+0
2023-01-09
udf: Convert udf_rename() to new directory iteration code
Jan Kara
1
-87
/
+78
2023-01-09
udf: Convert udf_link() to new directory iteration code
Jan Kara
1
-14
/
+8
2023-01-09
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara
1
-27
/
+21
2023-01-09
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara
1
-11
/
+8
2023-01-09
udf: Implement adding of dir entries using new iteration code
Jan Kara
3
-0
/
+169
2023-01-09
udf: Convert udf_unlink() to new directory iteration code
Jan Kara
1
-23
/
+10
2023-01-09
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara
1
-21
/
+11
2023-01-09
udf: Provide function to mark entry as deleted using new directory iteration ...
Jan Kara
1
-0
/
+10
2023-01-09
udf: Convert empty_dir() to new directory iteration code
Jan Kara
1
-59
/
+9
2023-01-09
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara
1
-9
/
+7
2023-01-09
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara
1
-11
/
+8
2023-01-09
udf: Implement searching for directory entry using new iteration code
Jan Kara
1
-0
/
+67
2023-01-09
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
3
-84
/
+82
2023-01-09
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
2023-01-09
udf: Convert udf_readdir() to new directory iteration
Jan Kara
1
-121
/
+27
2023-01-09
udf: New directory iteration code
Jan Kara
2
-0
/
+418
2023-01-09
udf: Define EFSCORRUPTED error code
Jan Kara
1
-0
/
+2
2023-01-08
Linux 6.2-rc3
v6.2-rc3
Linus Torvalds
1
-1
/
+1
2023-01-06
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
1
-1
/
+3
2023-01-06
hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
Linus Torvalds
1
-5
/
+10
2023-01-06
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
1
-1
/
+4
2023-01-06
usb: dwc3: xilinx: include linux/gpio/consumer.h
Arnd Bergmann
1
-0
/
+1
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2023-01-06
usb: fotg210-udc: fix error return code in fotg210_udc_probe()
Yang Yingliang
1
-0
/
+2
2023-01-05
riscv: uaccess: fix type of 0 variable on error in get_user()
Ben Dooks
1
-1
/
+1
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
1
-2
/
+2
2023-01-05
lib/scatterlist: Fix to merge contiguous pages into the last SG properly
Yishai Hadas
1
-1
/
+1
2023-01-05
block: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-05
xfs: fix extent busy updating
Wengang Wang
1
-0
/
+1
[next]