summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-183-10/+10
| * | | | | | | | include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach2012-12-181-20/+20
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-1810-14/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-206-1/+13
| * | | | | | | | | proc: Generalize proc inode allocationEric W. Biederman2012-11-201-0/+10
| * | | | | | | | | userns: Implement unshare of the user namespaceEric W. Biederman2012-11-202-1/+10
| * | | | | | | | | userns: Implent proc namespace operationsEric W. Biederman2012-11-201-0/+1
| * | | | | | | | | userns: Kill task_user_nsEric W. Biederman2012-11-201-2/+0
| * | | | | | | | | userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-202-6/+7
| * | | | | | | | | vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2012-11-191-0/+2
| * | | | | | | | | vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2012-11-191-1/+2
| * | | | | | | | | vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-191-0/+7
| * | | | | | | | | pidns: Add setns supportEric W. Biederman2012-11-191-0/+1
| * | | | | | | | | pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-191-0/+2
| * | | | | | | | | pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman2012-11-191-3/+5
| * | | | | | | | | userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-191-2/+7
| * | | | | | | | | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-191-6/+9
* | | | | | | | | | Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-1713-330/+1473
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | loop: Limit the number of requests in the bio listLukas Czerner2012-11-301-0/+3
| * | | | | | | | | wait: add wait_event_lock_irq() interfaceLukas Czerner2012-11-301-0/+164
| * | | | | | | | | block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-2/+6
| * | | | | | | | | Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-0910-329/+1300
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner2012-11-091-2/+2
| | * | | | | | | | | drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Lars Ellenberg2012-11-091-1/+1
| | * | | | | | | | | drbd: pass some more information to userspace.Philipp Marek2012-11-091-0/+10
| | * | | | | | | | | drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-092-1/+2
| | * | | | | | | | | drbd: New disk option al-updatesPhilipp Reisner2012-11-083-0/+5
| | * | | | | | | | | drbd: Stop using NLA_PUT*().Andreas Gruenbacher2012-11-082-11/+13
| | * | | | | | | | | drbd: Load balancing method: stripingPhilipp Reisner2012-11-081-0/+6
| | * | | | | | | | | drbd: Load balancing of read requestsPhilipp Reisner2012-11-083-0/+10
| | * | | | | | | | | drbd: The minor_count module parameter is only a hint nowadaysPhilipp Reisner2012-11-081-1/+1
| | * | | | | | | | | drbd: Fix the maximum accepted minor device numberAndreas Gruenbacher2012-11-081-1/+1
| | * | | | | | | | | drbd: Define scale factors in a single placeAndreas Gruenbacher2012-11-081-2/+27
| | * | | | | | | | | drbd: Changed some defaultsPhilipp Reisner2012-11-081-7/+7
| | * | | | | | | | | drbd: on attach, enforce clean meta dataLars Ellenberg2012-11-081-1/+9
| | * | | | | | | | | drbd: detach from frozen backing devicePhilipp Reisner2012-11-082-1/+14
| | * | | | | | | | | drbd: Fixes from the 8.3 development branchPhilipp Reisner2012-11-081-1/+1
| | * | | | | | | | | drbd: allow ping-timeout of up to 30 secondsLars Ellenberg2012-11-081-1/+1
| | * | | | | | | | | drbd: Rename --dry-run to --tentativeAndreas Gruenbacher2012-11-081-1/+1
| | * | | | | | | | | drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher2012-11-081-31/+31
| | * | | | | | | | | drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes...Andreas Gruenbacher2012-11-082-38/+1
| | * | | | | | | | | drbd: Use the terminology suggested by the command names in the source code a...Andreas Gruenbacher2012-11-082-15/+6
| | * | | | | | | | | drbd: spelling fix: too smallLars Ellenberg2012-11-081-2/+2
| | * | | | | | | | | drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY f...Andreas Gruenbacher2012-11-081-1/+1
| | * | | | | | | | | drbd: Make drbd's use of netlink attribute flags less confusingAndreas Gruenbacher2012-11-083-222/+193
| | * | | | | | | | | drbd: Remove unused GENLA_F_MAY_IGNORE flagAndreas Gruenbacher2012-11-081-6/+0
| | * | | | | | | | | drbd: Output signed / unsigned netlink fields correctlyAndreas Gruenbacher2012-11-082-22/+53
| | * | | | | | | | | drbd: Use more generic constant namesAndreas Gruenbacher2012-11-081-4/+4
| | * | | | | | | | | drbd: Refuse to change network options online when...Philipp Reisner2012-11-081-0/+1
| | * | | | | | | | | drbd: Rename DISK_SIZE_SECT -> DISK_SIZEAndreas Gruenbacher2012-11-081-3/+4