Age | Commit message (Expand) | Author | Files | Lines |
2020-09-05 | ext2: don't update mtime on COW faults | Mikulas Patocka | 1 | -2/+4 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -3/+3 |
2020-07-27 | ext2: ext2.h: fix duplicated word + typos | Randy Dunlap | 1 | -2/+2 |
2020-07-09 | ext2: initialize quota info in ext2_xattr_set() | Chengguang Xu | 1 | -0/+3 |
2020-07-09 | ext2: fix some incorrect comments in inode.c | Chengguang Xu | 1 | -5/+2 |
2020-07-09 | ext2: remove nocheck option | Chengguang Xu | 2 | -10/+1 |
2020-07-09 | ext2: fix missing percpu_counter_inc | Mikulas Patocka | 1 | -1/+2 |
2020-07-09 | ext2: ext2_find_entry() return -ENOENT if no entry found | zhangyi (F) | 2 | -21/+10 |
2020-07-09 | ext2: propagate errors up to ext2_find_entry()'s callers | zhangyi (F) | 3 | -34/+54 |
2020-07-09 | ext2: fix improper assignment for e_value_offs | Chengguang Xu | 1 | -1/+2 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
2020-06-04 | Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 4 | -12/+1 |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -6/+4 |
2020-05-22 | ext2: code cleanup by removing ifdef macro surrounding | Chengguang Xu | 4 | -10/+1 |
2020-05-22 | ext2: Fix i_op setting for special inode | Chengguang Xu | 1 | -2/+0 |
2020-03-23 | ext2: fix empty body warnings when -Wextra is used | Randy Dunlap | 1 | -2/+3 |
2020-03-17 | ext2: fix debug reference to ext2_xattr_cache | Jan Kara | 1 | -2/+1 |
2020-03-16 | ext2: xattr.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-26 | ext2: Silence lockdep warning about reclaim under xattr_sem | Jan Kara | 1 | -1/+9 |
2020-02-11 | Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2020-01-06 | ext2: Adjust indentation in ext2_fill_super | Nathan Chancellor | 1 | -3/+3 |
2020-01-03 | dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() | Vivek Goyal | 1 | -2/+3 |
2019-12-16 | ext2: set proper errno in error case of ext2_fill_super() | Chengguang Xu | 1 | -0/+1 |
2019-11-30 | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 5 | -59/+53 |
2019-11-19 | ext2: code cleanup for descriptor_loc() | Chengguang Xu | 1 | -4/+1 |
2019-11-07 | ext2: fix improper function comment | Chengguang Xu | 1 | -3/+2 |
2019-11-07 | ext2: code cleanup for ext2_try_to_allocate() | Chengguang Xu | 1 | -19/+10 |
2019-11-07 | ext2: skip unnecessary operations in ext2_try_to_allocate() | Chengguang Xu | 1 | -1/+1 |
2019-11-07 | ext2: Simplify initialization in ext2_try_to_allocate() | Jan Kara | 1 | -17/+5 |
2019-11-06 | ext2: code cleanup by calling ext2_group_last_block_no() | Chengguang Xu | 2 | -15/+9 |
2019-11-06 | ext2: introduce new helper ext2_group_last_block_no() | Chengguang Xu | 1 | -0/+12 |
2019-11-05 | ext2: check err when partial != NULL | Chengguang Xu | 1 | -2/+5 |
2019-10-31 | ext2: don't set *count in the case of failure in ext2_try_to_allocate() | Chengguang Xu | 1 | -1/+0 |
2019-10-24 | ext2: return error when fail to allocating memory in ioctl | Chengguang Xu | 1 | -1/+4 |
2019-10-22 | ext2: add missing brelse in ext2_new_blocks() | Chengguang Xu | 1 | -0/+7 |
2019-10-21 | iomap: use a srcmap for a read-modify-write I/O | Goldwyn Rodrigues | 1 | -1/+1 |
2019-10-21 | ext2: adjust block num when retry allocation | Chengguang Xu | 1 | -0/+1 |
2019-09-21 | Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 3 | -9/+6 |
2019-09-04 | ext2: Delete an unnecessary check before brelse() | Markus Elfring | 1 | -2/+1 |
2019-08-30 | fs: Fill in max and min timestamps in superblock | Deepa Dinamani | 1 | -0/+2 |
2019-07-31 | ext2: code cleanup for ext2_free_blocks() | Chengguang Xu | 1 | -3/+1 |
2019-07-31 | ext2: fix block range in ext2_data_block_valid() | Chengguang Xu | 2 | -4/+4 |
2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -12/+4 |
2019-07-10 | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 5 | -88/+108 |
2019-07-03 | ext2: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -2/+1 |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -12/+4 |
2019-06-19 | ext2: Always brelse bh on failure in ext2_iget() | Jan Kara | 1 | -4/+2 |
2019-06-19 | ext2: add missing brelse() in ext2_iget() | Chengguang Xu | 1 | -0/+1 |