aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig16-21/+54
2014-01-25fs: add generic xattr_acl handlersChristoph Hellwig2-0/+105
2014-01-25fs: add a set_acl inode operationChristoph Hellwig1-0/+1
2014-01-25fs: add get_acl helperChristoph Hellwig3-21/+32
2014-01-25fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig3-188/+174
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig1-10/+10
2014-01-25befs: iget_locked() doesn't return an ERR_PTRRakesh Pandit1-2/+2
2014-01-25fs: __fget_light() can use __fget() in slow pathOleg Nesterov1-11/+3
2014-01-25fs: factor out common code in fget_light() and fget_raw_light()Oleg Nesterov1-24/+9
2014-01-25fs: factor out common code in fget() and fget_raw()Oleg Nesterov1-17/+8
2014-01-25change close_files() to use rcu_dereference_raw(files->fdt)Oleg Nesterov1-17/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty()Oleg Nesterov4-29/+23
2014-01-25kill reiserfs_bdevname()Al Viro3-14/+6
2014-01-25afs: get rid of junk in fs/afs/proc.cAl Viro2-101/+22
2014-01-25nls: have register_nls() set ->ownerAl Viro53-54/+5
2014-01-25eventfd_ctx_fdget(): use fdget() instead of fget()Al Viro1-8/+5
2014-01-25btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAMEAl Viro1-46/+24
2014-01-25qnx4: clean qnx4_fill_super() upAl Viro2-43/+22
2014-01-25efs: get rid of ->put_super()Al Viro1-24/+15
2014-01-25cramfs: take headers to fs/cramfsAl Viro7-35/+23
2014-01-25cramfs: get rid of ->put_super()Al Viro1-16/+12
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro1-32/+25
2014-01-25xfs: switch to kfree_put_link()Al Viro1-13/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro1-16/+13
2014-01-19Linux 3.13Linus Torvalds1-1/+1
2014-01-19drm/nouveau/mxm: fix null deref on loadIlia Mirkin1-2/+2
2014-01-18Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"Rafael J. Wysocki2-2/+0
2014-01-17s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructionsHeiko Carstens1-8/+8
2014-01-17parisc: fix SO_MAX_PACING_RATE typoEric Dumazet1-1/+1
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2-22/+17
2014-01-17tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
2014-01-17percpu_counter: unbreak __percpu_counter_add()Hugh Dickins1-1/+1
2014-01-16e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-6/+2
2014-01-16Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas1-1/+1
2014-01-16perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter1-8/+45
2014-01-16x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra1-0/+18
2014-01-15bpf: do not use reciprocal divideEric Dumazet6-46/+45
2014-01-15be2net: add dma_mapping_error() check for dma_map_page()Ivan Vecera1-2/+9
2014-01-15bnx2x: Don't release PCI bars on shutdownYuval Mintz1-14/+15
2014-01-15net,via-rhine: Fix tx_timeout handlingRichard Weinberger1-0/+1
2014-01-15batman-adv: fix batman-adv header overhead calculationMarek Lindner1-1/+1
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-15lib/percpu_counter.c: fix __percpu_counter_add()Ming Lei1-2/+2
2014-01-15crash_dump: fix compilation error (on MIPS at least)Qais Yousef1-0/+2
2014-01-15mm: fix crash when using XFS on loopbackMikulas Patocka1-1/+4
2014-01-15MIPS: fix blast_icache32 on loongson2Aaro Koskinen2-21/+29
2014-01-15MIPS: fix case mismatch in local_r4k_flush_icache_range()Huacai Chen3-7/+7
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2014-01-15drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs6-10/+17