summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval
2017-02-10Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-10timerfd: Protect the might cancel mechanism properThomas Gleixner
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins
2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko
2017-02-02Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-02-01s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar
2017-01-31Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-01-31fscache: Fix dead object requeueDavid Howells
2017-01-31fscache: Clear outstanding writes when disabling a cookieDavid Howells
2017-01-31FS-Cache: Initialise stores_lock in netfs cookieDavid Howells
2017-01-31nfsd: special case truncates some moreChristoph Hellwig
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2017-01-30Merge branch 'fortglx/4.11/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre
2017-01-27Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-01-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster
2017-01-26Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval
2017-01-26Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval
2017-01-26Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval
2017-01-26pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-01-24romfs: use different way to generate fsid for BLOCK or MTDColy Li
2017-01-24proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2017-01-24userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli