aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-01blkcg: add blkio_policy_ops operations for exit and stat resetTejun Heo2-4/+16
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo4-95/+48
2012-04-01blkcg: move statistics update code to policiesTejun Heo4-397/+259
2012-04-01cfq: collapse cfq.h into cfq-iosched.cTejun Heo2-119/+113
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo4-420/+333
2012-04-01blkcg: implement blkio_policy_type->cftypesTejun Heo2-0/+7
2012-04-01blkcg: export conf/stat helpers to prepare for reorganizationTejun Heo2-27/+52
2012-04-01blkcg: simplify blkg_conf_prep()Tejun Heo1-54/+10
2012-04-01blkcg: restructure blkio_group configruation settingTejun Heo2-140/+147
2012-04-01blkcg: restructure configuration printingTejun Heo2-104/+55
2012-04-01blkcg: drop blkiocg_file_write_u64()Tejun Heo1-28/+7
2012-04-01blkcg: restructure statistics printingTejun Heo2-374/+243
2012-04-01blkcg: introduce blkg_stat and blkg_rwstatTejun Heo2-207/+293
2012-04-01blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcountersTejun Heo1-3/+6
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo4-16/+9
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo3-9/+80
2012-04-01cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo2-56/+75
2012-04-01cgroup: implement cgroup_rm_cftypes()Tejun Heo2-10/+45
2012-04-01cgroup: introduce struct cfentTejun Heo2-36/+78
2012-04-01cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo1-10/+10
2012-04-01cgroup: remove cgroup_add_file[s]()Tejun Heo2-47/+20
2012-04-01cgroup: convert memcg controller to the new cftype interfaceTejun Heo2-15/+13
2012-04-01memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAPTejun Heo1-34/+31
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo8-75/+28
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo4-83/+65
2012-04-01cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo1-12/+7
2012-04-01cgroup: implement cgroup_add_cftypes() and friendsTejun Heo2-3/+162
2012-04-01cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo2-0/+12
2012-04-01cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo1-4/+2
2012-04-01cgroup: deprecate remount option changesTejun Heo2-0/+14
2012-03-31Linux 3.4-rc1Linus Torvalds1-2/+2
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-03-31ext3: move headers to fs/ext3/Al Viro23-668/+437
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro6-656/+634
2012-03-31new helper: ext2_image_size()Al Viro3-8/+30
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro4-9/+4
2012-03-31ext2: No longer export ext2_fs.h to user spaceThierry Reding2-63/+10