summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-013-4/+55
| * | | ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-312-0/+10
| * | | btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-03-311-1/+1
| * | | ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2016-03-261-4/+8
| * | | ext4: use file_dentry()Miklos Szeredi2016-03-261-1/+1
| * | | ext4: use dget_parent() in ext4_file_open()Miklos Szeredi2016-03-261-4/+8
| * | | nfs: use file_dentry()Miklos Szeredi2016-03-263-6/+6
| * | | fs: add file_dentry()Miklos Szeredi2016-03-262-1/+37
| * | | ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-264-20/+39
| * | | ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2016-03-221-4/+28
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-04-042-4/+20
|\ \ \ \
| * | | | ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotasJan Kara2016-03-291-2/+9
| * | | | quota: Handle Q_GETNEXTQUOTA when quota is disabledJan Kara2016-03-291-2/+11
* | | | | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-042-44/+72
|\ \ \ \ \
| * | | | | f2fs: retrieve IO write stat from the right placeShuoran Liu2016-03-301-1/+1
| * | | | | f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2016-03-301-6/+6
| * | | | | f2fs: cover large section in sanity check of superJaegeuk Kim2016-03-281-37/+65
| |/ / / /
* | | | | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-04247-2183/+2173Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-0434-89/+78Star
| * | | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04243-2096/+2097
* | | | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-021-20/+25
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason2016-03-251-20/+25
| |\ \ \ \
| | * | | | btrfs: transaction_kthread() is not freezableJiri Kosina2016-03-221-9/+6Star
| | * | | | btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina2016-03-221-1/+1
| | * | | | btrfs: do not write corrupted metadata blocks to diskAlex Lyakas2016-03-221-2/+13
| | * | | | btrfs: csum_tree_block: return proper errno valueAlex Lyakas2016-03-221-8/+5Star
* | | | | | Merge tag 'for-linus' of git://github.com/martinbrandenburg/linuxLinus Torvalds2016-04-022-6/+4Star
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | orangefs: minimum userspace version is 2.9.3Martin Brandenburg2016-03-311-1/+1
| * | | | | orangefs: don't put readdir slot twiceMartin Brandenburg2016-03-311-5/+3Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-311-4/+6
|\ \ \ \ \
| * | | | | fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...Al Viro2016-03-311-4/+6
| |/ / / /
* / / / / dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-291-2/+1Star
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-2611-218/+419
|\ \ \ \
| * | | | ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
| * | | | ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
| * | | | ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5Star
| * | | | ceph: fix security xattr deadlockYan, Zheng2016-03-257-10/+123
| * | | | ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
| * | | | ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15Star
| * | | | ceph: remove unnecessary NULL checkYan, Zheng2016-03-251-2/+2
| * | | | ceph: avoid updating directory inode's i_size accidentallyYan, Zheng2016-03-251-0/+4
| * | | | ceph: fix race during filling readdir cacheYan, Zheng2016-03-251-2/+7
| * | | | ceph: kill ceph_empty_snapcIlya Dryomov2016-03-254-34/+6Star
| * | | | ceph: fix a wrong comparisonAnton Protopopov2016-03-251-1/+1
| * | | | ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-254-6/+6
| * | | | ceph: scattered page writebackYan, Zheng2016-03-251-109/+196
| * | | | ceph: remove useless BUG_ONYan, Zheng2016-03-251-2/+0Star
| * | | | ceph: don't enable rbytes mount option by defaultYan, Zheng2016-03-252-4/+3Star
| * | | | ceph: encode ctime in cap messageYan, Zheng2016-03-251-4/+7
| * | | | libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-252-2/+3