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
*
fat: delete an unnecessary check before brelse()
Markus Elfring
2019-09-26
1
-3
/
+1
*
fs/reiserfs/do_balan.c: remove set but not used variable
Jason Yan
2019-09-26
1
-2
/
+1
*
fs/reiserfs/journal.c: remove set but not used variable
Jason Yan
2019-09-26
1
-4
/
+3
*
fs/reiserfs/do_balan.c: remove set but not used variables
zhengbin
2019-09-26
1
-11
/
+1
*
fs/reiserfs/fix_node.c: remove set but not used variables
zhengbin
2019-09-26
1
-5
/
+1
*
fs/reiserfs/prints.c: remove set but not used variables
zhengbin
2019-09-26
1
-3
/
+0
*
fs/reiserfs/objectid.c: remove set but not used variables
zhengbin
2019-09-26
1
-2
/
+1
*
fs/reiserfs/lbalance.c: remove set but not used variables
zhengbin
2019-09-26
1
-2
/
+1
*
fs/reiserfs/stree.c: remove set but not used variables
zhengbin
2019-09-26
1
-4
/
+0
*
fs/reiserfs/journal.c: remove set but not used variables
zhengbin
2019-09-26
1
-9
/
+1
*
fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()
Jia-Ju Bai
2019-09-26
1
-3
/
+2
*
Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-25
1
-24
/
+217
|
\
|
*
io_uring: correctly handle non ->{read,write}_iter() file_operations
Jens Axboe
2019-09-23
1
-6
/
+54
|
*
io_uring: IORING_OP_TIMEOUT support
Jens Axboe
2019-09-18
1
-5
/
+144
|
*
io_uring: use cond_resched() in sqthread
Jens Axboe
2019-09-19
1
-1
/
+1
|
*
io_uring: fix potential crash issue due to io_get_req failure
Jackie Liu
2019-09-18
1
-0
/
+6
|
*
io_uring: ensure poll commands clear ->sqe
Jens Axboe
2019-09-18
1
-9
/
+9
|
*
io_uring: fix use-after-free of shadow_req
Jackie Liu
2019-09-18
1
-0
/
+2
|
*
io_uring: use kmemdup instead of kmalloc and memcpy
Jackie Liu
2019-09-18
1
-3
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-09-25
28
-283
/
+163
|
\
\
|
*
|
mm, fs: move randomize_stack_top from fs to mm
Alexandre Ghiti
2019-09-25
1
-20
/
+0
|
*
|
mm,thp: avoid writes to file with THP in pagecache
Song Liu
2019-09-25
2
-0
/
+11
|
*
|
mm,thp: stats for file backed THP
Song Liu
2019-09-25
2
-1
/
+7
|
*
|
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-25
1
-4
/
+0
|
*
|
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
2019-09-25
1
-1
/
+1
|
*
|
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-25
1
-1
/
+1
|
*
|
ocfs2: fix spelling mistake "ambigous" -> "ambiguous"
Colin Ian King
2019-09-25
1
-1
/
+1
|
*
|
ocfs2: checkpoint appending truncate log transaction before flushing
Changwei Ge
2019-09-25
1
-0
/
+15
|
*
|
ocfs2: wait for recovering done after direct unlock request
Changwei Ge
2019-09-25
1
-4
/
+19
|
*
|
ocfs2: delete unnecessary checks before brelse()
Markus Elfring
2019-09-25
2
-7
/
+3
|
*
|
fs/ocfs2/dir.c: remove set but not used variables
zhengbin
2019-09-25
1
-2
/
+1
|
*
|
fs/ocfs2/file.c: remove set but not used variables
zhengbin
2019-09-25
1
-3
/
+0
|
*
|
fs/ocfs2/namei.c: remove set but not used variables
zhengbin
2019-09-25
1
-2
/
+0
|
*
|
ocfs2: remove unused ocfs2_orphan_scan_exit() declaration
Guozhonghua
2019-09-25
1
-2
/
+1
|
*
|
ocfs2: remove unused ocfs2_calc_tree_trunc_credits()
Guozhonghua
2019-09-25
1
-28
/
+0
|
*
|
ocfs2: further debugfs cleanups
Greg Kroah-Hartman
2019-09-25
9
-180
/
+61
|
*
|
jbd2: remove jbd2_journal_inode_add_[write|wait]
Joseph Qi
2019-09-25
2
-14
/
+0
|
*
|
ocfs2: use jbd2_inode dirty range scoping
Joseph Qi
2019-09-25
4
-11
/
+28
|
*
|
fat: work around race with userspace's read via blockdev while mounting
OGAWA Hirofumi
2019-09-25
2
-2
/
+14
*
|
|
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-09-24
4
-459
/
+380
|
\
\
\
|
*
|
|
gfs2: Convert gfs2 to fs_context
Andrew Price
2019-09-19
4
-459
/
+380
*
|
|
|
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-09-23
3
-7
/
+41
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
fanotify, inotify, dnotify, security: add security hook for fs notifications
Aaron Goidel
2019-08-12
3
-7
/
+41
*
|
|
|
Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2019-09-21
16
-207
/
+264
|
\
\
\
\
|
*
|
|
|
gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps
Bob Peterson
2019-09-17
1
-0
/
+1
|
*
|
|
|
gfs2: Improve mmap write vs. truncate consistency
Andreas Gruenbacher
2019-09-06
1
-1
/
+1
|
*
|
|
|
gfs2: Use async glocks for rename
Bob Peterson
2019-09-04
5
-13
/
+123
|
*
|
|
|
gfs2: create function gfs2_glock_update_hold_time
Andreas Gruenbacher
2019-09-04
1
-6
/
+13
|
*
|
|
|
gfs2: separate holder for rgrps in gfs2_rename
Bob Peterson
2019-09-04
1
-8
/
+21
|
*
|
|
|
gfs2: Delete an unnecessary check before brelse()
Markus Elfring
2019-09-04
2
-4
/
+2
[next]