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
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
8
-75
/
+30
2024-07-11
btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_f...
Filipe Manana
1
-3
/
+7
2024-07-11
btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...
Filipe Manana
1
-3
/
+6
2024-07-11
btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficient
Filipe Manana
1
-18
/
+15
2024-07-11
btrfs: avoid create and commit empty transaction when committing super
Filipe Manana
1
-3
/
+7
2024-07-11
btrfs: qgroup: avoid start/commit empty transaction when flushing reservations
Filipe Manana
1
-5
/
+7
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
13
-28
/
+38
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
3
-0
/
+44
2024-07-11
btrfs: slightly loosen the requirement for qgroup removal
Qu Wenruo
1
-7
/
+80
2024-07-11
btrfs: constify parameters of write_eb_member() and its users
David Sterba
2
-6
/
+6
2024-07-11
btrfs: keep const when returning value from get_unaligned_le8()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: remove unused define EXTENT_SIZE_PER_ITEM
David Sterba
1
-2
/
+0
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
3
-17
/
+11
2024-07-11
btrfs: rename macro local variables that clash with other variables
David Sterba
2
-7
/
+7
2024-07-11
btrfs: remove duplicate name variable declarations
David Sterba
2
-5
/
+1
2024-07-11
btrfs: use a btrfs_inode local variable at btrfs_sync_file()
Filipe Manana
1
-24
/
+20
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
7
-24
/
+24
2024-07-11
btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
Filipe Manana
4
-12
/
+12
2024-07-11
btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)
Filipe Manana
3
-9
/
+9
2024-07-11
btrfs: make btrfs_finish_ordered_extent() return void
Filipe Manana
2
-3
/
+2
2024-07-11
btrfs: move btrfs_block_group_root() to block-group.c
Anand Jain
3
-8
/
+7
2024-07-11
btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()
Anand Jain
1
-10
/
+8
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
3
-26
/
+30
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
3
-15
/
+15
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
6
-34
/
+45
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
7
-33
/
+63
2024-07-11
btrfs: don't allocate file extent tree for non regular files
Filipe Manana
2
-24
/
+42
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
5
-31
/
+54
2024-07-11
btrfs: remove inode_lock from struct btrfs_root and use xarray locks
Filipe Manana
4
-26
/
+20
2024-07-11
btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()
Filipe Manana
1
-23
/
+21
2024-07-11
btrfs: preallocate inodes xarray entry to avoid transaction abort
Filipe Manana
1
-7
/
+19
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
4
-86
/
+58
2024-07-11
btrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERT
Qu Wenruo
1
-14
/
+98
2024-07-11
btrfs: fix function name in comment for btrfs_remove_ordered_extent()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: fix misspelled end IO compression callbacks
Filipe Manana
1
-4
/
+4
2024-07-11
btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()
Filipe Manana
2
-44
/
+0
2024-07-11
btrfs: zoned: make btrfs_get_dev_zone() static
Filipe Manana
2
-9
/
+1
2024-07-11
btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()
Johannes Thumshirn
1
-10
/
+8
2024-07-11
btrfs: qgroup: do quick checks if quotas are enabled before starting ioctls
David Sterba
1
-0
/
+28
2024-07-11
fs/ntfs3: Fix formatting, change comments, renaming
Konstantin Komarov
5
-18
/
+21
2024-07-11
fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed
Huacai Chen
1
-0
/
+3
2024-07-11
fs/ntfs3: Implement simple fileattr
Konstantin Komarov
3
-5
/
+76
2024-07-11
fs/ntfs3: Redesign legacy ntfs support
Konstantin Komarov
5
-18
/
+23
2024-07-11
fs/ntfs3: Use function file_inode to get inode from file
Konstantin Komarov
1
-7
/
+5
2024-07-11
fs/ntfs3: Minor ntfs_list_ea refactoring
Konstantin Komarov
1
-12
/
+13
2024-07-11
fs/ntfs3: Check more cases when directory is corrupted
Konstantin Komarov
1
-20
/
+32
2024-07-11
fs/ntfs3: Do copy_to_user out of run_lock
Konstantin Komarov
1
-3
/
+72
2024-07-11
fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
Konstantin Komarov
1
-1
/
+2
2024-07-11
fs/ntfs3: Missed error return
Konstantin Komarov
1
-1
/
+1
2024-07-11
fs/ntfs3: Fix the format of the "nocase" mount option
Konstantin Komarov
1
-1
/
+1
[prev]
[next]