index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2019-09-25
fs/reiserfs/fix_node.c: remove set but not used variables
zhengbin
-5
/
+1
2019-09-25
fs/reiserfs/prints.c: remove set but not used variables
zhengbin
-3
/
+0
2019-09-25
fs/reiserfs/objectid.c: remove set but not used variables
zhengbin
-2
/
+1
2019-09-25
fs/reiserfs/lbalance.c: remove set but not used variables
zhengbin
-2
/
+1
2019-09-25
fs/reiserfs/stree.c: remove set but not used variables
zhengbin
-4
/
+0
2019-09-25
fs/reiserfs/journal.c: remove set but not used variables
zhengbin
-9
/
+1
2019-09-25
fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()
Jia-Ju Bai
-3
/
+2
2019-09-25
Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
-335
/
+596
2019-09-25
Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1613
/
+1726
2019-09-25
Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-18
/
+20
2019-09-25
sched/membarrier: Fix p->mm->membarrier_state racy load
Mathieu Desnoyers
-1
/
+1
2019-09-25
btrfs: Fix a regression which we can't convert to SINGLE profile
Qu Wenruo
-1
/
+7
2019-09-25
btrfs: relocation: fix use-after-free on dead relocation roots
Qu Wenruo
-1
/
+8
2019-09-24
smb3: Add missing reparse tags
Steve French
-0
/
+11
2019-09-24
Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block
Linus Torvalds
-24
/
+217
2019-09-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-283
/
+163
2019-09-24
mm, fs: move randomize_stack_top from fs to mm
Alexandre Ghiti
-20
/
+0
2019-09-24
mm,thp: avoid writes to file with THP in pagecache
Song Liu
-0
/
+11
2019-09-24
mm,thp: stats for file backed THP
Song Liu
-1
/
+7
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
-4
/
+0
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
-1
/
+1
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
-1
/
+1
2019-09-24
ocfs2: fix spelling mistake "ambigous" -> "ambiguous"
Colin Ian King
-1
/
+1
2019-09-24
ocfs2: checkpoint appending truncate log transaction before flushing
Changwei Ge
-0
/
+15
2019-09-24
ocfs2: wait for recovering done after direct unlock request
Changwei Ge
-4
/
+19
2019-09-24
ocfs2: delete unnecessary checks before brelse()
Markus Elfring
-7
/
+3
2019-09-24
fs/ocfs2/dir.c: remove set but not used variables
zhengbin
-2
/
+1
2019-09-24
fs/ocfs2/file.c: remove set but not used variables
zhengbin
-3
/
+0
2019-09-24
fs/ocfs2/namei.c: remove set but not used variables
zhengbin
-2
/
+0
2019-09-24
ocfs2: remove unused ocfs2_orphan_scan_exit() declaration
Guozhonghua
-2
/
+1
2019-09-24
ocfs2: remove unused ocfs2_calc_tree_trunc_credits()
Guozhonghua
-28
/
+0
2019-09-24
ocfs2: further debugfs cleanups
Greg Kroah-Hartman
-180
/
+61
2019-09-24
jbd2: remove jbd2_journal_inode_add_[write|wait]
Joseph Qi
-14
/
+0
2019-09-24
ocfs2: use jbd2_inode dirty range scoping
Joseph Qi
-11
/
+28
2019-09-24
fat: work around race with userspace's read via blockdev while mounting
OGAWA Hirofumi
-2
/
+14
2019-09-24
pNFS/filelayout: enable LAYOUTGET on OPEN
Olga Kornievskaia
-0
/
+1
2019-09-24
NFS: Optimise the default readahead size
Trond Myklebust
-9
/
+8
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-459
/
+380
2019-09-24
xfs: avoid unused to_mp() function warning
Austin Kim
-13
/
+0
2019-09-24
xfs: log proper length of superblock
Eric Sandeen
-1
/
+1
2019-09-24
Btrfs: fix race setting up and completing qgroup rescan workers
Filipe Manana
-14
/
+19
2019-09-24
fuse: Make fuse_args_to_req static
YueHaibing
-1
/
+1
2019-09-24
fuse: fix memleak in cuse_channel_open
zhengbin
-0
/
+1
2019-09-24
fuse: fix beyond-end-of-page access in fuse_parse_cache()
Tejun Heo
-1
/
+3
2019-09-24
fuse: unexport fuse_put_request
Arnd Bergmann
-1
/
+0
2019-09-24
fuse: kmemcg account fs data
Khazhismel Kumykov
-4
/
+6
2019-09-24
fuse: on 64-bit store time in d_fsdata directly
Khazhismel Kumykov
-6
/
+30
2019-09-24
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
-0
/
+1
2019-09-24
io_uring: compare cached_cq_tail with cq.head in_io_uring_poll
yangerkun
-1
/
+1
2019-09-24
Btrfs: fix missing error return if writeback for extent buffer never started
Filipe Manana
-0
/
+4
[prev]
[next]