summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-01-31fs: add i_blocksize()Fabian Frederick
2017-01-31Merge branch 'akpm-current/current'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'selinux/next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'overlayfs/overlayfs-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell
2017-01-30f2fs: declare missing static functionJaegeuk Kim
2017-01-30f2fs: show the fault injection mount optionKaixu Xia
2017-01-30f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu
2017-01-30f2fs: fix to avoid overflow when left shifting page offsetChao Yu
2017-01-30f2fs: enhance lookup xattrChao Yu
2017-01-30f2fs: fix a dead loop in f2fs_fiemap()Wei Fang
2017-01-30f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim
2017-01-30GFS2: Reduce contention on gfs2_log_lockBob Peterson
2017-01-30vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein
2017-01-30ovl: properly implement sync_filesystem()Amir Goldstein
2017-01-30ovl: concurrent copy up of regular filesAmir Goldstein
2017-01-30ovl: introduce copy up waitqueueAmir Goldstein
2017-01-30ovl: copy up regular file using O_TMPFILEAmir Goldstein
2017-01-30ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein
2017-01-30ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein
2017-01-30vfs: create vfs helper vfs_tmpfile()Amir Goldstein
2017-01-30Merge branch 'timers/core'Ingo Molnar
2017-01-30Merge branch 'sched/core'Ingo Molnar
2017-01-30Merge branch 'locking/core'Ingo Molnar
2017-01-30Merge branch 'fortglx/4.11/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-01-29f2fs: show # of on-going flush and discard biosJaegeuk Kim
2017-01-29f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim
2017-01-29f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim
2017-01-29f2fs: remove batched discard in f2fs_trim_fsJaegeuk Kim
2017-01-29f2fs: reorganize stat informationJaegeuk Kim
2017-01-29f2fs: clean up flush/discard command namingsJaegeuk Kim
2017-01-29f2fs: check in-memory sit version bitmapChao Yu
2017-01-29f2fs: check in-memory nat version bitmapChao Yu
2017-01-29f2fs: check in-memory block bitmapChao Yu