aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-27block: convert to idr_alloc()Tejun Heo
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo
2013-02-27idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo
2013-02-27idr: refactor idr_get_new_above()Tejun Heo
2013-02-27idr: remove _idr_rc_to_errno() hackTejun Heo
2013-02-27idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo
2013-02-27idr: cosmetic updates to struct / initializer definitionsTejun Heo
2013-02-27idr: deprecate idr_remove_all()Tejun Heo
2013-02-27cgroup: don't use idr_remove_all()Tejun Heo
2013-02-27inotify: don't use idr_remove_all()Tejun Heo
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo
2013-02-27dlm: don't use idr_remove_all()Tejun Heo
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo
2013-02-27rpmsg: don't use idr_remove_all()Tejun Heo
2013-02-27remoteproc: don't use idr_remove_all()Tejun Heo
2013-02-27dm: don't use idr_remove_all()Tejun Heo
2013-02-27drm: don't use idr_remove_all()Tejun Heo
2013-02-27firewire: don't use idr_remove_all()Tejun Heo
2013-02-27block/loop: don't use idr_remove_all()Tejun Heo
2013-02-27atm/nicstar: don't use idr_remove_all()Tejun Heo
2013-02-27idr: make idr_destroy() imply idr_remove_all()Tejun Heo
2013-02-27idr: fix a subtle bug in idr_get_next()Tejun Heo
2013-02-27block: fix ext_devt_idr handlingTomas Henzl
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei
2013-02-27kexec: fix memory leak in function kimage_normal_allocZhang Yanfei
2013-02-27kexec: prevent double free on image allocation failureSasha Levin
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino
2013-02-27kexec: get rid of duplicate check for hole_endZhang Yanfei
2013-02-27kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai
2013-02-27fork: unshare: remove dead codeAlan Cox
2013-02-27fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton
2013-02-27seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines
2013-02-27lockdep: check that no locks held at freeze timeMandeep Singh Baines
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei
2013-02-27fs/proc: clean up printksAndrew Morton
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook
2013-02-27kernel/signal.c: fix suboptimal printk usageValdis Kletnieks
2013-02-27signal: allow to send any siginfo to itselfAndrey Vagin
2013-02-27Documentation/cgroups/blkio-controller.txt: fix typoWarren Turkal
2013-02-27Documentation/DMA-API-HOWTO.txt: minor grammar correctionsShuah Khan
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel
2013-02-27fat: add extended fileds to struct fat_boot_sectorOleksij Rempel
2013-02-27hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko
2013-02-27hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko
2013-02-27hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko
2013-02-27hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributesVyacheslav Dubeyko
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak