summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-03-15jbd2: don't leak memory if setting up journal failsEric Biggers
2017-03-15ext4: mark inode dirty after converting inline directoryEric Biggers
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-20ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o
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-15ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-02-14ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
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-10ext4: do not use stripe_width if it is not setJan Kara
2017-02-10ext4: fix stripe-unaligned allocationsJan Kara
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-08dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig
2017-02-08ext4: fix DAX write lockingChristoph Hellwig
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins
2017-02-06fscrypt: properly declare on-stack completionRichard Weinberger
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-06fscrypt: remove redundant assignment of resColin Ian King
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-02-04ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-02-04jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-02-04ext4: fix inline data error pathsTheodore Ts'o
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-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers
2017-02-01jbd2: fix use after free in kjournald2()Sahitya Tummala
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