summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim5-0/+53
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim2-22/+28
2014-07-29f2fs: add infra for ino managementJaegeuk Kim4-44/+55
2014-07-29ext4: fix COLLAPSE RANGE test for bigalloc file systemsNamjae Jeon1-5/+2
2014-07-29f2fs: punch the core function for inode managementJaegeuk Kim1-37/+44
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim4-1/+15
2014-07-29Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2014-07-28ext4: check inline directory before convertingDarrick J. Wong3-0/+39
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar31-219/+574
2014-07-28ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov1-1/+2
2014-07-28ext4: use correct depth valueDmitry Monakhov1-1/+1
2014-07-28ext4: add i_data_sem sanity checkDmitry Monakhov2-0/+9
2014-07-28ext4: fix wrong size computation in ext4_mb_normalize_request()Xiaoguang Wang1-2/+3
2014-07-27Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfsLinus Torvalds2-8/+9
2014-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-4/+1
2014-07-25f2fs: fix to put root inode in error path of fill_superChao Yu1-1/+2
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu1-2/+3
2014-07-25f2fs: support ->rename2()Chao Yu1-0/+164
2014-07-25f2fs: add f2fs_balance_fs for direct IOHuang Ying1-1/+3
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-07-24Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris1-2/+8
2014-07-24fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh1-7/+7
2014-07-24Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2014-07-24simple_xattr: permit 0-size extended attributesHugh Dickins1-1/+1
2014-07-24coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-24fs: lockd: Use ktime_get_ns()Thomas Gleixner1-3/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner1-6/+1
2014-07-23timerfd: Use ktime_mono_to_real()Thomas Gleixner1-3/+3
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-23Merge branch 'keys-fixes' into keys-nextDavid Howells1-0/+2
2014-07-23KEYS: user: Use key preparsingDavid Howells1-2/+6
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman42-277/+675
2014-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+15
2014-07-21Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-62/+343
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook1-1/+1
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook1-2/+2
2014-07-18Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds5-13/+17
2014-07-18Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-72/+106
2014-07-18GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixesFabian Frederick1-2/+2
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven1-2/+2
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson1-1/+1
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2-4/+2
2014-07-18GFS2: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-18GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse1-2/+2
2014-07-18GFS2: Fix race in glock lru glock disposalSteven Whitehouse1-3/+7