index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-02
dlm: remove unnecessary error assign
Alexander Aring
1
-3
/
+0
2022-05-02
dlm: fix missing lkb refcount handling
Alexander Aring
1
-2
/
+9
2022-05-02
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
1
-4
/
+3
2022-05-02
io_uring: assign non-fixed early for async work
Jens Axboe
1
-1
/
+6
2022-05-02
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
75
-506
/
+659
2022-05-01
fs-verity: define a function to return the integrity protected file digest
Mimi Zohar
3
-7
/
+44
2022-04-30
Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+6
2022-04-30
io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()
Almog Khaikin
1
-1
/
+1
2022-04-30
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
1
-3
/
+11
2022-04-30
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
1
-4
/
+13
2022-04-30
io_uring: set task_work notify method at init time
Jens Axboe
1
-12
/
+11
2022-04-30
io-wq: use __set_notify_signal() to wake workers
Jens Axboe
1
-2
/
+2
2022-04-30
io_uring: serialize ctx->rings->sq_flags with atomic_or/and
Jens Axboe
1
-26
/
+10
2022-04-29
io_uring: return hint on whether more data is available after receive
Jens Axboe
1
-4
/
+15
2022-04-29
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net
Jens Axboe
4
-715
/
+1467
2022-04-29
Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+6
2022-04-29
fs: sysv: check sbi->s_firstdatazone in complete_read_super
Liu Shixin
1
-1
/
+3
2022-04-29
fat: add ratelimit to fat*_ent_bread()
OGAWA Hirofumi
1
-3
/
+4
2022-04-29
fatfs: add FAT messages to printk index
Jonathan Lassoff
2
-5
/
+18
2022-04-29
fatfs: remove redundant judgment
Yubo Feng
1
-4
/
+2
2022-04-29
pipe: make poll_usage boolean and annotate its access
Kuniyuki Iwashima
1
-1
/
+1
2022-04-29
vmcore: convert read_from_oldmem() to take an iov_iter
Matthew Wilcox (Oracle)
1
-25
/
+15
2022-04-29
vmcore: convert __read_vmcore to use an iov_iter
Matthew Wilcox (Oracle)
1
-52
/
+30
2022-04-29
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
1
-20
/
+34
2022-04-29
fs/proc/kcore.c: remove check of list iterator against head past the loop body
Jakob Koschel
1
-5
/
+9
2022-04-29
ocfs2: rewrite error handling of ocfs2_fill_super
Heming Zhao via Ocfs2-devel
1
-35
/
+32
2022-04-29
ocfs2: ocfs2_mount_volume does cleanup job before return error
Heming Zhao via Ocfs2-devel
1
-12
/
+23
2022-04-29
ocfs2: ocfs2_initialize_super does cleanup job before return error
Heming Zhao via Ocfs2-devel
1
-18
/
+41
2022-04-29
ocfs2: change return type of ocfs2_resmap_init
Heming Zhao via Ocfs2-devel
3
-15
/
+4
2022-04-29
ocfs2: fix mounting crash if journal is not alloced
Heming Zhao via Ocfs2-devel
4
-12
/
+42
2022-04-29
ocfs2: remove usage of list iterator variable after the loop body
Jakob Koschel
1
-6
/
+6
2022-04-29
ocfs2: replace usage of found with dedicated list iterator variable
Jakob Koschel
2
-16
/
+15
2022-04-29
Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-6
/
+7
2022-04-29
io_uring: check that data field is 0 in ringfd unregister
Eugene Syromiatnikov
1
-1
/
+1
2022-04-28
ksm: count ksm merging pages for each process
xu xin
1
-0
/
+22
2022-04-28
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
1
-8
/
+8
2022-04-28
dax: fix missing writeprotect the pte entry
Muchun Song
1
-87
/
+12
2022-04-28
dax: fix cache flush on PMD-mapped pages
Muchun Song
1
-1
/
+2
2022-04-28
fs/proc/task_mmu.c: remove redundant page validation of pte_page
Xianting Tian
1
-2
/
+0
2022-04-28
mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAP
Muchun Song
1
-1
/
+9
2022-04-28
io_uring: fix uninitialized field in rw io_kiocb
Joseph Ravichandran
1
-0
/
+1
2022-04-28
xfs: rename xfs_*alloc*_log_count to _block_count
Darrick J. Wong
3
-21
/
+21
2022-04-28
xfs: rewrite xfs_reflink_end_cow to use intents
Darrick J. Wong
2
-33
/
+58
2022-04-28
xfs: reduce transaction reservations with reflink
Darrick J. Wong
4
-17
/
+138
2022-04-28
xfs: reduce the absurdly large log operation count
Darrick J. Wong
3
-31
/
+76
2022-04-28
xfs: report "max_resp" used for min log size computation
Darrick J. Wong
3
-3
/
+20
2022-04-28
xfs: create shadow transaction reservations for computing minimum log size
Darrick J. Wong
2
-6
/
+21
2022-04-28
xfs: remove a __xfs_bunmapi call from reflink
Darrick J. Wong
1
-3
/
+4
2022-04-28
xfs: stop artificially limiting the length of bunmap calls
Darrick J. Wong
2
-26
/
+1
2022-04-28
xfs: count EFIs when deciding to ask for a continuation of a refcount update
Darrick J. Wong
2
-3
/
+10
[prev]
[next]