| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-02-27 | 2 | -1/+10 |
|\ |
|
| * | dax: move writeback calls into the filesystems | Ross Zwisler | 2016-02-27 | 1 | -0/+4 |
| * | ext4: online defrag not supported with DAX | Ross Zwisler | 2016-02-27 | 1 | -0/+5 |
| * | ext2, ext4: only set S_DAX for regular inodes | Ross Zwisler | 2016-02-27 | 1 | -1/+1 |
* | | ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() | Ross Zwisler | 2016-02-27 | 1 | -17/+2 |
|/ |
|
* | ext4: fix crashes in dioread_nolock mode | Jan Kara | 2016-02-19 | 1 | -20/+20 |
* | ext4: fix bh->b_state corruption | Jan Kara | 2016-02-19 | 1 | -2/+30 |
* | ext4: fix memleak in ext4_readdir() | Kirill Tkhai | 2016-02-16 | 1 | -2/+5 |
* | ext4: remove unused parameter "newblock" in convert_initialized_extent() | Eryu Guan | 2016-02-12 | 1 | -2/+2 |
* | ext4: don't read blocks from disk after extents being swapped | Eryu Guan | 2016-02-12 | 1 | -3/+12 |
* | ext4: fix potential integer overflow | Insu Yun | 2016-02-12 | 1 | -1/+1 |
* | ext4: add a line break for proc mb_groups display | Huaitong Han | 2016-02-12 | 1 | -1/+1 |
* | ext4: ioctl: fix erroneous return value | Anton Protopopov | 2016-02-11 | 1 | -1/+1 |
* | ext4: fix scheduling in atomic on group checksum failure | Jan Kara | 2016-02-11 | 2 | -5/+8 |
* | ext4 crypto: move context consistency check to ext4_file_open() | Theodore Ts'o | 2016-02-08 | 2 | -2/+15 |
* | ext4 crypto: revalidate dentry after adding or removing the key | Theodore Ts'o | 2016-02-07 | 4 | -0/+81 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-23 | 7 | -40/+40 |
|\ |
|
| * | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 7 | -40/+40 |
* | | ext4: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-22 | 1 | -1/+3 |
|/ |
|
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-01-22 | 12 | -271/+867 |
|\ |
|
| * | ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support | Li Xi | 2016-01-08 | 2 | -87/+336 |
| * | ext4: add project quota support | Li Xi | 2016-01-08 | 2 | -6/+61 |
| * | ext4: adds project ID support | Li Xi | 2016-01-08 | 5 | -4/+68 |
| * | ext4 crypto: simplify interfaces to directory entry insert functions | Theodore Ts'o | 2016-01-08 | 3 | -17/+11 |
| * | ext4 crypto: add missing locking for keyring_key access | Theodore Ts'o | 2015-12-10 | 1 | -0/+4 |
| * | ext4: use pre-zeroed blocks for DAX page faults | Jan Kara | 2015-12-07 | 3 | -36/+74 |
| * | ext4: implement allocation of pre-zeroed blocks | Jan Kara | 2015-12-07 | 3 | -3/+34 |
| * | ext4: provide ext4_issue_zeroout() | Jan Kara | 2015-12-07 | 4 | -15/+23 |
| * | ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag | Jan Kara | 2015-12-07 | 2 | -26/+21 |
| * | ext4: document lock ordering | Jan Kara | 2015-12-07 | 1 | -0/+30 |
| * | ext4: fix races of writeback with punch hole and zero range | Jan Kara | 2015-12-07 | 3 | -1/+42 |
| * | ext4: fix races between buffered IO and collapse / insert range | Jan Kara | 2015-12-07 | 1 | -28/+31 |
| * | ext4: move unlocked dio protection from ext4_alloc_file_blocks() | Jan Kara | 2015-12-07 | 1 | -11/+10 |
| * | ext4: fix races between page faults and hole punching | Jan Kara | 2015-12-07 | 6 | -42/+127 |
* | | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-14 | 1 | -1/+1 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-12 | 2 | -7/+4 |
|\ \ |
|
| * | | fs: use block_device name vsprintf helper | Dmitry Monakhov | 2016-01-06 | 2 | -7/+4 |
| |/ |
|
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-01-11 | 4 | -68/+17 |
|\ \ |
|
| * | | xattr handlers: Simplify list operation | Andreas Gruenbacher | 2015-12-13 | 4 | -56/+17 |
| * | | vfs: Distinguish between full xattr names and proper prefixes | Andreas Gruenbacher | 2015-12-06 | 3 | -12/+0 |
* | | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-11 | 3 | -15/+16 |
|\ \ \
| |_|/
|/| | |
|
| * | | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 2015-12-30 | 1 | -4/+4 |
| * | | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 1 | -5/+8 |
| * | | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-08 | 3 | -7/+5 |
| |/ |
|
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-12-07 | 4 | -10/+47 |
|\ \
| |/
|/| |
|
| * | ext4: add "static" to ext4_seq_##name##_fops struct | Xu Cang | 2015-11-26 | 1 | -1/+1 |
| * | ext4: fix an endianness bug in ext4_encrypted_follow_link() | Al Viro | 2015-11-26 | 1 | -1/+1 |
| * | ext4: fix an endianness bug in ext4_encrypted_zeroout() | Al Viro | 2015-11-26 | 1 | -1/+1 |
| * | ext4: Fix handling of extended tv_sec | David Turner | 2015-11-24 | 1 | -7/+44 |
* | | ext2, ext4: warn when mounting with dax enabled | Dan Williams | 2015-11-16 | 1 | -1/+5 |