aboutsummaryrefslogtreecommitdiffstats
path: root/fs/read_write.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-26cpts: fix build error by removing useless code.Richard Cochran2-2/+0
2012-12-26batman-adv: fix random jitter calculationAkinobu Mita1-1/+1
2012-12-24arp: fix a regression in arp_solicit()Cong Wang1-3/+3
2012-12-22net: sched: integer overflow fixStefan Hasko1-1/+1
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH3-15/+0
2012-12-22Drivers: network: more __dev* removalGreg KH3-14/+13
2012-12-21bridge: call br_netpoll_disable in br_add_ifGao feng1-3/+5
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet1-5/+3
2012-12-21tuntap: dont use a private kmem_cacheEric Dumazet1-21/+3
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet3-12/+12
2012-12-21ip_gre: fix possible use after freeEric Dumazet1-1/+5
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata1-1/+4
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter1-1/+1
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust1-4/+15
2012-12-21NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells1-0/+1
2012-12-20keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-20keys: fix unreachable codeAlan Cox1-2/+0
2012-12-20sendfile: allows bypassing of notifier eventsScott Wolchok1-0/+2
2012-12-20SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2012-12-20fat: fix incorrect function commentRavishankar N3-4/+7
2012-12-20Documentation: ABI: remove testing/sysfs-devices-nodeDavidlohr Bueso1-7/+0
2012-12-20proc: fix inconsistent lock stateXiaotian Feng1-6/+6
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck1-2/+4
2012-12-20memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo1-1/+13
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-20revert "rtc: recycle id when unloading a rtc driver"Andrew Morton1-1/+0
2012-12-20mm: clean up transparent hugepage sysfs error messagesJeremy Eder1-3/+3
2012-12-20hfsplus: add error message for the case of failure of sync fs in delayed_sync_fs() methodVyacheslav Dubeyko1-1/+4
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko3-5/+12
2012-12-20hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-20hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-20kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski1-2/+9
2012-12-20exec: do not leave bprm->interp on stackKees Cook4-2/+23
2012-12-20drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2012-12-20drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2012-12-20Documentation: kernel-parameters.txt remove capability.disableJosh Boyer1-6/+0
2012-12-20mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-20compaction: fix build error in CMA && !COMPACTIONMinchan Kim1-6/+20
2012-12-20vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8