summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipmi: remove superfluous kernel/userspace explanationRobert P. J. Day2013-02-272-13/+1
* idr: implement lookup hintTejun Heo2013-02-271-1/+24
* idr: add idr_layer->prefixTejun Heo2013-02-271-0/+1
* idr: make idr_layer largerTejun Heo2013-02-271-8/+7
* idr: remove length restriction from idr_layer->bitmapTejun Heo2013-02-271-11/+1
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-10/+0
* idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2013-02-271-0/+14
* idr: remove _idr_rc_to_errno() hackTejun Heo2013-02-271-6/+0
* idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2013-02-271-12/+35
* idr: cosmetic updates to struct / initializer definitionsTejun Heo2013-02-271-16/+12
* idr: deprecate idr_remove_all()Tejun Heo2013-02-271-1/+13
* lockdep: check that no locks held at freeze timeMandeep Singh Baines2013-02-272-2/+5
* coredump: remove redundant defines for dumpable statesKees Cook2013-02-271-5/+0
* fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-271-0/+2
* fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2013-02-271-8/+28
* hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributesVyacheslav Dubeyko2013-02-271-5/+8
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-271-3/+3
* lib/scatterlist: add simple page iteratorImre Deak2013-02-271-0/+35
* backlight: add new lp8788 backlight driverKim, Milo2013-02-271-19/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-267-12/+21
|\
| * fs/exec.c: make bprm_mm_init() staticYuanhan Liu2013-02-261-1/+0
| * export kernel_write(), convert open-coded instancesAl Viro2013-02-261-0/+1
| * kill f_vfsmntAl Viro2013-02-261-1/+0
| * vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-262-1/+3
| * switch vfs_getattr() to struct pathAl Viro2013-02-261-1/+1
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-0/+4
| * constify d_lookup() argumentsAl Viro2013-02-221-1/+1
| * constify __d_lookup() argumentsAl Viro2013-02-221-1/+1
| * vfs: remove d_path_with_unreachableJeff Layton2013-02-221-1/+0
| * new helper: file_inode(file)Al Viro2013-02-224-5/+10
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-261-4/+4
|\ \
| * | asm-generic: io: Fix ioread16/32be and iowrite16/32beMichal Simek2013-02-121-4/+4
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-262-2/+1
|\ \ \
| * | | cputime: Constify timeval_to_cputime(timeval) argumentLi Zhong2013-02-241-1/+1
| * | | sched: Move RR_TIMESLICE from sysctl.h to rt.hClark Williams2013-02-222-6/+6
| * | | sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju2013-02-201-1/+0
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-02-264-62/+303
|\ \ \ \
| * | | | ext4: reclaim extents from extent status treeZheng Liu2013-02-181-0/+60
| * | | | ext4: lookup block mapping in extent status treeZheng Liu2013-02-181-0/+56
| * | | | ext4: rename and improbe ext4_es_find_extent()Zheng Liu2013-02-181-9/+6
| * | | | ext4: add physical block and status member into extent status treeZheng Liu2013-02-181-12/+22
| * | | | ext4: refine extent status treeZheng Liu2013-02-181-20/+20
| * | | | jbd2: use module parameters instead of debugfs for jbd_debugTheodore Ts'o2013-02-091-2/+1
| * | | | jbd2: add tracepoints which provide per-handle statistics Theodore Ts'o2013-02-082-1/+105
| * | | | jbd2: revert "jbd2: add COW fields to struct jbd2_journal_handle"Theodore Ts'o2013-02-071-25/+3
| * | | | jbd2: track request delay statisticsTheodore Ts'o2013-02-062-2/+13
| * | | | quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o2013-01-241-0/+1
| * | | | ext4: add tracepoint in punching holeZheng Liu2013-01-161-0/+25
* | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-261-1/+10
|\ \ \ \ \
| * | | | | virtio: Add module driver macro for virtio drivers.Sjur Brændeland2013-02-131-0/+9