Age | Commit message (Expand) | Author | Files | Lines |
2018-08-21 | devpts: Convert to new IDA API | Matthew Wilcox | 1 | -34/+13 |
2018-08-21 | fs: Convert namespace IDAs to new API | Matthew Wilcox | 1 | -38/+12 |
2018-08-21 | fs: Convert unnamed_dev_ida to new API | Matthew Wilcox | 1 | -43/+24 |
2018-08-12 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -9/+32 |
2018-08-09 | make sure that __dentry_kill() always invalidates d_seq, unhashed or not | Al Viro | 1 | -5/+2 |
2018-08-09 | fix __legitimize_mnt()/mntput() race | Al Viro | 1 | -0/+14 |
2018-08-09 | fix mntput/mntput race | Al Viro | 1 | -2/+12 |
2018-08-06 | root dentries need RCU-delayed freeing | Al Viro | 1 | -2/+4 |
2018-08-04 | Merge tag 'usercopy-fix-v4.18-rc8' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -2/+9 |
2018-08-04 | Merge tag 'xfs-4.18-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2018-08-04 | jfs: Fix usercopy whitelist for inline inode data | Kees Cook | 3 | -2/+9 |
2018-08-03 | Merge tag 'nfs-for-4.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -13/+13 |
2018-08-02 | userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails | Mike Rapoport | 1 | -1/+3 |
2018-08-02 | fs: fix iomap_bmap position calculation | Eric Sandeen | 1 | -1/+1 |
2018-08-02 | Squashfs: Compute expected length from inode size rather than block length | Phillip Lougher | 4 | -23/+24 |
2018-08-02 | squashfs: more metadata hardening | Linus Torvalds | 3 | -6/+13 |
2018-08-01 | NFSv4: Fix _nfs4_do_setlk() | Trond Myklebust | 1 | -13/+13 |
2018-08-01 | squashfs metadata 2: electric boogaloo | Linus Torvalds | 3 | -14/+20 |
2018-07-30 | squashfs: more metadata hardening | Linus Torvalds | 1 | -0/+2 |
2018-07-29 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -33/+35 |
2018-07-29 | squashfs: be more careful about metadata corruption | Linus Torvalds | 4 | -5/+16 |
2018-07-29 | ext4: fix check to prevent initializing reserved inodes | Theodore Ts'o | 2 | -8/+5 |
2018-07-27 | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+5 |
2018-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -0/+3 |
2018-07-27 | Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -4/+7 |
2018-07-26 | mm: fix vma_is_anonymous() false-positives | Kirill A. Shutemov | 1 | -0/+1 |
2018-07-26 | mm: use vma_init() to initialize VMAs on stack and data segments | Kirill A. Shutemov | 1 | -0/+2 |
2018-07-26 | blkdev: __blkdev_direct_IO_simple: fix leak in error case | Martin Wilck | 1 | -4/+5 |
2018-07-25 | Merge tag 'fscache-fixes-20180725' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -14/+25 |
2018-07-25 | cachefiles: Wait rather than BUG'ing on "Unexpected object collision" | Kiran Kumar Modukuri | 1 | -1/+0 |
2018-07-25 | cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag | Kiran Kumar Modukuri | 1 | -1/+1 |
2018-07-25 | fscache: Fix reference overput in fscache_attach_object() error handling | Kiran Kumar Modukuri | 4 | -5/+8 |
2018-07-25 | cachefiles: Fix refcounting bug in backing-file read monitoring | Kiran Kumar Modukuri | 1 | -5/+12 |
2018-07-25 | fscache: Allow cancelled operations to be enqueued | Kiran Kumar Modukuri | 1 | -2/+4 |
2018-07-24 | xfs: properly handle free inodes in extent hint validators | Eric Sandeen | 1 | -2/+4 |
2018-07-22 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -1/+5 |
2018-07-21 | Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+5 |
2018-07-21 | mm: make vm_area_alloc() initialize core fields | Linus Torvalds | 1 | -3/+1 |
2018-07-21 | mm: use helper functions for allocating and freeing vm_area structs | Linus Torvalds | 1 | -2/+2 |
2018-07-21 | fat: fix memory allocation failure handling of match_strdup() | OGAWA Hirofumi | 1 | -7/+13 |
2018-07-19 | Btrfs: fix file data corruption after cloning a range and fsync | Filipe Manana | 1 | -2/+5 |
2018-07-18 | Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -8/+13 |
2018-07-17 | aio: don't expose __aio_sigset in uapi | Christoph Hellwig | 1 | -0/+5 |
2018-07-17 | btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block() | Qu Wenruo | 1 | -8/+9 |
2018-07-14 | reiserfs: fix buffer overflow with long warning messages | Eric Biggers | 1 | -60/+81 |
2018-07-14 | fs, elf: make sure to page align bss in load_elf_library | Oscar Salvador | 1 | -3/+2 |
2018-07-14 | autofs: fix slab out of bounds read in getname_kernel() | Tomas Bortoli | 1 | -9/+13 |
2018-07-14 | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* | Vlastimil Babka | 1 | -1/+2 |
2018-07-13 | btrfs: fix use-after-free of cmp workspace pages | Naohiro Aota | 1 | -0/+2 |
2018-07-13 | btrfs: restore uuid_mutex in btrfs_open_devices | David Sterba | 1 | -0/+2 |