summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * | | | | | Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval2017-06-291-1/+2
| * | | | | | Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval2017-06-291-1/+1
| * | | | | | Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval2017-06-291-21/+20
| * | | | | | btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba2017-06-291-8/+0
| * | | | | | btrfs: Verify dir_item in iterate_object_propsSu Yue2017-06-211-0/+7
| * | | | | | btrfs: Check name_len before in btrfs_del_root_refSu Yue2017-06-211-0/+7
| * | | | | | btrfs: Check name_len before reading btrfs_get_nameSu Yue2017-06-211-0/+5
| * | | | | | btrfs: Check name_len before read in iterate_dir_itemSu Yue2017-06-211-0/+6
| * | | | | | btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue2017-06-211-0/+6