summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: move halfmd4 into hash.c directlyJason A. Donenfeld2017-02-021-1/+70
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-02-011-2/+4
* jbd2: fix use after free in kjournald2()Sahitya Tummala2017-02-011-1/+1
* ext4: fix data corruption in data=journal modeJan Kara2017-01-271-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-01-271-0/+7
* ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o2017-01-221-1/+11
* ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o2017-01-223-19/+27
* ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2017-01-112-7/+4
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-01-113-54/+74
* ext4: add debug_want_extra_isize mount optionTheodore Ts'o2017-01-111-2/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-01-081-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-081-6/+12
* Merge branch 'fscrypt' into dTheodore Ts'o2017-01-0817-295/+255
|\
| * fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-086-75/+14
| * ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
| * fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2017-01-022-24/+13
| * fscrypt: factor out bio specific functionsRichard Weinberger2017-01-015-143/+177
| * fscrypt: pass up error codes from ->get_context()Eric Biggers2016-12-311-31/+23
| * fscrypt: remove user-triggerable warning messagesEric Biggers2016-12-311-13/+2
| * fscrypt: use EEXIST when file already uses different policyEric Biggers2016-12-311-1/+1
| * fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2016-12-311-1/+1
| * fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-315-7/+12
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-01-051-12/+0
|\ \
| * | fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-231-12/+0
* | | Merge tag 'xfs-for-linus-4.10-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Linus Torvalds2017-01-049-16/+40
|\ \ \
| * | | xfs: fix max_retries _show and _store functionsCarlos Maiolino2017-01-031-2/+2
| * | | xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig2017-01-031-1/+2
| * | | xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-036-12/+34
| * | | xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong2017-01-031-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-042-1/+4
|\ \ \ \
| * | | | clean_bdev_aliases: Prevent cleaning blocks that are not in block rangeChandan Rajendra2017-01-021-1/+1
| * | | | block: add back plugging in __blkdev_direct_IOChristoph Hellwig2016-12-221-0/+3
* | | | | Merge tag 'fscrypt-for-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-022-1/+7
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | fscrypt: fix renaming and linking special filesEric Biggers2016-12-311-0/+5
| * | | fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o2016-12-271-1/+2
* | | | ext4: Simplify DAX fault pathJan Kara2016-12-261-38/+10
* | | | dax: Call ->iomap_begin without entry lock during dax faultJan Kara2016-12-261-55/+66
* | | | dax: Finish fault completely when loading holesJan Kara2016-12-261-9/+18
* | | | dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2016-12-261-17/+11
* | | | mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-10/+61
* | | | ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-261-2/+1
|/ / /
* | | ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-252-4/+3
* | | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-253-3/+3
* | | ktime: Get rid of the unionThomas Gleixner2016-12-254-18/+17
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2496-96/+96
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-12-2414-90/+177
|\ \ \
| * | | cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-154-5/+7
| * | | Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-153-5/+18
| * | | cifs: use %16phN for formatting md5 sumRasmus Villemoes2016-12-151-7/+2
| * | | cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski2016-12-141-32/+8
OpenPOWER on IntegriCloud