summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter1-8/+5
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar29-193/+318
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar16-134/+217
2016-09-20Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-20ocfs2: fix double unlock in case retry after free truncate logJoseph Qi1-2/+12
2016-09-20fanotify: fix list corruption in fanotify_get_response()Jan Kara3-39/+25
2016-09-20fsnotify: add a way to stop queueing events on group shutdownJan Kara2-1/+26
2016-09-20ocfs2: fix trans extend while free cached blocksJunxiao Bi1-18/+9
2016-09-20ocfs2: fix trans extend while flush truncate logJunxiao Bi1-19/+10
2016-09-20ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov1-0/+9
2016-09-20autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-09-20ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-09-17Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-20/+42
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull1-0/+1
2016-09-16aio: mark AIO pseudo-fs noexecJann Horn1-1/+6
2016-09-15vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong1-0/+4
2016-09-15vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong1-1/+1