summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara3-14/+44
2016-05-13ext4: refactor direct IO codeJan Kara3-146/+114
2016-05-13ext4: fix race in transient ENOSPC detectionJan Kara1-1/+2
2016-05-13ext4: handle transient ENOSPC properly for DAXJan Kara1-55/+20
2016-05-13dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara1-1/+1
2016-05-06ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange1-7/+0
2016-05-06ext4: remove unnecessary bio get/putJens Axboe1-2/+0
2016-05-06ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-05-06ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-05-05ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-05-05ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee1-1/+1
2016-04-30ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-27/+22
2016-04-30ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk8-10/+10
2016-04-26ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong3-3/+20
2016-04-26ext4: handle unwritten or delalloc buffers before enabling data journalingDaeho Jeong1-11/+20
2016-04-26ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()Theodore Ts'o1-2/+7
2016-04-24ext4: do not ask jbd2 to write data for delalloc buffersJan Kara4-5/+22
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara5-7/+27
2016-04-24ext4: remove EXT4_STATE_ORDERED_MODEJan Kara2-5/+1
2016-04-24ext4: fix data exposure after a crashJan Kara1-9/+15
2016-04-24ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o4-0/+18
2016-04-17Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-04-15Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-25/+56
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds1-3/+4
2016-04-13ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2-0/+8
2016-04-13debugfs: Make automount point inodes permanently emptySeth Forshee1-1/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2-19/+33
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim1-3/+8
2016-04-11Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2-10/+0
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-32/+215
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-53/+28
2016-04-08orangefs: remove unused variableMartin Brandenburg1-3/+1
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches1-14/+17
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg1-1/+5
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg1-15/+1
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall2-2/+2
2016-04-08Orangefs: xattr.c cleanupMike Marshall1-16/+1
2016-04-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-86/+244
2016-04-07Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+20
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-44/+72
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds247-2183/+2173
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov34-89/+78
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov243-2096/+2097
2016-04-04btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy1-0/+2
2016-04-04btrfs: Add qgroup tracingMark Fasheh1-0/+9
2016-04-04Btrfs: don't use src fd for printkJosef Bacik1-1/+1