index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
iomap: Change calling convention for zeroing
Matthew Wilcox (Oracle)
2020-09-21
2
-25
/
+21
|
*
|
|
iomap: Convert iomap_write_end types
Matthew Wilcox (Oracle)
2020-09-21
1
-19
/
+12
|
*
|
|
iomap: Convert write_count to write_bytes_pending
Matthew Wilcox (Oracle)
2020-09-21
1
-9
/
+10
|
*
|
|
iomap: Convert read_count to read_bytes_pending
Matthew Wilcox (Oracle)
2020-09-21
1
-29
/
+12
|
*
|
|
iomap: Support arbitrarily many blocks per page
Matthew Wilcox (Oracle)
2020-09-21
1
-5
/
+17
|
*
|
|
iomap: Use bitmap ops to set uptodate bits
Matthew Wilcox (Oracle)
2020-09-21
1
-10
/
+2
|
*
|
|
iomap: Use kzalloc to allocate iomap_page
Matthew Wilcox (Oracle)
2020-09-21
1
-9
/
+1
|
*
|
|
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
2020-09-21
3
-6
/
+6
|
*
|
|
iomap: Fix misplaced page flushing
Matthew Wilcox (Oracle)
2020-09-21
1
-2
/
+1
|
*
|
|
iomap: Use round_down/round_up macros in __iomap_write_begin
Nikolay Borisov
2020-09-21
1
-2
/
+2
|
*
|
|
iomap: Mark read blocks uptodate in write_begin
Matthew Wilcox (Oracle)
2020-09-10
1
-8
/
+6
|
*
|
|
iomap: Clear page error before beginning a write
Matthew Wilcox (Oracle)
2020-09-10
1
-0
/
+1
|
*
|
|
iomap: Fix direct I/O write consistency check
Andreas Gruenbacher
2020-09-10
1
-1
/
+1
|
*
|
|
iomap: fix WARN_ON_ONCE() from unprivileged users
Qian Cai
2020-09-10
1
-0
/
+10
|
|
/
/
*
|
|
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2020-10-14
1
-2
/
+1
*
|
|
mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
Chinwen Chang
2020-10-14
1
-1
/
+65
*
|
|
mm: smaps*: extend smap_gather_stats to support specified beginning
Chinwen Chang
2020-10-14
1
-8
/
+22
*
|
|
proc: optimise smaps for shmem entries
Matthew Wilcox (Oracle)
2020-10-14
1
-7
/
+1
*
|
|
fs_parse: mark fs_param_bad_value() as static
Luo Jiaxing
2020-10-14
1
-1
/
+1
*
|
|
fs/xattr.c: fix kernel-doc warnings for setxattr & removexattr
Randy Dunlap
2020-10-14
1
-11
/
+11
*
|
|
ocfs2: fix potential soft lockup during fstrim
Gang He
2020-10-14
1
-1
/
+3
*
|
|
ocfs2: delete repeated words in comments
Randy Dunlap
2020-10-14
2
-2
/
+2
*
|
|
ntfs: add check for mft record size in superblock
Rustam Kovhaev
2020-10-14
1
-0
/
+6
*
|
|
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
5
-873
/
+1520
|
\
\
\
|
*
|
|
io_uring: keep a pointer ref_node in file_data
Pavel Begunkov
2020-10-10
1
-8
/
+6
|
*
|
|
io_uring: refactor *files_register()'s error paths
Pavel Begunkov
2020-10-10
1
-46
/
+32
|
*
|
|
io_uring: clean file_data access in files_register
Pavel Begunkov
2020-10-10
1
-36
/
+33
|
*
|
|
io_uring: don't delay io_init_req() error check
Pavel Begunkov
2020-10-10
1
-2
/
+1
|
*
|
|
io_uring: clean leftovers after splitting issue
Pavel Begunkov
2020-10-10
1
-8
/
+6
|
*
|
|
io_uring: remove timeout.list after hrtimer cancel
Pavel Begunkov
2020-10-10
1
-9
/
+2
|
*
|
|
io_uring: use a separate struct for timeout_remove
Pavel Begunkov
2020-10-10
1
-9
/
+9
|
*
|
|
io_uring: improve submit_state.ios_left accounting
Pavel Begunkov
2020-10-10
1
-5
/
+5
|
*
|
|
io_uring: simplify io_file_get()
Pavel Begunkov
2020-10-10
1
-16
/
+14
|
*
|
|
io_uring: kill extra check in fixed io_file_get()
Pavel Begunkov
2020-10-10
1
-2
/
+1
|
*
|
|
io_uring: clean up ->files grabbing
Pavel Begunkov
2020-10-10
1
-39
/
+13
|
*
|
|
io_uring: don't io_prep_async_work() linked reqs
Pavel Begunkov
2020-10-10
1
-3
/
+0
|
*
|
|
io_uring: Convert advanced XArray uses to the normal API
Matthew Wilcox (Oracle)
2020-10-09
1
-12
/
+2
|
*
|
|
io_uring: Fix XArray usage in io_uring_add_task_file
Matthew Wilcox (Oracle)
2020-10-09
1
-12
/
+9
|
*
|
|
io_uring: Fix use of XArray in __io_uring_files_cancel
Matthew Wilcox (Oracle)
2020-10-09
1
-14
/
+5
|
*
|
|
io_uring: fix break condition for __io_uring_register() waiting
Jens Axboe
2020-10-09
1
-3
/
+3
|
*
|
|
io_uring: no need to call xa_destroy() on empty xarray
Jens Axboe
2020-10-08
1
-1
/
+0
|
*
|
|
io_uring: batch account ->req_issue and task struct references
Jens Axboe
2020-10-07
1
-2
/
+5
|
*
|
|
io_uring: kill callback_head argument for io_req_task_work_add()
Jens Axboe
2020-10-01
1
-6
/
+5
|
*
|
|
io_uring: move req preps out of io_issue_sqe()
Pavel Begunkov
2020-10-01
1
-17
/
+13
|
*
|
|
io_uring: decouple issuing and req preparation
Pavel Begunkov
2020-10-01
1
-206
/
+57
|
*
|
|
io_uring: remove nonblock arg from io_{rw}_prep()
Pavel Begunkov
2020-10-01
1
-13
/
+10
|
*
|
|
io_uring: set/clear IOCB_NOWAIT into io_read/write
Pavel Begunkov
2020-10-01
1
-8
/
+9
|
*
|
|
io_uring: remove F_NEED_CLEANUP check in *prep()
Pavel Begunkov
2020-10-01
1
-16
/
+2
|
*
|
|
io_uring: io_kiocb_ppos() style change
Pavel Begunkov
2020-10-01
1
-1
/
+1
|
*
|
|
io_uring: simplify io_alloc_req()
Pavel Begunkov
2020-10-01
1
-9
/
+4
[prev]
[next]