summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-04Merge tag 'jfs-4.9' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-10-04Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-09-27debugfs: propagate release() call resultEric Engestrom
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman
2016-09-22fs/locks: Use percpu_down_read_preempt_disable()Peter Zijlstra
2016-09-22fs/locks: Replace lg_local with a per-cpu spinlockPeter Zijlstra
2016-09-22fs/locks: Replace lg_global with a percpu-rwsemPeter Zijlstra
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-09-21Btrfs: handle quota reserve failure properlyJosef Bacik
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar
2016-09-19Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2016-09-19ocfs2: fix double unlock in case retry after free truncate logJoseph Qi
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-09-19fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-09-19ocfs2: fix trans extend while free cached blocksJunxiao Bi
2016-09-19ocfs2: fix trans extend while flush truncate logJunxiao Bi
2016-09-19ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov
2016-09-19autofs: use dentry flags to block walks during expireIan Kent
2016-09-19ocfs2/dlm: fix race between convert and migrationJoseph Qi
2016-09-16Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull
2016-09-15aio: mark AIO pseudo-fs noexecJann Horn
2016-09-15vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong
2016-09-15vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong