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
2021-06-23
f2fs: compress: add compress_inode to cache compressed blocks
Chao Yu
10
-14
/
+357
2021-06-23
f2fs: clean up /sys/fs/f2fs/<disk>/features
Jaegeuk Kim
2
-64
/
+134
2021-06-23
f2fs: add pin_file in feature list
Jaegeuk Kim
1
-0
/
+2
2021-06-23
f2fs: Advertise encrypted casefolding in sysfs
Daniel Rosenberg
1
-0
/
+8
2021-06-23
f2fs: Show casefolding support only when supported
Daniel Rosenberg
1
-0
/
+4
2021-06-23
f2fs: support RO feature
Jaegeuk Kim
4
-6
/
+46
2021-06-23
f2fs: logging neatening
Joe Perches
5
-21
/
+17
2021-06-23
f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit
Jaegeuk Kim
3
-7
/
+20
2021-06-23
f2fs: compress: remove unneeded preallocation
Chao Yu
2
-28
/
+3
2021-06-22
ext4: use local variable ei instead of EXT4_I() macro
chenyichong
1
-1
/
+1
2021-06-22
ext4: fix avefreec in find_group_orlov
Pan Dong
1
-6
/
+5
2021-06-22
ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
Zhang Yi
1
-0
/
+1
2021-06-22
ext4: remove check for zero nr_to_scan in ext4_es_scan()
Zhang Yi
1
-3
/
+0
2021-06-22
ext4: remove set but rewrite variables
Tian Tao
1
-1
/
+1
2021-06-22
ext4: add ioctl EXT4_IOC_CHECKPOINT
Leah Rumancik
2
-0
/
+64
2021-06-22
ext4: add discard/zeroout flags to journal flush
Leah Rumancik
6
-16
/
+129
2021-06-22
btrfs: remove unused btrfs_fs_info::total_pinned
Nikolay Borisov
1
-2
/
+0
2021-06-22
smbdirect: missing rc checks while waiting for rdma events
Steve French
1
-2
/
+12
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
7
-97
/
+0
2021-06-22
btrfs: rip the first_ticket_bytes logic from fail_all_tickets
Josef Bacik
1
-16
/
+0
2021-06-22
btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
Josef Bacik
1
-16
/
+0
2021-06-22
btrfs: rip out may_commit_transaction
Josef Bacik
2
-126
/
+11
2021-06-22
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
5
-31
/
+2
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
6
-19
/
+32
2021-06-22
btrfs: shorten integrity checker extent data mount option
David Sterba
3
-6
/
+4
2021-06-22
btrfs: switch mount option bits to enums and use wider type
David Sterba
1
-32
/
+33
2021-06-22
btrfs: props: change how empty value is interpreted
David Sterba
1
-0
/
+14
2021-06-22
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
1
-1
/
+1
2021-06-22
btrfs: fix unbalanced unlock in qgroup_account_snapshot()
Naohiro Aota
1
-1
/
+1
2021-06-22
btrfs: sysfs: export dev stats in devinfo directory
David Sterba
1
-0
/
+29
2021-06-22
btrfs: fix typos in comments
David Sterba
19
-28
/
+28
2021-06-22
btrfs: remove a stale comment for btrfs_decompress_bio()
Qu Wenruo
1
-14
/
+0
2021-06-22
btrfs: send: use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-11
/
+7
2021-06-22
btrfs: disable build on platforms having page size 256K
Christophe Leroy
1
-0
/
+2
2021-06-22
btrfs: send: fix invalid path for unlink operations after parent orphanization
Filipe Manana
1
-0
/
+11
2021-06-22
ceph: fix error handling in ceph_atomic_open and ceph_lookup
Jeff Layton
3
-17
/
+21
2021-06-22
ceph: must hold snap_rwsem when filling inode for async create
Jeff Layton
2
-0
/
+5
2021-06-22
quota: remove unnecessary oom message
Zhen Lei
1
-21
/
+12
2021-06-22
configfs: simplify configfs_release_bin_file
Christoph Hellwig
1
-6
/
+0
2021-06-22
configfs: fix memleak in configfs_release_bin_file
Chung-Chiang Cheng
1
-5
/
+5
2021-06-22
ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode
Zhihao Cheng
1
-0
/
+7
2021-06-22
ubifs: Fix spelling mistakes
Zheng Yongjun
6
-6
/
+6
2021-06-22
virtiofs: Fix spelling mistakes
Zheng Yongjun
3
-5
/
+5
2021-06-22
fuse: use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-06-22
fuse: fix illegal access to inode with reused nodeid
Amir Goldstein
4
-5
/
+15
2021-06-22
fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)
Richard W.M. Jones
1
-4
/
+6
2021-06-22
fuse: Make fuse_fill_super_submount() static
Greg Kurz
2
-11
/
+2
2021-06-22
fuse: Switch to fc_mount() for submounts
Greg Kurz
1
-23
/
+6
2021-06-22
fuse: Call vfs_get_tree() for submounts
Greg Kurz
2
-48
/
+41
2021-06-22
fuse: add dedicated filesystem context ops for submounts
Greg Kurz
3
-0
/
+24
[prev]
[next]