summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | inotify: automatically restart syscallsEric Paris2012-12-111-1/+1
| * | | | | | | inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-111-5/+5
| * | | | | | | fanotify: dont merge permission eventsLino Sanfilippo2012-12-111-0/+6
| * | | | | | | fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-115-10/+20
| * | | | | | | fsnotify: change locking orderLino Sanfilippo2012-12-112-13/+14
| * | | | | | | fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo2012-12-112-9/+2
| * | | | | | | fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo2012-12-112-12/+34
| * | | | | | | fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-1110-34/+38
| * | | | | | | fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo2012-12-115-15/+15
| * | | | | | | fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Lino Sanfilippo2012-12-111-5/+14
| * | | | | | | fsnotify: take groups mark_lock before mark lockLino Sanfilippo2012-12-111-10/+16
| * | | | | | | fsnotify: use reference counting for groupsLino Sanfilippo2012-12-114-28/+27
| * | | | | | | fsnotify: introduce fsnotify_get_group()Lino Sanfilippo2012-12-112-1/+11
| * | | | | | | inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-114-14/+13
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-2030-88/+261
|\ \ \ \ \ \ \ \
| * | | | | | | | keys: use keyring_alloc() to create module signing keyringDavid Howells2012-12-201-9/+6
| * | | | | | | | keys: fix unreachable codeAlan Cox2012-12-201-2/+0
| * | | | | | | | sendfile: allows bypassing of notifier eventsScott Wolchok2012-12-201-0/+2
| * | | | | | | | SGI-XP: handle non-fatal trapsRobin Holt2012-12-201-2/+32
| * | | | | | | | fat: fix incorrect function commentRavishankar N2012-12-203-4/+7
| * | | | | | | | Documentation: ABI: remove testing/sysfs-devices-nodeDavidlohr Bueso2012-12-201-7/+0
| * | | | | | | | proc: fix inconsistent lock stateXiaotian Feng2012-12-201-6/+6
| * | | | | | | | linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck2012-12-201-2/+4
| * | | | | | | | memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo2012-12-201-1/+13
| * | | | | | | | checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches2012-12-201-2/+5
| * | | | | | | | revert "rtc: recycle id when unloading a rtc driver"Andrew Morton2012-12-201-1/+0
| * | | | | | | | mm: clean up transparent hugepage sysfs error messagesJeremy Eder2012-12-201-3/+3
| * | | | | | | | hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko2012-12-201-1/+4
| * | | | | | | | hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-203-5/+12
| * | | | | | | | hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko2012-12-201-4/+20
| * | | | | | | | hfsplus: avoid crash on failed block map freeAlan Cox2012-12-201-1/+12
| * | | | | | | | kcmp: include linux/ptrace.hCyrill Gorcunov2012-12-201-0/+1
| * | | | | | | | drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare2012-12-201-0/+1
| * | | | | | | | mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-201-2/+9
| * | | | | | | | exec: do not leave bprm->interp on stackKees Cook2012-12-204-2/+23
| * | | | | | | | drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2012-12-201-15/+47
| * | | | | | | | drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2012-12-201-3/+15
| * | | | | | | | Documentation: kernel-parameters.txt remove capability.disableJosh Boyer2012-12-201-6/+0
| * | | | | | | | mm: fix calculation of dirtyable memorySonny Rao2012-12-201-5/+20
| * | | | | | | | compaction: fix build error in CMA && !COMPACTIONMinchan Kim2012-12-201-6/+20
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-2080-531/+1311
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vfs: make lremovexattr retry once on ESTALE errorJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: make removexattr retry once on ESTALEJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: make llistxattr retry once on ESTALE errorJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: make listxattr retry once on ESTALE errorJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: make lgetxattr retry once on ESTALEJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: make getxattr retry once on an ESTALE errorJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: allow setxattr to retry once on ESTALE errorsJeff Layton2012-12-201-2/+7
| * | | | | | | | | vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton2012-12-201-1/+5
OpenPOWER on IntegriCloud