index
:
blaster4385/linux-IllusionX
v6.12.1
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
2022-12-05
btrfs: move BTRFS_MAX_MIRRORS into scrub.c
Josef Bacik
2
-11
/
+11
2022-12-05
btrfs: move maximum limits to btrfs_tree.h
Josef Bacik
1
-13
/
+0
2022-12-05
btrfs: move btrfs_get_block_group helper out of disk-io.h
Josef Bacik
2
-7
/
+8
2022-12-05
btrfs: move btrfs on-disk definitions out of ctree.h
Josef Bacik
1
-214
/
+1
2022-12-05
btrfs: remove unused BTRFS_IOPRIO_READA
Josef Bacik
1
-3
/
+0
2022-12-05
btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCH
Josef Bacik
1
-8
/
+0
2022-12-05
btrfs: remove unused set/clear_pending_info helpers
Josef Bacik
1
-24
/
+0
2022-12-05
btrfs: simplify cleanup after error in btrfs_create_tree
Peng Hao
1
-4
/
+1
2022-12-05
btrfs: add cached_state to read_extent_buffer_subpage
Josef Bacik
1
-5
/
+10
2022-12-05
btrfs: cache the failed state when locking extents
Josef Bacik
3
-15
/
+43
2022-12-05
btrfs: use a cached_state everywhere in relocation
Josef Bacik
1
-14
/
+26
2022-12-05
btrfs: use cached_state for btrfs_check_nocow_lock
Josef Bacik
3
-7
/
+12
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
7
-9
/
+14
2022-12-02
Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+7
2022-11-30
nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
ZhangPeng
1
-0
/
+7
2022-11-30
afs: Fix server->active leak in afs_put_server
Marc Dionne
1
-1
/
+1
2022-11-28
afs: Fix fileserver probe RTT handling
David Howells
1
-2
/
+2
2022-11-28
Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-21
/
+16
2022-11-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-9
/
+20
2022-11-27
Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-3
/
+5
2022-11-26
Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+4
2022-11-25
Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-8
/
+21
2022-11-25
Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-35
/
+132
2022-11-25
Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-1
/
+9
2022-11-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-2
/
+12
2022-11-25
zonefs: Fix active zone accounting
Damien Le Moal
2
-2
/
+15
2022-11-25
vfs: fix copy_file_range() averts filesystem freeze protection
Amir Goldstein
3
-9
/
+20
2022-11-24
Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-16
/
+32
2022-11-23
NFSD: Fix reads with a non-zero offset that don't end on a page boundary
Chuck Lever
1
-3
/
+4
2022-11-23
fscache: fix OOB Read in __fscache_acquire_volume
David Howells
1
-2
/
+5
2022-11-23
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
Zhen Lei
1
-2
/
+5
2022-11-23
btrfs: do not modify log tree while holding a leaf from fs tree locked
Filipe Manana
1
-4
/
+55
2022-11-23
btrfs: use kvcalloc in btrfs_get_dev_zone_info
Christoph Hellwig
1
-3
/
+3
2022-11-23
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-21
/
+16
2022-11-22
nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
Chen Zhongjin
1
-0
/
+8
2022-11-22
proc/meminfo: fix spacing in SecPageTables
Yosry Ahmed
1
-1
/
+1
2022-11-22
fs: do not update freeing inode i_io_list
Svyatoslav Feldsherov
1
-11
/
+19
2022-11-22
zonefs: Fix race between modprobe and mount
Zhang Xiaoxu
1
-6
/
+6
2022-11-21
cifs: fix missing unlock in cifs_file_copychunk_range()
ChenXiaoSong
1
-1
/
+3
2022-11-21
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
ChenXiaoSong
1
-8
/
+1
2022-11-21
btrfs: send: avoid unaligned encoded writes when attempting to clone range
Filipe Manana
1
-1
/
+23
2022-11-21
btrfs: zoned: fix missing endianness conversion in sb_write_pointer
Christoph Hellwig
1
-1
/
+2
2022-11-19
cifs: Use after free in debug code
Dan Carpenter
1
-2
/
+2
2022-11-19
Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-5
/
+17
2022-11-19
vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
Peter Griffin
1
-1
/
+2
2022-11-18
Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-15
/
+27
2022-11-18
Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+12
2022-11-17
Merge tag 'ceph-for-6.1-rc6' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-38
/
+15
2022-11-17
Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+4
2022-11-16
cifs: add check for returning value of SMB2_set_info_init
Anastasia Belova
1
-0
/
+2
[next]