index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
btrfs: restore inode creation before xattr setting
Sweet Tea Dorminy
2022-05-16
1
-37
/
+37
|
*
|
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
2022-05-16
5
-326
/
+170
|
*
|
btrfs: reserve correct number of items for inode creation
Omar Sandoval
2022-05-16
4
-131
/
+270
|
*
|
btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
Omar Sandoval
2022-05-16
1
-110
/
+24
|
*
|
btrfs: allocate inode outside of btrfs_new_inode()
Omar Sandoval
2022-05-16
3
-145
/
+169
|
*
|
btrfs: warn when extent buffer leak test fails
Qu Wenruo
2022-05-16
1
-0
/
+1
|
*
|
btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...
Anand Jain
2022-05-16
1
-6
/
+7
|
*
|
btrfs: use btrfs_for_each_slot in btrfs_listxattr
Gabriel Niebler
2022-05-16
1
-29
/
+11
|
*
|
btrfs: use btrfs_for_each_slot in btrfs_read_chunk_tree
Gabriel Niebler
2022-05-16
1
-16
/
+9
|
*
|
btrfs: use btrfs_for_each_slot in btrfs_unlink_all_paths
Gabriel Niebler
2022-05-16
1
-23
/
+13
|
*
|
btrfs: use btrfs_for_each_slot in process_all_extents
Gabriel Niebler
2022-05-16
1
-29
/
+8
|
*
|
btrfs: use btrfs_for_each_slot in process_all_new_xattrs
Gabriel Niebler
2022-05-16
1
-27
/
+8
|
*
|
btrfs: use btrfs_for_each_slot in process_all_refs
Gabriel Niebler
2022-05-16
1
-23
/
+8
|
*
|
btrfs: use btrfs_for_each_slot in is_ancestor
Gabriel Niebler
2022-05-16
1
-18
/
+7
|
*
|
btrfs: use btrfs_for_each_slot in can_rmdir
Gabriel Niebler
2022-05-16
1
-17
/
+6
|
*
|
btrfs: use btrfs_for_each_slot in did_create_dir
Gabriel Niebler
2022-05-16
1
-29
/
+11
|
*
|
btrfs: use btrfs_for_each_slot in btrfs_real_readdir
Gabriel Niebler
2022-05-16
1
-25
/
+9
|
*
|
btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_item
Gabriel Niebler
2022-05-16
1
-25
/
+6
|
*
|
btrfs: use btrfs_for_each_slot in mark_block_group_to_copy
Gabriel Niebler
2022-05-16
1
-33
/
+6
|
*
|
btrfs: use btrfs_for_each_slot in find_first_block_group
Gabriel Niebler
2022-05-16
1
-24
/
+2
|
*
|
btrfs: introduce btrfs_for_each_slot iterator macro
Gabriel Niebler
2022-05-16
2
-0
/
+66
|
*
|
btrfs: scrub: rename scrub_bio::pagev and related members
Qu Wenruo
2022-05-16
1
-39
/
+39
|
*
|
btrfs: scrub: rename scrub_page to scrub_sector
Qu Wenruo
2022-05-16
1
-238
/
+234
|
*
|
btrfs: scrub: rename members related to scrub_block::pagev
Qu Wenruo
2022-05-16
1
-115
/
+109
|
*
|
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
2022-05-16
5
-20
/
+12
|
*
|
btrfs: update outdated comment for read_block_for_search()
Filipe Manana
2022-05-16
1
-5
/
+6
|
*
|
btrfs: release upper nodes when reading stale btree node from disk
Filipe Manana
2022-05-16
1
-9
/
+19
|
*
|
btrfs: avoid unnecessary btree search restarts when reading node
Filipe Manana
2022-05-16
1
-11
/
+19
|
*
|
btrfs: set inode flags earlier in btrfs_new_inode()
Omar Sandoval
2022-05-16
1
-10
/
+10
|
*
|
btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()
Omar Sandoval
2022-05-16
1
-47
/
+11
|
*
|
btrfs: don't pass parent objectid to btrfs_new_inode() explicitly
Omar Sandoval
2022-05-16
1
-10
/
+11
|
*
|
btrfs: remove redundant name and name_len parameters to create_subvol
Omar Sandoval
2022-05-16
1
-2
/
+3
|
*
|
btrfs: remove unused mnt_userns parameter from __btrfs_set_acl
Omar Sandoval
2022-05-16
1
-4
/
+3
|
*
|
btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()
Omar Sandoval
2022-05-16
1
-1
/
+0
|
*
|
btrfs: remove unnecessary inode_set_bytes(0) call
Omar Sandoval
2022-05-16
1
-1
/
+0
|
*
|
btrfs: remove unnecessary btrfs_i_size_write(0) calls
Omar Sandoval
2022-05-16
1
-2
/
+0
|
*
|
btrfs: get rid of btrfs_add_nondir()
Omar Sandoval
2022-05-16
1
-22
/
+11
|
*
|
btrfs: fix anon_dev leak in create_subvol()
Omar Sandoval
2022-05-16
1
-26
/
+23
|
*
|
btrfs: reserve correct number of items for rename
Omar Sandoval
2022-05-16
1
-20
/
+68
|
*
|
btrfs: reserve correct number of items for unlink and rmdir
Omar Sandoval
2022-05-16
1
-1
/
+2
|
|
/
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-05-23
1
-1
/
+6
|
\
\
|
*
|
btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
Catalin Marinas
2022-04-25
1
-1
/
+6
*
|
|
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
6
-34
/
+19
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-2
/
+2
|
*
|
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
1
-8
/
+4
|
*
|
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
2
-3
/
+3
|
*
|
block: add a bdev_write_cache helper
Christoph Hellwig
2022-04-17
1
-2
/
+1
|
*
|
block: add a bdev_nonrot helper
Christoph Hellwig
2022-04-17
1
-2
/
+2
|
*
|
btrfs: use bdev_max_active_zones instead of open coding it
Christoph Hellwig
2022-04-17
1
-2
/
+1
|
*
|
btrfs: simplify ->flush_bio handling
Christoph Hellwig
2022-04-17
3
-16
/
+7
|
|
/
[prev]
[next]