summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-4/+5
|\
| * Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams2017-07-031-4/+5
| |\
| | * x86, libnvdimm, pmem: remove global pmem apiDan Williams2017-06-271-1/+0
| | * x86, dax: replace clear_pmem() with open coded memset + dax_ops->flushDan Williams2017-06-151-1/+2
| | * filesystem-dax: convert to dax_flush()Dan Williams2017-06-151-1/+1
| | * filesystem-dax: convert to dax_copy_from_iter()Dan Williams2017-06-151-1/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-0611-66/+24
|\ \ \
| * | | mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-062-2/+2
| * | | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-2/+5
| * | | mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-063-34/+8
| * | | fs/userfaultfd.c: drop dead codeMike Rapoport2017-07-061-5/+0
| * | | fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeMichal Hocko2017-07-061-18/+4
| * | | ocfs2: constify attribute_group structuresArvind Yadav2017-07-061-1/+1
| * | | ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun2017-07-061-0/+1
| * | | ocfs2: use magic.hFabian Frederick2017-07-061-3/+2
| * | | ocfs2: fix a static checker warningGang He2017-07-061-1/+1
* | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-39/+5
|\ \ \ \ | |/ / / |/| | |
| * | | select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro2017-06-091-39/+5
* | | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-064-15/+15
|\ \ \ \
| * | | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-204-15/+15
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-051-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-2645-273/+336
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | fs/proc: kcore: use kcore_list type to check for vmalloc/module addressArd Biesheuvel2017-06-201-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-07-053-49/+165
|\ \ \ \ \ \
| * | | | | | mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman2017-05-231-1/+62
| * | | | | | mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-05-233-60/+88
| * | | | | | mnt: In umount propagation reparent in a separate passEric W. Biederman2017-05-233-5/+32
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-0514-102/+175
|\ \ \ \ \ \
| * | | | | | GFS2: constify attribute_group structures.Arvind Yadav2017-07-051-2/+2
| * | | | | | gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2017-07-052-7/+15
| * | | | | | gfs2: Clean up glock work enqueuingAndreas Gruenbacher2017-07-051-50/+74
| * | | | | | gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-059-21/+35
| * | | | | | gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-055-12/+46
| * | | | | | GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson2017-06-203-7/+1
| * | | | | | GFS2: Remove gl_list from glock structureBob Peterson2017-06-122-2/+0
| * | | | | | GFS2: Withdraw when directory entry inconsistencies are detectedBob Peterson2017-06-121-1/+2
* | | | | | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0545-1359/+1680
|\ \ \ \ \ \ \
| * | | | | | | btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo2017-06-291-16/+12
| * | | | | | | btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-291-6/+7
| * | | | | | | btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-2910-25/+24
| * | | | | | | btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba2017-06-291-2/+2
| * | | | | | | btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-298-46/+117
| * | | | | | | btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-2910-41/+119
| * | | | | | | btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Qu Wenruo2017-06-291-3/+8
| * | | | | | | btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo2017-06-293-2/+3
| * | | | | | | btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo2017-06-293-45/+18
| * | | | | | | btrfs: qgroup: Add quick exit for non-fs extentsQu Wenruo2017-06-291-2/+41
| * | | | | | | Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval2017-06-291-9/+32
| * | | | | | | Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-293-34/+52
| * | | | | | | Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval2017-06-291-9/+8