aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 15-543/+363
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 18-752/+1858
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 18-145/+241
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 13-306/+287
2017-02-28f2fs: avoid to flush nat journal entriesGravatar Jaegeuk Kim 1-1/+1
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 54-154/+218
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 3-9/+57
2017-02-27hfs: atomically read inode sizeGravatar Fabian Frederick 1-1/+1
2017-02-27mm: use mmget_not_zero() helperGravatar Vegard Nossum 3-5/+5
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 2-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 7-16/+16
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "unneded" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesGravatar Masahiro Yamada 1-3/+3
2017-02-27nilfs2: use i_blocksize()Gravatar Geliang Tang 2-2/+2
2017-02-27nilfs2: use nilfs_btree_node_size()Gravatar Geliang Tang 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 25-50/+50
2017-02-27fs/affs: make export work with cold dcacheGravatar Fabian Frederick 1-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upGravatar Fabian Frederick 1-20/+10
2017-02-27fs/affs: add prefix to some functionsGravatar Fabian Frederick 5-14/+15
2017-02-27fs/affs: use octal for permissionsGravatar Fabian Frederick 1-18/+18
2017-02-27fs/affs: make affs exportableGravatar Fabian Frederick 3-0/+42
2017-02-27fs/affs: add validation block functionGravatar Fabian Frederick 1-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Gravatar Fabian Frederick 1-1/+0
2017-02-27fs,eventpoll: don't test for bitfield with stack valueGravatar Cyrill Gorcunov 1-1/+1
2017-02-27/proc/kcore: update physical address for kcore ram and textGravatar Pratyush Anand 1-1/+4
2017-02-27fs/reiserfs: atomically read inode sizeGravatar Fabian Frederick 1-1/+1
2017-02-27hfsplus: atomically read inode sizeGravatar Fabian Frederick 1-1/+1
2017-02-27autofs: take more care to not update last_used on path walkGravatar Ian Kent 1-6/+11
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionGravatar Tomohiro Kusumi 1-2/+0
2017-02-27mm,fs,dax: mark dax_iomap_pmd_fault as constGravatar Arnd Bergmann 1-1/+2
2017-02-27nfsd: Fix display of the version stringGravatar Trond Myklebust 1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsGravatar Trond Myklebust 2-8/+22
2017-02-27f2fs: avoid to issue redundant discard commandsGravatar Jaegeuk Kim 1-0/+2
2017-02-27f2fs: fix a plint compile warningGravatar Hou Pengyang 1-1/+1
2017-02-27f2fs: add f2fs_drop_inode tracepointGravatar Hou Pengyang 1-2/+5
2017-02-27f2fs: Fix zoned block device supportGravatar Masato Suzuki 1-23/+44
2017-02-27f2fs: remove redundant set_page_dirty()Gravatar Yunlei He 1-2/+1
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolGravatar Chao Yu 1-1/+1
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountGravatar Chao Yu 1-1/+1
2017-02-27f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyGravatar Chao Yu 1-1/+2
2017-02-27f2fs: use MAX_FREE_NIDS for the free nids targetGravatar Kinglong Mee 1-5/+3
2017-02-27f2fs: introduce free nid bitmapGravatar Chao Yu 3-10/+119
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointGravatar Kinglong Mee 4-19/+15
2017-02-27f2fs: update the comment of default nr_pages to skippingGravatar Kinglong Mee 1-2/+2
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrGravatar Kinglong Mee 1-3/+0
2017-02-27f2fs: Don't update the xattr data that same as the existGravatar Kinglong Mee 1-4/+16
2017-02-27f2fs: kill __is_extent_sameGravatar Chao Yu 2-12/+3
2017-02-27f2fs: avoid bggc->fggc when enough free segments are avaliable after cpGravatar Hou Pengyang 1-8/+9