aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-25Merge branch 'akpm-current/current'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'dlm/next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'pstore/for-next/pstore'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'file-locks/linux-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'overlayfs/overlayfs-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'jfs/jfs-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'ceph/master'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan
2017-05-24ext4: remove redundant check for encrypted file on dio write pathEric Biggers
2017-05-24ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers
2017-05-24ext4: fix off-by-one error when writing back pages before dio readEric Biggers
2017-05-24ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan
2017-05-24pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques
2017-05-24reiserfs: Make flush bios explicitely syncJan Kara
2017-05-24gfs2: Make flush bios explicitely syncJan Kara
2017-05-23mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman
2017-05-23mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman
2017-05-23mnt: In umount propagation reparent in a separate passEric W. Biederman
2017-05-23fault-inject: add /proc/<pid>/fail-nthAkinobu Mita
2017-05-23fault-inject: don't convert unsigned type value as signed intAkinobu Mita
2017-05-23fault-inject: simplify access check for fail-nthAkinobu Mita
2017-05-23fault-inject: make fail-nth read/write interface symmetricAkinobu Mita
2017-05-23fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita
2017-05-23fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita
2017-05-23fault-inject-support-systematic-fault-injection-fixAndrew Morton
2017-05-23fault-inject: support systematic fault injectionDmitry Vyukov
2017-05-23kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov
2017-05-23kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov
2017-05-23procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov
2017-05-23fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso
2017-05-23bfs: fix sanity checks for empty filesRakesh Pandit
2017-05-23fs/seq_file.c: delete small-value optimizationAlexey Dobriyan
2017-05-23fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes
2017-05-23mm: drop HASH_ADAPTMichal Hocko
2017-05-23mm: adaptive hash table scalingPavel Tatashin
2017-05-23mm: update callers to use HASH_ZERO flagPavel Tatashin
2017-05-23fs/userfaultfd.c: drop dead codeMike Rapoport
2017-05-21ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-05-21ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov
2017-05-21ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara
2017-05-21ext4: fix SEEK_HOLEJan Kara
2017-05-21jbd2: preserve original nofs flag during journal restartTahsin Erdogan