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-05-06
bcachefs: Fix refcount put in sb_field_resize error path
Kent Overstreet
1
-1
/
+1
2024-05-06
bcachefs: Inodes need extra padding for varint_decode_fast()
Kent Overstreet
1
-10
/
+18
2024-05-06
bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()
Kent Overstreet
1
-7
/
+9
2024-05-06
bcachefs: bucket_pos_to_bp_noerror()
Kent Overstreet
2
-5
/
+11
2024-05-06
bcachefs: don't free error pointers
Kent Overstreet
1
-1
/
+2
2024-05-06
bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()
Kent Overstreet
1
-0
/
+2
2024-05-06
orangefs: fix out-of-bounds fsid access
Mike Marshall
1
-1
/
+2
2024-05-06
nfsd: set security label during create operations
Stephen Smalley
2
-1
/
+9
2024-05-06
NFSD: Add COPY status code to OFFLOAD_STATUS response
Chuck Lever
3
-4
/
+17
2024-05-06
NFSD: Record status of async copy operation in struct nfsd4_copy
Chuck Lever
2
-11
/
+11
2024-05-06
NFSD: add listener-{set,get} netlink command
Lorenzo Bianconi
3
-0
/
+245
2024-05-06
NFSD: add write_version to netlink command
Lorenzo Bianconi
5
-2
/
+181
2024-05-06
NFSD: convert write_threads to netlink command
Lorenzo Bianconi
3
-0
/
+165
2024-05-06
NFSD: allow callers to pass in scope string to nfsd_svc
Jeff Layton
3
-4
/
+4
2024-05-06
NFSD: move nfsd_mutex handling into nfsd_svc callers
Jeff Layton
2
-2
/
+4
2024-05-06
lockd: host: Remove unnecessary statements'host = NULL;'
Li kunyu
1
-1
/
+0
2024-05-06
nfsd: don't create nfsv4recoverydir in nfsdfs when not used.
NeilBrown
1
-2
/
+2
2024-05-06
nfsd: optimise recalculate_deny_mode() for a common case
NeilBrown
1
-1
/
+6
2024-05-06
nfsd: add tracepoint in mark_client_expired_locked
Jeff Layton
2
-1
/
+29
2024-05-06
nfsd: new tracepoint for check_slot_seqid
Chuck Lever
2
-7
/
+77
2024-05-06
nfsd: drop extraneous newline from nfsd tracepoints
Jeff Layton
1
-3
/
+3
2024-05-06
fs: nfsd: use group allocation/free of per-cpu counters API
Kefeng Wang
4
-55
/
+13
2024-05-06
nfsd: trivial GET_DIR_DELEGATION support
Jeff Layton
3
-2
/
+134
2024-05-06
NFSD: Move callback_wq into struct nfs4_client
Chuck Lever
3
-31
/
+18
2024-05-06
nfsd: drop st_mutex before calling move_to_close_lru()
NeilBrown
1
-4
/
+7
2024-05-06
nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()
NeilBrown
2
-8
/
+32
2024-05-06
nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.
NeilBrown
1
-6
/
+3
2024-05-06
nfsd: perform all find_openstateowner_str calls in the one place.
NeilBrown
1
-53
/
+40
2024-05-05
mm: simplify thp_vma_allowable_order
Matthew Wilcox
1
-2
/
+2
2024-05-05
f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-05-05
fscrypt: convert bh_get_inode_and_lblk_num to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-05
fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios
David Hildenbrand
1
-6
/
+7
2024-05-05
fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
David Hildenbrand
1
-3
/
+4
2024-05-05
buffer: improve bdev_getblk documentation
Matthew Wilcox (Oracle)
1
-0
/
+5
2024-05-05
buffer: add kernel-doc for bforget() and __bforget()
Matthew Wilcox (Oracle)
1
-3
/
+6
2024-05-05
buffer: add kernel-doc for brelse() and __brelse()
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-05
buffer: fix __bread and __bread_gfp kernel-doc
Matthew Wilcox (Oracle)
1
-13
/
+22
2024-05-05
buffer: add kernel-doc for try_to_free_buffers()
Matthew Wilcox (Oracle)
1
-20
/
+24
2024-05-05
buffer: add kernel-doc for block_dirty_folio()
Matthew Wilcox (Oracle)
1
-24
/
+31
2024-05-05
fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
Ryan Roberts
1
-9
/
+13
2024-05-05
fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
Ryan Roberts
1
-1
/
+1
2024-05-05
mm/userfaultfd: reset ptes when close() for wr-protected ones
Peter Xu
1
-0
/
+4
2024-05-05
epoll: be better about file lifetimes
Linus Torvalds
1
-1
/
+37
2024-05-05
Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-59
/
+195
2024-05-04
ksmbd: do not grant v2 lease if parent lease key and epoch are not set
Namjae Jeon
1
-5
/
+9
2024-05-04
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
5
-38
/
+30
2024-05-04
ksmbd: avoid to send duplicate lease break notifications
Namjae Jeon
1
-6
/
+15
2024-05-04
ksmbd: off ipv6only for both ipv4/ipv6 binding
Namjae Jeon
1
-0
/
+4
2024-05-04
kernfs: mount: Remove unnecessary ‘NULL’ values from knparent
Li zeming
1
-1
/
+1
2024-05-04
eventfs: Have "events" directory get permissions from its parent
Steven Rostedt (Google)
1
-6
/
+24
[prev]
[next]