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