| Commit message (Expand) | Author | Age | Files | Lines |
* | sunrpc: propagate umode_t | Al Viro | 2012-01-03 | 2 | -2/+2 |
* | cgroup: propagate mode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | reiserfs: propagate umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | ext3: propagate umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | configfs: convert to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch debugfs to umode_t | Al Viro | 2012-01-03 | 2 | -24/+24 |
* | switch sysfs_chmod_file() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | switch procfs to umode_t use | Al Viro | 2012-01-03 | 3 | -14/+14 |
* | switch ->is_visible() to returning umode_t | Al Viro | 2012-01-03 | 3 | -6/+6 |
* | switch sysfs attr->mode to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | 3 | -5/+5 |
* | switch ->mknod() to umode_t | Al Viro | 2012-01-03 | 2 | -4/+4 |
* | switch ->create() to umode_t | Al Viro | 2012-01-03 | 2 | -5/+5 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 2 | -4/+4 |
* | switch sys_mknodat(2) to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | vfs: new helper - vfs_ustat() | Al Viro | 2012-01-03 | 1 | -2/+1 |
* | vfs: mnt_drop_write_file() | Al Viro | 2012-01-03 | 1 | -0/+1 |
* | constify seq_file stuff | Al Viro | 2012-01-03 | 1 | -5/+5 |
* | vfs: make do_kern_mount() static | Al Viro | 2012-01-03 | 1 | -3/+0 |
* | vfs: convert fs_supers to hlist | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | unexport put_mnt_ns(), make create_mnt_ns() static outright | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | pull manipulations of rpc_cred inside alloc_nfs_open_context() | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set | Jan Kara | 2012-01-03 | 1 | -1/+1 |
* | ipvs: try also real server with port 0 in backup server | Julian Anastasov | 2011-12-31 | 1 | -1/+1 |
* | procfs: do not confuse jiffies with cputime64_t | Andreas Schwab | 2011-12-29 | 1 | -0/+1 |
* | KVM: Don't automatically expose the TSC deadline timer in cpuid | Jan Kiszka | 2011-12-26 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-12-23 | 1 | -4/+32 |
|\ |
|
| * | VFS: Fix race between CPU hotplug and lglocks | Srivatsa S. Bhat | 2011-12-22 | 1 | -4/+32 |
* | | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2011-12-23 | 1 | -2/+13 |
|\ \ |
|
| * | | writeback: show writeback reason with __print_symbolic | Wu Fengguang | 2011-12-18 | 1 | -2/+13 |
* | | | net: relax rcvbuf limits | Eric Dumazet | 2011-12-23 | 1 | -1/+3 |
* | | | net: introduce DST_NOPEER dst flag | Eric Dumazet | 2011-12-22 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-12-21 | 2 | -0/+5 |
|\ \ |
|
| * | | net: Add a flow_cache_flush_deferred function | Steffen Klassert | 2011-12-21 | 1 | -0/+1 |
| * | | sctp: fix incorrect overflow check on autoclose | Xi Wang | 2011-12-19 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-12-20 | 1 | -3/+8 |
|\ \ |
|
| * | | time/clocksource: Fix kernel-doc warnings | Kusanagi Kouichi | 2011-12-19 | 1 | -3/+8 |
* | | | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2011-12-20 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol... | Konrad Rzeszutek Wilk | 2011-12-19 | 1 | -2/+1 |
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-12-20 | 1 | -1/+6 |
|\ \ \ \ |
|
| * | | | | [media] V4L: soc-camera: fix compiler warnings on 64-bit platforms | Guennadi Liakhovetski | 2011-12-11 | 1 | -1/+6 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2011-12-18 | 1 | -0/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | [SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb... | john fastabend | 2011-12-15 | 1 | -0/+3 |
* | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux | Linus Torvalds | 2011-12-16 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | iommu: Export intel_iommu_enabled to signal when iommu is in use | Eugeni Dodonov | 2011-12-16 | 1 | -0/+2 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-12-16 | 1 | -3/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | block: initialize request_queue's numa node during | Mike Snitzer | 2011-11-23 | 1 | -3/+0 |
* | | | | | | | drm/radeon/kms: add some new pci ids | Alex Deucher | 2011-12-14 | 1 | -0/+10 |
* | | | | | | | linux/log2.h: Fix rounddown_pow_of_two(1) | Linus Torvalds | 2011-12-12 | 1 | -1/+0 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2011-12-12 | 1 | -0/+6 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|