index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
7
-7
/
+21
2023-01-07
Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-1
/
+14
2023-01-07
Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-26
/
+27
2023-01-06
hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
Linus Torvalds
1
-5
/
+10
2023-01-06
Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-8
/
+19
2023-01-06
Merge tag 'fixes_for_v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+2
2023-01-06
Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-16
/
+53
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-05
xfs: fix extent busy updating
Wengang Wang
1
-0
/
+1
2023-01-04
cifs: fix interface count calculation during refresh
Shyam Prasad N
1
-1
/
+2
2023-01-04
cifs: refcount only the selected iface during interface update
Shyam Prasad N
1
-1
/
+2
2023-01-04
Merge tag 'f2fs-fix-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-26
/
+25
2023-01-04
Merge tag 'nfsd-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-1
/
+12
2023-01-04
cifs: protect access of TCP_Server_Info::{dstaddr,hostname}
Paulo Alcantara
2
-11
/
+13
2023-01-04
cifs: fix race in assemble_neg_contexts()
Paulo Alcantara
1
-4
/
+7
2023-01-04
cifs: ignore ipc reconnect failures during dfs failover
Paulo Alcantara
1
-2
/
+1
2023-01-04
cifs: Fix kmap_local_page() unmapping
Ira Weiny
1
-7
/
+2
2023-01-03
xfs: xfs_qm: remove unnecessary ‘0’ values from error
Li zeming
1
-1
/
+1
2023-01-03
xfs: Fix deadlock on xfs_inodegc_worker
Wu Guanghao
1
-0
/
+10
2023-01-03
xfs: get root inode correctly at bulkstat
Hironori Shiina
1
-2
/
+2
2023-01-03
xfs: fix off-by-one error in xfs_btree_space_to_height
Darrick J. Wong
1
-1
/
+6
2023-01-03
f2fs: let's avoid panic if extent_tree is not created
Jaegeuk Kim
1
-1
/
+2
2023-01-03
f2fs: should use a temp extent_info for lookup
Jaegeuk Kim
1
-6
/
+7
2023-01-03
f2fs: don't mix to use union values in extent_info
Jaegeuk Kim
1
-8
/
+8
2023-01-03
f2fs: initialize extent_cache parameter
Jaegeuk Kim
4
-4
/
+4
2023-01-03
f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()
Chao Yu
1
-7
/
+4
2023-01-03
btrfs: fix compat_ro checks against remount
Qu Wenruo
3
-5
/
+7
2023-01-03
btrfs: always report error in run_one_delayed_ref()
Qu Wenruo
1
-2
/
+5
2023-01-03
btrfs: handle case when repair happens with dev-replace
Qu Wenruo
1
-1
/
+10
2023-01-03
btrfs: fix off-by-one in delalloc search during lseek
Filipe Manana
2
-2
/
+2
2023-01-03
btrfs: fix false alert on bad tree level check
Qu Wenruo
1
-5
/
+25
2023-01-03
btrfs: add error message for metadata level mismatch
Qu Wenruo
1
-0
/
+3
2023-01-03
btrfs: fix ASSERT em->len condition in btrfs_get_extent
Tanmay Bhushan
1
-1
/
+1
[next]