aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+10
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-12/+7
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przGravatar Hiraku Toyooka 1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 1-16/+7
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 26-185/+575
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 43-686/+912
2016-08-04Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 4-18/+15
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+4
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 4-268/+331
2016-08-04nfsd: remove some dead code in nfsd_create_locked()Gravatar Dan Carpenter 1-3/+2
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createGravatar J. Bruce Fields 2-11/+2
2016-08-04nfsd: clean up bad-type check in nfsd_create_lockedGravatar J. Bruce Fields 1-7/+4
2016-08-04nfsd: remove unnecessary positive-dentry checkGravatar J. Bruce Fields 1-10/+0
2016-08-04nfsd: reorganize nfsd_createGravatar J. Bruce Fields 3-55/+61
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesGravatar J. Bruce Fields 2-13/+10
2016-08-04nfsd: remove redundant zero-length check from createGravatar J. Bruce Fields 2-6/+0
2016-08-04nfsd: Make creates return EEXIST instead of EACCESGravatar Oleg Drokin 2-2/+15
2016-08-04mm/block: convert rw_page users to bio op useGravatar Mike Christie 2-4/+5
2016-08-04Fixup direct bi_rw modifiersGravatar Shaun Tancheff 1-1/+1
2016-08-04f2fs: drop bio->bi_rw manual assignmentGravatar Jens Axboe 1-1/+0
2016-08-04block: add missing group association in bio-cloning functionsGravatar Paolo Valente 1-6/+0
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackGravatar Jan Kara 1-0/+1
2016-08-04block: remove BLK_DEV_DAX config optionGravatar Ross Zwisler 1-5/+1
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Gravatar Dan Carpenter 1-3/+4
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSGravatar Chris Mason 1-2/+3
2016-08-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Gravatar Geert Uytterhoeven 1-1/+1
2016-08-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 49-617/+760
2016-08-02Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxGravatar Linus Torvalds 8-30/+89
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 13-752/+999
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Gravatar Jeff Mahoney 1-1/+2
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyGravatar Ryusuke Konishi 13-20/+29
2016-08-02nilfs2: use BIT() macroGravatar Ryusuke Konishi 6-38/+37
2016-08-02nilfs2: fix misuse of a semaphore in sysfs codeGravatar Ryusuke Konishi 2-27/+24
2016-08-02nilfs2: refactor parser of snapshot mount optionGravatar Ryusuke Konishi 1-18/+35
2016-08-02nilfs2: do not use yield()Gravatar Ryusuke Konishi 1-1/+1
2016-08-02nilfs2: emit error message when I/O error is detectedGravatar Ryusuke Konishi 3-2/+16
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Gravatar Ryusuke Konishi 8-82/+61
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Gravatar Ryusuke Konishi 13-275/+283
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectGravatar Ryusuke Konishi 3-5/+8
2016-08-02nilfs2: add nilfs_msg() message interfaceGravatar Ryusuke Konishi 2-0/+23
2016-08-02nilfs2: hide function name argument from nilfs_error()Gravatar Ryusuke Konishi 5-36/+51
2016-08-02fs/binfmt_em86.c: fix incompatible pointer typeGravatar Daniel Wagner 1-1/+2
2016-08-02binfmt_elf: fix calculations for bss paddingGravatar Kees Cook 1-16/+18
2016-08-02firmware: support loading into a pre-allocated bufferGravatar Stephen Boyd 1-3/+6
2016-08-02fs/proc/task_mmu.c: suppress compilation warnings with W=1Gravatar Valdis Kletnieks 1-0/+1
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statGravatar Arnd Bergmann 1-6/+4
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Gravatar Oleg Nesterov 1-5/+2
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedGravatar Vladimir Davydov 1-1/+1
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downGravatar piaojun 4-46/+74
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refGravatar piaojun 2-5/+17