summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds9-256/+482
2016-10-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-9/+54
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-513/+414
2016-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+32
2016-10-04Merge tag 'jfs-4.9' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-4/+9
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds12-49/+71
2016-10-04Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+18
2016-10-04Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-45/+26
2016-10-04Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+8
2016-10-04Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+8
2016-10-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-18/+51
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+13
2016-10-03fuse: limit xattr returned sizeMiklos Szeredi1-2/+2
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+26
2016-10-01fuse: remove duplicate cs->offset assignmentMiklos Szeredi1-1/+0
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi1-34/+18
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro1-23/+7
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi3-24/+20
2016-10-01fuse: use timespec64Miklos Szeredi1-3/+7
2016-10-01fuse: don't use ->d_timeMiklos Szeredi1-20/+23
2016-10-01fuse: Add posix ACL supportSeth Forshee7-7/+152
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi3-18/+33
2016-10-01fuse: fix killing s[ug]id in setattrMiklos Szeredi1-4/+28
2016-10-01fuse: invalidate dir dentry after chmodMiklos Szeredi1-2/+10
2016-10-01fuse: Use generic xattr opsSeth Forshee5-176/+221
2016-10-01fuse: listxattr: verify xattr listMiklos Szeredi1-0/+19
2016-10-01ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner4-17/+36
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-6/+16
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara1-0/+10
2016-09-27debugfs: propagate release() call resultEric Engestrom1-1/+1
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn1-2/+2
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher1-0/+4
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher1-3/+3
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+15
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-169/+281
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman1-8/+11
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman1-8/+8
2016-09-22fs/locks: Use percpu_down_read_preempt_disable()Peter Zijlstra1-12/+12
2016-09-22fs/locks: Replace lg_local with a per-cpu spinlockPeter Zijlstra2-18/+30
2016-09-22fs/locks: Replace lg_global with a percpu-rwsemPeter Zijlstra1-0/+21
2016-09-22btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-22Btrfs: handle quota reserve failure properlyJosef Bacik1-6/+3
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu2-2/+10