aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Merge branch 'ptmx-cleanup'Gravatar Linus Torvalds 1-25/+24
2016-04-18devpts: clean up interface to pty driversGravatar Linus Torvalds 1-25/+24
2016-04-16Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2016-04-14Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-25/+56
2016-04-14Make file credentials available to the seqfile interfacesGravatar Linus Torvalds 1-3/+4
2016-04-12ext4/fscrypto: avoid RCU lookup in d_revalidateGravatar Jaegeuk Kim 2-0/+8
2016-04-12debugfs: Make automount point inodes permanently emptyGravatar Seth Forshee 1-1/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMGravatar Jaegeuk Kim 2-19/+33
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openGravatar Jaegeuk Kim 1-3/+7
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Gravatar Jaegeuk Kim 1-3/+8
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Gravatar Linus Torvalds 2-10/+0
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-32/+215
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-53/+28
2016-04-08orangefs: remove unused variableGravatar Martin Brandenburg 1-3/+1
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosGravatar Joe Perches 1-14/+17
2016-04-08orangefs: strncpy -> strscpyGravatar Martin Brandenburg 1-1/+5
2016-04-08orangefs: clean up truncate ctime and mtime settingGravatar Martin Brandenburg 1-15/+1
2016-04-08Orangefs: fix ifnullfree.cocci warningsGravatar kbuild test robot 1-2/+1
2016-04-08Orangefs: optimize boilerplate code.Gravatar Mike Marshall 2-2/+2
2016-04-08Orangefs: xattr.c cleanupGravatar Mike Marshall 1-16/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 17-86/+244
2016-04-06Btrfs: fix file/data loss caused by fsync after rename and new inodeGravatar Filipe Manana 1-0/+137
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-4/+20
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 2-44/+72
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Gravatar Linus Torvalds 247-2183/+2173
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 34-89/+78
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 243-2096/+2097
2016-04-04btrfs: Reset IO error counters before start of device replacingGravatar Yauhen Kharuzhy 1-0/+2
2016-04-04btrfs: Add qgroup tracingGravatar Mark Fasheh 1-0/+9
2016-04-04Btrfs: don't use src fd for printkGravatar Josef Bacik 1-1/+1
2016-04-04btrfs: fallback to vmalloc in btrfs_compare_treeGravatar David Sterba 1-4/+8
2016-04-04btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Gravatar Mark Fasheh 1-22/+32
2016-04-04btrfs: Output more info for enospc_debug mount optionGravatar Qu Wenruo 1-2/+19
2016-04-04Btrfs: fix invalid reference in replace_pathGravatar Liu Bo 1-0/+1
2016-04-04Btrfs: Improve FL_KEEP_SIZE handling in fallocateGravatar Davide Italiano 1-3/+6
2016-04-03ext4: ignore quota mount options if the quota feature is enabledGravatar Theodore Ts'o 1-11/+11
2016-04-02ext4 crypto: fix some error handlingGravatar Dan Carpenter 1-1/+1
2016-04-01Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-20/+25
2016-04-01Merge tag 'for-linus' of git://github.com/martinbrandenburg/linuxGravatar Linus Torvalds 2-6/+4
2016-04-01ext4: avoid calling dquot_get_next_id() if quota is not enabledGravatar Theodore Ts'o 1-1/+13
2016-04-01ext4: retry block allocation for failed DIO and DAX writesGravatar Jan Kara 1-30/+28
2016-04-01ext4: add lockdep annotations for i_data_semGravatar Theodore Ts'o 3-4/+55
2016-03-31orangefs: minimum userspace version is 2.9.3Gravatar Martin Brandenburg 1-1/+1
2016-03-31orangefs: don't put readdir slot twiceGravatar Martin Brandenburg 1-5/+3
2016-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+6
2016-03-31fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...Gravatar Al Viro 1-4/+6
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedGravatar Theodore Ts'o 2-0/+10
2016-03-30btrfs: fix crash/invalid memory access on fsync when using overlayfsGravatar Filipe Manana 1-1/+1
2016-03-30f2fs: retrieve IO write stat from the right placeGravatar Shuoran Liu 1-1/+1
2016-03-30f2fs crypto: fix corrupted symlink in encrypted caseGravatar Jaegeuk Kim 1-6/+6