Age | Commit message (Expand) | Author |
2017-06-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-06-11 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-06-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-06-10 | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-06-10 | ufs: we need to sync inode before freeing it | Al Viro |
2017-06-09 | excessive checks in ufs_write_failed() and ufs_evict_inode() | Al Viro |
2017-06-09 | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path | Al Viro |
2017-06-09 | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() | Al Viro |
2017-06-09 | ufs: set correct ->s_maxsize | Al Viro |
2017-06-09 | ufs: restore maintaining ->i_blocks | Al Viro |
2017-06-09 | fix ufs_isblockset() | Al Viro |
2017-06-09 | ufs: restore proper tail allocation | Al Viro |
2017-06-09 | Btrfs: fix delalloc accounting leak caused by u32 overflow | Omar Sandoval |
2017-06-09 | Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io | Liu Bo |
2017-06-09 | btrfs: tree-log.c: Wrong printk information about namelen | Su Yue |
2017-06-08 | crypto: Work around deallocated stack frame reference gcc bug on sparc. | David Miller |
2017-06-04 | fs/ufs: Set UFS default maximum bytes per file | Richard Narron |
2017-06-04 | Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2017-06-03 | nfs: Mark unnecessarily extern functions as static | Jan Kara |
2017-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-06-02 | dax: fix race between colliding PMD & PTE entries | Ross Zwisler |
2017-06-02 | Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2017-06-01 | Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-06-01 | Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-06-01 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2017-06-01 | btrfs: fix race with relocation recovery and fs_root setup | Jeff Mahoney |
2017-06-01 | btrfs: fix memory leak in update_space_info failure path | Jeff Mahoney |
2017-06-01 | btrfs: use correct types for page indices in btrfs_page_exists_in_range | David Sterba |
2017-05-31 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-05-31 | xfs: use ->b_state to fix buffer I/O accounting release race | Brian Foster |
2017-05-30 | "Yes, people use FOLL_FORCE ;)" | Linus Torvalds |
2017-05-29 | ext4: fix fdatasync(2) after extent manipulation operations | Jan Kara |
2017-05-29 | ovl: filter trusted xattr for non-admin | Miklos Szeredi |
2017-05-29 | ovl: mark upper merge dir with type origin entries "impure" | Amir Goldstein |
2017-05-28 | ocfs2: Use ERR_CAST() to avoid cross-structure cast | Kees Cook |
2017-05-28 | ntfs: Use ERR_CAST() to avoid cross-structure cast | Kees Cook |
2017-05-28 | NFS: Use ERR_CAST() to avoid cross-structure cast | Kees Cook |
2017-05-26 | ext4: fix data corruption for mmap writes | Jan Kara |
2017-05-26 | ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO | Jan Kara |
2017-05-26 | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2017-05-25 | xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo... | Jan Kara |
2017-05-25 | xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() | Jan Kara |
2017-05-25 | xfs: Fix missed holes in SEEK_HOLE implementation | Jan Kara |
2017-05-25 | xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() | Eryu Guan |
2017-05-25 | xfs: fix unaligned access in xfs_btree_visit_blocks | Eric Sandeen |
2017-05-24 | ext4: fix quota charging for shared xattr blocks | Tahsin Erdogan |
2017-05-24 | ext4: remove redundant check for encrypted file on dio write path | Eric Biggers |
2017-05-24 | ext4: remove unused d_name argument from ext4_search_dir() et al. | Eric Biggers |
2017-05-24 | ext4: fix off-by-one error when writing back pages before dio read | Eric Biggers |
2017-05-24 | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() | Eryu Guan |