Age | Commit message (Expand) | Author |
2016-11-20 | ext4: only set S_DAX if DAX is really supported | Jan Kara |
2016-11-20 | ext4: factor out checks from ext4_file_write_iter() | Jan Kara |
2016-11-19 | ext4: sanity check the block and cluster size at mount time | Theodore Ts'o |
2016-11-18 | ext4: add sanity checking to count_overhead() | Theodore Ts'o |
2016-11-18 | ext4: use more strict checks for inodes_per_block on mount | Theodore Ts'o |
2016-11-18 | ext4: fix in-superblock mount options processing | Theodore Ts'o |
2016-11-18 | ext4: sanity check the block and cluster size at mount time | Theodore Ts'o |
2016-11-14 | ext4: remove parameter from ext4_xattr_ibody_set() | Eric Whitney |
2016-11-14 | ext4: allow inode expansion for nojournal file systems | Eric Whitney |
2016-11-14 | ext4: use current_time() for inode timestamps | Deepa Dinamani |
2016-11-14 | ext4: fix stack memory corruption with 64k block size | Chandan Rajendra |
2016-11-14 | ext4: fix mballoc breakage with 64k block size | Chandan Rajendra |
2016-11-13 | ext4: don't lock buffer in ext4_commit_super if holding spinlock | Theodore Ts'o |
2016-11-13 | ext4: allow ext4_ext_truncate() to return an error | Theodore Ts'o |
2016-11-13 | ext4: allow ext4_truncate() to return an error | Theodore Ts'o |
2016-11-13 | Merge branch 'fscrypt' into origin | Theodore Ts'o |
2016-11-13 | Merge branch 'dax-4.10-iomap-pmd' into origin | Theodore Ts'o |
2016-11-13 | fscrypt: Let fs select encryption index/tweak | David Gstir |
2016-11-13 | fscrypt: Enable partial page encryption | David Gstir |
2016-11-13 | fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages | David Gstir |
2016-11-08 | ext4: tell DAX the size of allocation holes | Ross Zwisler |
2016-11-04 | fs: Add helper to clean bdev aliases under a bh and use it | Jan Kara |
2016-11-04 | ext4: Use clean_bdev_aliases() instead of iteration | Jan Kara |
2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig |
2016-10-15 | ext4: add missing KERN_CONT to a few more debugging uses | Joe Perches |
2016-10-15 | ext4: correct endianness conversion in __xattr_check_inode() | Eric Biggers |
2016-10-12 | ext4: do not advertise encryption support when disabled | Eric Biggers |
2016-10-12 | ext4: super.c: Update logging style using KERN_CONT | Joe Perches |
2016-10-11 | fs: use mapping_set_error instead of opencoded set_bit | Michal Hocko |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-10-07 | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings | Toshi Kani |
2016-10-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2016-09-30 | ext4: remove unused variable | Eric Engestrom |
2016-09-30 | ext4: use journal inode to determine journal overhead | Eric Whitney |
2016-09-30 | ext4: create function to read journal inode | Eric Whitney |
2016-09-30 | ext4: unmap metadata when zeroing blocks | Jan Kara |
2016-09-30 | ext4: remove plugging from ext4_file_write_iter() | Jan Kara |
2016-09-30 | ext4: allow unlocked direct IO when pages are cached | Jan Kara |
2016-09-30 | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY | Richard Weinberger |
2016-09-30 | ext4: do not unnecessarily null-terminate encrypted symlink data | Eric Biggers |
2016-09-30 | ext4: release bh in make_indexed_dir | gmail |
2016-09-30 | ext4: Allow parallel DIO reads | Jan Kara |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-22 | ext4: allow DAX writeback for hole punch | Ross Zwisler |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |