Age | Commit message (Expand) | Author | Files | Lines |
2019-09-26 | ntfs: remove (un)?likely() from IS_ERR() conditions | Denis Efremov | 4 | -9/+9 |
2019-09-26 | xfs: remove unlikely() from WARN_ON() condition | Denis Efremov | 1 | -2/+2 |
2019-09-26 | fs: remove unlikely() from WARN_ON() condition | Denis Efremov | 1 | -1/+1 |
2019-09-26 | userfaultfd: untag user pointers | Andrey Konovalov | 1 | -10/+12 |
2019-09-26 | fs/namespace: untag user pointers in copy_mount_options | Andrey Konovalov | 1 | -1/+1 |
2019-09-26 | fat: delete an unnecessary check before brelse() | Markus Elfring | 1 | -3/+1 |
2019-09-26 | fs/reiserfs/do_balan.c: remove set but not used variable | Jason Yan | 1 | -2/+1 |
2019-09-26 | fs/reiserfs/journal.c: remove set but not used variable | Jason Yan | 1 | -4/+3 |
2019-09-26 | fs/reiserfs/do_balan.c: remove set but not used variables | zhengbin | 1 | -11/+1 |
2019-09-26 | fs/reiserfs/fix_node.c: remove set but not used variables | zhengbin | 1 | -5/+1 |
2019-09-26 | fs/reiserfs/prints.c: remove set but not used variables | zhengbin | 1 | -3/+0 |
2019-09-26 | fs/reiserfs/objectid.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-26 | fs/reiserfs/lbalance.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-26 | fs/reiserfs/stree.c: remove set but not used variables | zhengbin | 1 | -4/+0 |
2019-09-26 | fs/reiserfs/journal.c: remove set but not used variables | zhengbin | 1 | -9/+1 |
2019-09-26 | fs: reiserfs: remove unnecessary check of bh in remove_from_transaction() | Jia-Ju Bai | 1 | -3/+2 |
2019-09-25 | Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -24/+217 |
2019-09-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 28 | -283/+163 |
2019-09-25 | mm, fs: move randomize_stack_top from fs to mm | Alexandre Ghiti | 1 | -20/+0 |
2019-09-25 | mm,thp: avoid writes to file with THP in pagecache | Song Liu | 2 | -0/+11 |
2019-09-25 | mm,thp: stats for file backed THP | Song Liu | 2 | -1/+7 |
2019-09-25 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -4/+0 |
2019-09-25 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-09-25 | mm: introduce page_size() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-09-25 | ocfs2: fix spelling mistake "ambigous" -> "ambiguous" | Colin Ian King | 1 | -1/+1 |
2019-09-25 | ocfs2: checkpoint appending truncate log transaction before flushing | Changwei Ge | 1 | -0/+15 |
2019-09-25 | ocfs2: wait for recovering done after direct unlock request | Changwei Ge | 1 | -4/+19 |
2019-09-25 | ocfs2: delete unnecessary checks before brelse() | Markus Elfring | 2 | -7/+3 |
2019-09-25 | fs/ocfs2/dir.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-25 | fs/ocfs2/file.c: remove set but not used variables | zhengbin | 1 | -3/+0 |
2019-09-25 | fs/ocfs2/namei.c: remove set but not used variables | zhengbin | 1 | -2/+0 |
2019-09-25 | ocfs2: remove unused ocfs2_orphan_scan_exit() declaration | Guozhonghua | 1 | -2/+1 |
2019-09-25 | ocfs2: remove unused ocfs2_calc_tree_trunc_credits() | Guozhonghua | 1 | -28/+0 |
2019-09-25 | ocfs2: further debugfs cleanups | Greg Kroah-Hartman | 9 | -180/+61 |
2019-09-25 | jbd2: remove jbd2_journal_inode_add_[write|wait] | Joseph Qi | 2 | -14/+0 |
2019-09-25 | ocfs2: use jbd2_inode dirty range scoping | Joseph Qi | 4 | -11/+28 |
2019-09-25 | fat: work around race with userspace's read via blockdev while mounting | OGAWA Hirofumi | 2 | -2/+14 |
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-23 | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -7/+41 |
2019-09-23 | io_uring: correctly handle non ->{read,write}_iter() file_operations | Jens Axboe | 1 | -6/+54 |
2019-09-22 | Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 16 | -207/+264 |
2019-09-22 | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 17 | -203/+839 |
2019-09-21 | Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 12 | -135/+248 |
2019-09-21 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 17 | -281/+837 |
2019-09-21 | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -43/+25 |
2019-09-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -4/+6 |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -38/+42 |
2019-09-20 | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -4/+4 |
2019-09-19 | Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 5 | -254/+170 |
2019-09-19 | Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 27 | -319/+1120 |