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