summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* dax: Remove complete_unwritten argumentJan Kara2016-05-165-44/+18
* DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-161-0/+9
* ext4: pre-zero allocated blocks for DAX IOJan Kara2016-05-133-14/+44
* ext4: refactor direct IO codeJan Kara2016-05-133-146/+114
* ext4: fix race in transient ENOSPC detectionJan Kara2016-05-131-1/+2
* ext4: handle transient ENOSPC properly for DAXJan Kara2016-05-131-55/+20
* dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara2016-05-131-1/+1
* ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange2016-05-051-7/+0
* ext4: remove unnecessary bio get/putJens Axboe2016-05-051-2/+0
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-05-051-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-05-051-1/+3
* ext4: fix oops on corrupted filesystemJan Kara2016-05-051-1/+1
* ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee2016-05-051-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-04-301-27/+22
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-04-301-4/+6
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-278-10/+10
* ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong2016-04-253-3/+20
* ext4: handle unwritten or delalloc buffers before enabling data journalingDaeho Jeong2016-04-251-11/+20
* ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()Theodore Ts'o2016-04-251-2/+7
* ext4: do not ask jbd2 to write data for delalloc buffersJan Kara2016-04-244-5/+22
* jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-245-7/+27
* ext4: remove EXT4_STATE_ORDERED_MODEJan Kara2016-04-242-5/+1
* ext4: fix data exposure after a crashJan Kara2016-04-241-9/+15
* ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-234-0/+18
* Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-04-161-1/+1
|\
| * debugfs: Make automount point inodes permanently emptySeth Forshee2016-04-121-1/+1
* | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-144-25/+56
|\ \
| * | ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-122-0/+8
| * | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-122-19/+33
| * | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
| * | fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim2016-04-121-3/+8
* | | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-3/+4
|/ /
* | Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-102-10/+0
* | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-098-32/+215
|\ \
| * | Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-061-0/+137
| * | btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy2016-04-041-0/+2
| * | btrfs: Add qgroup tracingMark Fasheh2016-04-041-0/+9
| * | Btrfs: don't use src fd for printkJosef Bacik2016-04-041-1/+1
| * | btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba2016-04-041-4/+8
| * | btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh2016-04-041-22/+32
| * | btrfs: Output more info for enospc_debug mount optionQu Wenruo2016-04-041-2/+19
| * | Btrfs: fix invalid reference in replace_pathLiu Bo2016-04-041-0/+1
| * | Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano2016-04-041-3/+6
* | | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-096-53/+28
|\ \ \
| * | | orangefs: remove unused variableMartin Brandenburg2016-04-081-3/+1
| * | | orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches2016-04-081-14/+17
| * | | orangefs: strncpy -> strscpyMartin Brandenburg2016-04-081-1/+5
| * | | orangefs: clean up truncate ctime and mtime settingMartin Brandenburg2016-04-081-15/+1
| * | | Orangefs: fix ifnullfree.cocci warningskbuild test robot2016-04-081-2/+1
| * | | Orangefs: optimize boilerplate code.Mike Marshall2016-04-082-2/+2