summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar2017-07-061-0/+116
| * | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2017-07-062-11/+44
| * | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2017-07-062-3/+34
| * | cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton2017-07-061-5/+7
| * | SMB3: Enable encryption for SMB3.1.1Steve French2017-07-021-1/+1
* | | Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-082-2/+10
|\ \ \
| * | | gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-072-2/+10
* | | | vfs: fix flock compat thinkoLinus Torvalds2017-07-071-15/+15
* | | | 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-041-4/+5
| |\ \ \ \
| | * | | | x86, libnvdimm, pmem: remove global pmem apiDan Williams2017-06-281-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-0711-66/+24
|\ \ \ \ \ \
| * | | | | | mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-072-2/+2
| * | | | | | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-2/+5
| * | | | | | mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-073-34/+8
| * | | | | | fs/userfaultfd.c: drop dead codeMike Rapoport2017-07-071-5/+0
| * | | | | | fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeMichal Hocko2017-07-071-18/+4
| * | | | | | ocfs2: constify attribute_group structuresArvind Yadav2017-07-071-1/+1
| * | | | | | ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun2017-07-071-0/+1
| * | | | | | ocfs2: use magic.hFabian Frederick2017-07-071-3/+2
| * | | | | | ocfs2: fix a static checker warningGang He2017-07-071-1/+1
* | | | | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-071-39/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro2017-06-101-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-061-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-063-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-0614-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-0645-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