Age | Commit message (Expand) | Author | Files | Lines |
2019-05-12 | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2019-05-12 | unicode: update to Unicode 12.1.0 final | Theodore Ts'o | 1 | -21/+7 |
2019-05-12 | unicode: add missing check for an error return from utf8lookup() | Theodore Ts'o | 1 | -0/+2 |
2019-05-12 | ext4: fix miscellaneous sparse warnings | Theodore Ts'o | 3 | -3/+3 |
2019-05-10 | ext4: unsigned int compared against zero | Colin Ian King | 1 | -1/+2 |
2019-05-10 | ext4: fix use-after-free in dx_release() | Sahitya Tummala | 1 | -1/+4 |
2019-05-10 | ext4: fix data corruption caused by overlapping unaligned and aligned IO | Lukas Czerner | 1 | -0/+7 |
2019-05-10 | jbd2: fix potential double free | Chengguang Xu | 3 | -33/+56 |
2019-05-10 | ext4: zero out the unused memory region in the extent tree block | Sriram Rajagopalan | 1 | -2/+15 |
2019-05-09 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+1 |
2019-05-09 | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 32 | -271/+523 |
2019-05-09 | NFS: Fix a double unlock from nfs_match,get_client | Benjamin Coddington | 1 | -1/+1 |
2019-05-09 | nfs: pass the correct prototype to read_cache_page | Christoph Hellwig | 2 | -6/+8 |
2019-05-09 | NFSv4: don't mark all open state for recovery when handling recallable state ... | Scott Mayhew | 3 | -2/+14 |
2019-05-09 | NFS4: Fix v4.0 client state corruption when mount | ZhangXiaoxu | 1 | -0/+4 |
2019-05-09 | PNFS fallback to MDS if no deviceid found | Olga Kornievskaia | 1 | -1/+1 |
2019-05-09 | smb3: trivial cleanup to smb2ops.c | Steve French | 1 | -1/+1 |
2019-05-09 | cifs: cleanup smb2ops.c and normalize strings | Christoph Probst | 1 | -22/+22 |
2019-05-09 | smb3: display session id in debug data | Steve French | 1 | -0/+2 |
2019-05-09 | f2fs: fix to avoid accessing xattr across the boundary | Randall Huang | 2 | -9/+29 |
2019-05-09 | Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -490/+1300 |
2019-05-09 | fsnotify: fix unlink performance regression | Amir Goldstein | 1 | -0/+41 |
2019-05-09 | do_move_mount(): fix an unsafe use of is_anon_ns() | Al Viro | 1 | -1/+1 |
2019-05-08 | f2fs: fix to avoid potential race on sbi->unusable_block_count access/update | Chao Yu | 3 | -1/+14 |
2019-05-08 | f2fs: add tracepoint for f2fs_filemap_fault() | Chao Yu | 1 | -0/+2 |
2019-05-08 | f2fs: introduce DATA_GENERIC_ENHANCE | Chao Yu | 10 | -51/+134 |
2019-05-08 | f2fs: fix to handle error in f2fs_disable_checkpoint() | Chao Yu | 1 | -1/+4 |
2019-05-08 | f2fs: remove redundant check in f2fs_file_write_iter() | Chengguang Xu | 1 | -13/+9 |
2019-05-08 | f2fs: fix to be aware of readonly device in write_checkpoint() | Chao Yu | 1 | -4/+3 |
2019-05-08 | f2fs: fix to skip recovery on readonly device | Chao Yu | 2 | -4/+17 |
2019-05-08 | f2fs: fix to consider multiple device for readonly check | Chao Yu | 2 | -1/+15 |
2019-05-08 | f2fs: relocate chksum_offset for large_nat_bitmap feature | Chao Yu | 2 | -1/+16 |
2019-05-08 | f2fs: allow unfixed f2fs_checkpoint.checksum_offset | Chao Yu | 1 | -6/+21 |
2019-05-08 | f2fs: Replace spaces with tab | Youngjun Yoo | 1 | -1/+1 |
2019-05-08 | f2fs: insert space before the open parenthesis '(' | Youngjun Yoo | 1 | -1/+1 |
2019-05-08 | f2fs: allow address pointer number of dnode aligning to specified size | Chao Yu | 5 | -11/+19 |
2019-05-08 | f2fs: introduce f2fs_read_single_page() for cleanup | Chao Yu | 1 | -96/+118 |
2019-05-08 | f2fs: mark is_extension_exist() inline | Park Ju Hyung | 1 | -1/+1 |
2019-05-08 | f2fs: fix to set FI_UPDATE_WRITE correctly | Chao Yu | 1 | -1/+2 |
2019-05-08 | f2fs: fix to avoid panic in f2fs_inplace_write_data() | Chao Yu | 1 | -2/+7 |
2019-05-08 | f2fs: fix to do sanity check on valid block count of segment | Chao Yu | 1 | -2/+1 |
2019-05-08 | f2fs: fix to do sanity check on valid node/block count | Chao Yu | 1 | -1/+20 |
2019-05-08 | f2fs: fix to avoid panic in do_recover_data() | Chao Yu | 1 | -1/+9 |
2019-05-08 | f2fs: fix to do sanity check on free nid | Chao Yu | 1 | -0/+3 |
2019-05-08 | f2fs: fix to do checksum even if inode page is uptodate | Chao Yu | 2 | -5/+6 |
2019-05-08 | f2fs: fix to avoid panic in f2fs_remove_inode_page() | Chao Yu | 1 | -2/+8 |
2019-05-08 | f2fs: fix to clear dirty inode in error path of f2fs_iget() | Chao Yu | 1 | -0/+1 |
2019-05-08 | f2fs: remove new blank line of f2fs kernel message | Chao Yu | 2 | -6/+6 |
2019-05-08 | f2fs: fix wrong __is_meta_io() macro | Chao Yu | 3 | -6/+6 |
2019-05-08 | f2fs: fix to avoid panic in dec_valid_node_count() | Chao Yu | 1 | -3/+11 |