Age | Commit message (Expand) | Author | Files | Lines |
2019-10-06 | elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings | Linus Torvalds | 1 | -10/+3 |
2019-10-05 | Merge branch 'readdir' (readdir speedup and sanity checking) | Linus Torvalds | 1 | -35/+133 |
2019-10-05 | Make filldir[64]() verify the directory entry filename is valid | Linus Torvalds | 1 | -0/+40 |
2019-10-05 | Convert filldir[64]() from __put_user() to unsafe_put_user() | Linus Torvalds | 1 | -35/+93 |
2019-10-04 | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+4 |
2019-10-03 | vfs: Fix EOVERFLOW testing in put_compat_statfs64 | Eric Sandeen | 1 | -13/+4 |
2019-10-01 | io_uring: use __kernel_timespec in timeout ABI | Arnd Bergmann | 1 | -4/+4 |
2019-10-01 | erofs: fix mis-inplace determination related with noio chain | Gao Xiang | 1 | -2/+10 |
2019-10-01 | erofs: fix erofs_get_meta_page locking due to a cleanup | Gao Xiang | 1 | -3/+7 |
2019-10-01 | erofs: fix return value check in erofs_read_superblock() | Wei Yongjun | 1 | -2/+2 |
2019-09-30 | Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -18/+58 |
2019-09-29 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -10/+2 |
2019-09-29 | Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 14 | -26/+194 |
2019-09-29 | Merge branch 'entropy' | Linus Torvalds | 1 | -0/+3 |
2019-09-29 | Revert "Revert "ext4: make __ext4_get_inode_loc plug"" | Linus Torvalds | 1 | -0/+3 |
2019-09-28 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -3/+107 |
2019-09-27 | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 30 | -562/+2004 |
2019-09-27 | Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms... | Linus Torvalds | 5 | -0/+1220 |
2019-09-27 | Merge tag '9p-for-5.4' of git://github.com/martinetd/linux | Linus Torvalds | 3 | -2/+7 |
2019-09-27 | Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -11/+57 |
2019-09-27 | btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls | Qu Wenruo | 1 | -0/+3 |
2019-09-27 | btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space | Qu Wenruo | 1 | -1/+1 |
2019-09-26 | CIFS: Fix oplock handling for SMB 2.1+ protocols | Pavel Shilovsky | 1 | -0/+5 |
2019-09-26 | smb3: missing ACL related flags | Steve French | 1 | -1/+80 |
2019-09-26 | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 11 | -177/+365 |
2019-09-26 | binfmt_elf: Do not move brk for INTERP-less ET_EXEC | Kees Cook | 1 | -1/+2 |
2019-09-26 | Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 5 | -21/+17 |
2019-09-26 | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+0 |
2019-09-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 16 | -71/+37 |
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 | jffs2: Fix mounting under new mount API | David Howells | 1 | -2/+0 |
2019-09-26 | io_uring: make CQ ring wakeups be more efficient | Jens Axboe | 1 | -10/+56 |
2019-09-26 | smb3: pass mode bits into create calls | Steve French | 7 | -21/+51 |
2019-09-25 | userfaultfd: untag user pointers | Andrey Konovalov | 1 | -10/+12 |
2019-09-25 | fs/namespace: untag user pointers in copy_mount_options | Andrey Konovalov | 1 | -1/+1 |
2019-09-25 | fat: delete an unnecessary check before brelse() | Markus Elfring | 1 | -3/+1 |
2019-09-25 | fs/reiserfs/do_balan.c: remove set but not used variable | Jason Yan | 1 | -2/+1 |
2019-09-25 | fs/reiserfs/journal.c: remove set but not used variable | Jason Yan | 1 | -4/+3 |
2019-09-25 | fs/reiserfs/do_balan.c: remove set but not used variables | zhengbin | 1 | -11/+1 |
2019-09-25 | fs/reiserfs/fix_node.c: remove set but not used variables | zhengbin | 1 | -5/+1 |
2019-09-25 | fs/reiserfs/prints.c: remove set but not used variables | zhengbin | 1 | -3/+0 |
2019-09-25 | fs/reiserfs/objectid.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-25 | fs/reiserfs/lbalance.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-25 | fs/reiserfs/stree.c: remove set but not used variables | zhengbin | 1 | -4/+0 |
2019-09-25 | fs/reiserfs/journal.c: remove set but not used variables | zhengbin | 1 | -9/+1 |
2019-09-25 | fs: reiserfs: remove unnecessary check of bh in remove_from_transaction() | Jia-Ju Bai | 1 | -3/+2 |
2019-09-25 | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 16 | -335/+596 |