summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-08ext4: fix DAX write lockingChristoph Hellwig1-9/+1
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o3-1/+61
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o11-3/+103
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o2-5/+10
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-02-04ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-02-04jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-02-04ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld1-1/+70
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-02-01jbd2: 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-22ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o1-1/+11
2017-01-22ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o3-19/+27
2017-01-11ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2-7/+4
2017-01-11ext4: 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-08ext4: do not polute the extents cache while shifting extentsRoman Pen1-3/+6
2017-01-08ext4: Include forgotten start block on fallocate insert rangeRoman Pen1-6/+12
2017-01-08Merge 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-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-12/+0
2017-01-04Merge 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-03xfs: fix max_retries _show and _store functionsCarlos Maiolino1-2/+2
2017-01-03xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig1-1/+2
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong6-12/+34
2017-01-03xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong1-1/+2
2017-01-02Merge 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-01fscrypt: factor out bio specific functionsRichard Weinberger5-143/+177
2016-12-31fscrypt: pass up error codes from ->get_context()Eric Biggers1-31/+23
2016-12-31fscrypt: remove user-triggerable warning messagesEric Biggers1-13/+2
2016-12-31fscrypt: use EEXIST when file already uses different policyEric Biggers1-1/+1
2016-12-31fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers1-1/+1
2016-12-31fscrypt: 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-27fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o1-1/+2
2016-12-26ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-12-26dax: Call ->iomap_begin without entry lock during dax faultJan Kara1-55/+66
2016-12-26dax: Finish fault completely when loading holesJan Kara1-9/+18
2016-12-26dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara1-17/+11
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-10/+61
2016-12-26ext2: 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