summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-28block: convert to idr_alloc()Tejun Heo2-32/+15
2013-02-28block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-28idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2-8/+180
2013-02-28idr: refactor idr_get_new_above()Tejun Heo1-18/+12
2013-02-28idr: remove _idr_rc_to_errno() hackTejun Heo2-18/+23
2013-02-28idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2-61/+35
2013-02-28idr: cosmetic updates to struct / initializer definitionsTejun Heo1-16/+12
2013-02-28idr: deprecate idr_remove_all()Tejun Heo2-8/+16
2013-02-28cgroup: don't use idr_remove_all()Tejun Heo1-3/+1
2013-02-28inotify: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo1-1/+0
2013-02-28dlm: don't use idr_remove_all()Tejun Heo2-2/+1
2013-02-28dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo1-13/+10
2013-02-28rpmsg: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28remoteproc: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28dm: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28drm: don't use idr_remove_all()Tejun Heo7-11/+1
2013-02-28firewire: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28block/loop: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28atm/nicstar: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28idr: make idr_destroy() imply idr_remove_all()Tejun Heo1-9/+11
2013-02-28idr: fix a subtle bug in idr_get_next()Tejun Heo1-1/+8
2013-02-28block: fix ext_devt_idr handlingTomas Henzl2-2/+6
2013-02-28kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei1-8/+7
2013-02-28kexec: fix memory leak in function kimage_normal_allocZhang Yanfei1-8/+10
2013-02-28kexec: prevent double free on image allocation failureSasha Levin1-2/+0
2013-02-28kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino1-0/+3
2013-02-28kexec: get rid of duplicate check for hole_endZhang Yanfei1-2/+0
2013-02-28kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai1-0/+4
2013-02-28fork: unshare: remove dead codeAlan Cox1-6/+1
2013-02-28fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton1-20/+20
2013-02-28seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov1-2/+2
2013-02-28coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines1-2/+2
2013-02-28lockdep: check that no locks held at freeze timeMandeep Singh Baines4-12/+14
2013-02-28fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei1-13/+7
2013-02-28fs/proc: clean up printksAndrew Morton7-46/+39
2013-02-28coredump: remove redundant defines for dumpable statesKees Cook5-13/+9
2013-02-28kernel/signal.c: fix suboptimal printk usageValdis Kletnieks1-4/+4
2013-02-28signal: allow to send any siginfo to itselfAndrey Vagin1-2/+4
2013-02-28Documentation/cgroups/blkio-controller.txt: fix typoWarren Turkal1-1/+1
2013-02-28Documentation/DMA-API-HOWTO.txt: minor grammar correctionsShuah Khan1-3/+4
2013-02-28fat: mark fs as dirty on mount and clean on umountOleksij Rempel3-0/+70
2013-02-28fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2-12/+32
2013-02-28hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko1-0/+2
2013-02-28hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko13-183/+287
2013-02-28hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko5-0/+999
2013-02-28hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko1-0/+399
2013-02-28hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko1-2/+66
2013-02-28hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributesVyacheslav Dubeyko1-5/+8
2013-02-28lib/scatterlist: use page iterator in the mapping iteratorImre Deak3-30/+28