summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld1-1/+70
2017-02-02ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-02-02jbd2: fix use after free in kjournald2()Sahitya Tummala1-1/+1
2017-01-27ext4: fix data corruption in data=journal modeJan Kara1-10/+13
2017-01-27ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-01-23ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o1-1/+11
2017-01-23ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o3-19/+27
2017-01-12ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2-7/+4
2017-01-12ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o3-54/+74
2017-01-11ext4: add debug_want_extra_isize mount optionTheodore Ts'o1-2/+7
2017-01-09ext4: do not polute the extents cache while shifting extentsRoman Pen1-3/+6
2017-01-09ext4: Include forgotten start block on fallocate insert rangeRoman Pen1-6/+12
2017-01-09Merge branch 'fscrypt' into dTheodore Ts'o17-295/+255
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers6-75/+14
2017-01-08ext4: don't allow encrypted operations without keysTheodore Ts'o1-0/+12
2017-01-06Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-12/+0
2017-01-05Merge tag 'xfs-for-linus-4.10-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Linus Torvalds9-16/+40
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+4
2017-01-04xfs: fix max_retries _show and _store functionsCarlos Maiolino1-2/+2
2017-01-04xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig1-1/+2
2017-01-04xfs: use the actual AG length when reserving blocksDarrick J. Wong6-12/+34
2017-01-04xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong1-1/+2
2017-01-03Merge tag 'fscrypt-for-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+7
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2-24/+13
2017-01-02clean_bdev_aliases: Prevent cleaning blocks that are not in block rangeChandan Rajendra1-1/+1
2017-01-02fscrypt: factor out bio specific functionsRichard Weinberger5-143/+177
2017-01-01fscrypt: pass up error codes from ->get_context()Eric Biggers1-31/+23
2017-01-01fscrypt: remove user-triggerable warning messagesEric Biggers1-13/+2
2017-01-01fscrypt: use EEXIST when file already uses different policyEric Biggers1-1/+1
2017-01-01fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers1-1/+1
2017-01-01fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers5-7/+12
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers1-0/+5
2016-12-28fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o1-1/+2
2016-12-27ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-12-27dax: Call ->iomap_begin without entry lock during dax faultJan Kara1-55/+66
2016-12-27dax: Finish fault completely when loading holesJan Kara1-9/+18
2016-12-27dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara1-17/+11
2016-12-27mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-10/+61
2016-12-27ext2: Return BH_New buffers for zeroed blocksJan Kara1-2/+1
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner2-4/+3
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner3-3/+3
2016-12-25ktime: Get rid of the unionThomas Gleixner4-18/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds96-96/+96
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-90/+177
2016-12-24fsnotify: Remove fsnotify_duplicate_mark()Jan Kara1-12/+0
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-133/+162
2016-12-23Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds13-116/+145
2016-12-23Merge branch 'work.namespace' into for-linusAl Viro2-44/+38
2016-12-23ufs: fix function declaration for ufs_truncate_blocksJeff Layton1-1/+1
2016-12-23fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8