summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-1922-410/+459
|\
| *---. Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-1822-410/+459
| |\ \ \
| | | | * direct-io: only use block polling if explicitly requestedChristoph Hellwig2016-03-041-1/+2
| | | | * vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig2016-03-041-2/+4
| | | | * vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski2016-03-041-35/+126
| | | | * vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig2016-03-043-21/+29
| | | * | splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-03-181-0/+3
| | | * | vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin2016-03-161-0/+2
| | | * | CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells2016-02-014-17/+39
| | | |/
| | * | dcache.c: new helper: __d_add()Al Viro2016-03-141-7/+17
| | * | don't bother with __d_instantiate(dentry, NULL)Al Viro2016-03-141-10/+7
| | * | untangle fsnotify_d_instantiate() a bitAl Viro2016-03-141-1/+2
| | * | uninline d_add()Al Viro2016-03-141-0/+16
| | * | replace d_add_unique() with saner primitiveAl Viro2016-03-142-81/+57
| | * | quota: use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
| | * | cifs_get_root(): use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
| | * | nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro2016-03-141-8/+4
| | * | kill dentry_unhash()Al Viro2016-03-141-25/+0
| | * | ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1
| | * | autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro2016-03-141-2/+0
| | * | configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-142-9/+12
| | * | ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4
| | * | namei: teach lookup_slow() to skip revalidateAl Viro2016-03-141-23/+35
| | * | namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro2016-03-141-32/+24
| | * | lookup_one_len_unlocked(): use lookup_dcache()Al Viro2016-03-141-11/+1
| | * | namei: simplify invalidation logics in lookup_dcache()Al Viro2016-03-141-7/+3
| | * | namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro2016-03-141-11/+9
| | * | namei: untanlge lookup_fast()Al Viro2016-03-141-46/+37
| | * | lookup_dcache(): lift d_alloc() into callersAl Viro2016-03-051-18/+17
| | * | do_last(): reorder and simplify a bitAl Viro2016-03-051-11/+11
| | * | Merge branch 'for-linus' into work.lookupsAl Viro2016-03-0541-355/+494
| | |\ \
| | * | | ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-223-21/+10
| | * | | ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-221-6/+2
| | | |/ | | |/|
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-1812-91/+109
|\ \ \ \
| * | | | lib: update single-char callers of strtobool()Kees Cook2016-03-174-48/+20
| * | | | btrfs: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-2/+1
| * | | | proc-vmcore: wrong data type casting fixDave Young2016-03-171-2/+5
| * | | | proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang2016-03-171-1/+1
| * | | | procfs: add conditional compilation checkEric Engestrom2016-03-171-0/+2
| * | | | proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz2016-03-171-0/+67
| * | | | timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-172-5/+5
| * | | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
| * | | | mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2016-03-171-30/+1
| * | | | /proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi2016-03-171-0/+2
| * | | | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi2016-03-171-2/+4
* | | | | Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-181-1/+5
|\ \ \ \ \
| * | | | | block-dev: enable writeback cgroup supportShaohua Li2016-03-031-1/+5
* | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-171-2/+2
|\ \ \ \ \ \
| * | | | | | pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)2016-03-101-2/+2
* | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-179-79/+46
|\ \ \ \ \ \ \