summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: move inode fork definitions to a new header fileDave Chinner2013-08-125-2007/+2096
* xfs: split out transaction reservation codeDave Chinner2013-08-1210-772/+851
* xfs: sync minor header differences needed by userspace.Dave Chinner2013-08-1213-8/+42
* xfs: introduce xfs_quota_defs.hDave Chinner2013-08-122-131/+160
* xfs: introduce xfs_rtalloc_defs.hDave Chinner2013-08-124-52/+54
* xfs: split out on-disk transaction definitionsDave Chinner2013-08-123-207/+208
* xfs: separate icreate log format definitions from xfs_icreate_item.hDave Chinner2013-08-122-18/+18
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-1229-137/+175
* xfs: split out EFI/EFD log item format definitionDave Chinner2013-08-122-86/+85Star
* xfs: split out buf log item format definitionsDave Chinner2013-08-122-97/+100
* xfs: split out inode log item format definitionDave Chinner2013-08-127-183/+200
* xfs: separate out log format definitionsDave Chinner2013-08-124-208/+207Star
* xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-3/+3
* xfs: di_flushiter considered harmfulDave Chinner2013-07-243-11/+36
* xfs: Start using pquotaino from the superblock.Chandra Seetharaman2013-07-225-43/+158
* xfs: Initialize all quota inodes to be NULLFSINOChandra Seetharaman2013-07-221-0/+18
* xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman2013-07-221-1/+1
* xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu2013-07-221-1/+14
* Linux 3.11-rc1Linus Torvalds2013-07-152-1604/+883Star
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-158-69/+121
|\
| * slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-151-1/+1
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-083-8/+8
| * slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
| * slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-072-6/+32
| * slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
| * slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
| * slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-071-1/+1
| * slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim2013-07-071-0/+3
| * mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li2013-07-071-2/+2
| * mm/slub: Drop unnecessary nr_partialsWanpeng Li2013-07-071-2/+0Star
| * mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-073-12/+5Star
| * mm/slab: Fix drain freelist excessivelyWanpeng Li2013-07-071-3/+9
| * slob: Rework #ifdeffery in slab.hChristoph Lameter2013-06-181-11/+28
| * mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu2013-06-081-12/+11Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-1418-137/+73Star
|\ \
| * | sunrpc: now we can just set ->s_d_opAl Viro2013-07-141-3/+2Star
| * | cgroup: we can use simple_lookup() nowAl Viro2013-07-141-10/+1Star
| * | efivarfs: we can use simple_lookup() nowAl Viro2013-07-141-13/+1Star
| * | make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-141-1/+2
| * | configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2Star
| * | __rpc_lookup_create_exclusive: pass string instead of qstrAl Viro2013-07-141-25/+9Star
| * | rpc_create_*_dir: don't bother with qstrAl Viro2013-07-144-33/+23Star
| * | llist: llist_add() can use llist_add_batch()Oleg Nesterov2013-07-131-10/+4Star
| * | llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-132-22/+12Star
| * | fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-132-15/+12Star
| * | fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6
| * | Safer ABI for O_TMPFILEAl Viro2013-07-136-8/+12
* | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2013-07-1413-40/+462
|\ \ \
| * | | x86 platform drivers: fix gpio leakLibo Chen2013-07-101-1/+5