Age | Commit message (Expand) | Author | Files | Lines |
2019-09-25 | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 16 | -335/+596 |
2019-09-25 | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 12 | -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 | 2 | -18/+20 |
2019-09-25 | sched/membarrier: Fix p->mm->membarrier_state racy load | Mathieu Desnoyers | 1 | -1/+1 |
2019-09-25 | btrfs: Fix a regression which we can't convert to SINGLE profile | Qu Wenruo | 1 | -1/+7 |
2019-09-25 | btrfs: relocation: fix use-after-free on dead relocation roots | Qu Wenruo | 1 | -1/+8 |
2019-09-24 | smb3: Add missing reparse tags | Steve French | 1 | -0/+11 |
2019-09-24 | Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -24/+217 |
2019-09-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 28 | -283/+163 |
2019-09-24 | mm, fs: move randomize_stack_top from fs to mm | Alexandre Ghiti | 1 | -20/+0 |
2019-09-24 | mm,thp: avoid writes to file with THP in pagecache | Song Liu | 2 | -0/+11 |
2019-09-24 | mm,thp: stats for file backed THP | Song Liu | 2 | -1/+7 |
2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -4/+0 |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-09-24 | mm: introduce page_size() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-09-24 | ocfs2: fix spelling mistake "ambigous" -> "ambiguous" | Colin Ian King | 1 | -1/+1 |
2019-09-24 | ocfs2: checkpoint appending truncate log transaction before flushing | Changwei Ge | 1 | -0/+15 |
2019-09-24 | ocfs2: wait for recovering done after direct unlock request | Changwei Ge | 1 | -4/+19 |
2019-09-24 | ocfs2: delete unnecessary checks before brelse() | Markus Elfring | 2 | -7/+3 |
2019-09-24 | fs/ocfs2/dir.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-24 | fs/ocfs2/file.c: remove set but not used variables | zhengbin | 1 | -3/+0 |
2019-09-24 | fs/ocfs2/namei.c: remove set but not used variables | zhengbin | 1 | -2/+0 |
2019-09-24 | ocfs2: remove unused ocfs2_orphan_scan_exit() declaration | Guozhonghua | 1 | -2/+1 |
2019-09-24 | ocfs2: remove unused ocfs2_calc_tree_trunc_credits() | Guozhonghua | 1 | -28/+0 |
2019-09-24 | ocfs2: further debugfs cleanups | Greg Kroah-Hartman | 9 | -180/+61 |
2019-09-24 | jbd2: remove jbd2_journal_inode_add_[write|wait] | Joseph Qi | 2 | -14/+0 |
2019-09-24 | ocfs2: use jbd2_inode dirty range scoping | Joseph Qi | 4 | -11/+28 |
2019-09-24 | fat: work around race with userspace's read via blockdev while mounting | OGAWA Hirofumi | 2 | -2/+14 |
2019-09-24 | pNFS/filelayout: enable LAYOUTGET on OPEN | Olga Kornievskaia | 1 | -0/+1 |
2019-09-24 | NFS: Optimise the default readahead size | Trond Myklebust | 2 | -9/+8 |
2019-09-24 | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 4 | -459/+380 |
2019-09-24 | xfs: avoid unused to_mp() function warning | Austin Kim | 1 | -13/+0 |
2019-09-24 | xfs: log proper length of superblock | Eric Sandeen | 1 | -1/+1 |
2019-09-24 | Btrfs: fix race setting up and completing qgroup rescan workers | Filipe Manana | 1 | -14/+19 |
2019-09-24 | fuse: Make fuse_args_to_req static | YueHaibing | 1 | -1/+1 |
2019-09-24 | fuse: fix memleak in cuse_channel_open | zhengbin | 1 | -0/+1 |
2019-09-24 | fuse: fix beyond-end-of-page access in fuse_parse_cache() | Tejun Heo | 1 | -1/+3 |
2019-09-24 | fuse: unexport fuse_put_request | Arnd Bergmann | 1 | -1/+0 |
2019-09-24 | fuse: kmemcg account fs data | Khazhismel Kumykov | 3 | -4/+6 |
2019-09-24 | fuse: on 64-bit store time in d_fsdata directly | Khazhismel Kumykov | 1 | -6/+30 |
2019-09-24 | fuse: fix missing unlock_page in fuse_writepage() | Vasily Averin | 1 | -0/+1 |
2019-09-24 | io_uring: compare cached_cq_tail with cq.head in_io_uring_poll | yangerkun | 1 | -1/+1 |
2019-09-24 | Btrfs: fix missing error return if writeback for extent buffer never started | Filipe Manana | 1 | -0/+4 |
2019-09-24 | btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer | Dennis Zhou | 1 | -0/+9 |
2019-09-24 | Btrfs: fix selftests failure due to uninitialized i_mode in test inodes | Filipe Manana | 1 | -1/+7 |
2019-09-23 | CIFS: fix max ea value size | Murphy Zhou | 1 | -1/+1 |
2019-09-23 | fs/cifs/sess.c: Remove set but not used variable 'capabilities' | zhengbin | 1 | -2/+1 |
2019-09-23 | fs/cifs/smb2pdu.c: Make SMB2_notify_init static | zhengbin | 1 | -1/+1 |
2019-09-23 | smb3: fix leak in "open on server" perf counter | Steve French | 2 | -0/+6 |
2019-09-23 | nfsd: fix nfs read eof detection | Trond Myklebust | 6 | -50/+41 |