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